History log of /plugin/svgembed/syntax.php (Results 1 – 17 of 17)
Revision Date Author Comments
# 6100efd5 17-Jun-2026 Emma Bowers <52088098+restlessminded@users.noreply.github.com>

Update syntax.php

Fixed XSS flaw reported by radiospikes@proton.me


# 475a1642 05-Jul-2025 Emma Bowers <52088098+restlessminded@users.noreply.github.com>

Update syntax.php

Commit changes to give a method to put .png files in place of .svg files with gradients if the .png file exists with the same basename in the same namespace.


# 9a16c2e0 04-Jul-2025 Emma Bowers <52088098+restlessminded@users.noreply.github.com>

Update syntax.php

Fixing multiple bug reports.


# 5abc08bc 06-Dec-2023 Emma Bowers <52088098+restlessminded@users.noreply.github.com>

Update syntax.php

Removing deadname


# 6592c893 09-Jun-2021 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Update syntax.php


# df522334 13-Oct-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Add files via upload


# 1e6acb34 13-Oct-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Add files via upload

Fixing one last change (the title of the Print SVG button showed "SVG" on hover, not "Print SVG")


# 281d738f 13-Oct-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Add files via upload

Fixed oversight (see diff for change).


# 80b00982 13-Oct-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Add files via upload

Added optional SVG print support


# 6c75e5fc 08-Jun-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Updated to support Hogfather RC2.

Had to perform a change to update to Hogfather RC2. Apparently the renderer call `_getLastMediaRevisionAt()` is protected now, but since I'm not referring to it an

Updated to support Hogfather RC2.

Had to perform a change to update to Hogfather RC2. Apparently the renderer call `_getLastMediaRevisionAt()` is protected now, but since I'm not referring to it anywhere I don't actually need it, it's vestigial. Removed, issues resolved!

show more ...


# 21a1ef9e 06-Jun-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

New version to resolve issue #6

Implemented new optional support for responsive units, and additional functionality to support adding CSS styles.


# a1e3c6f8 13-May-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Fixed issue #5

Issue #5 fixed for SVG dimensions that use units.


# c8a2da89 17-Jan-2020 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Add files via upload

Updated to place SVG into page with an <object> tag, and then use <embed> as the fallback.


# a93b1ea1 26-Nov-2019 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Add files via upload

Fix for issue #3; added metadata mode renderer code that handles internalmedia types.


# daa0a102 26-Nov-2019 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Add files via upload

Fix for issue #2, potentially fixes issue #1 by setting information relevant to scaling for printing.


# 35c70d5d 10-Jul-2019 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Update syntax.php

Changed matching regex in connectTo() method to fix conflict with Imagemap plugin


# aedf28f1 21-Jun-2019 Michael Bowers <52088098+restlessminded@users.noreply.github.com>

Initial upload