Resource icon

xF2 Add-on SVG Template by Xon 2.4.9

No permission to download
  • Fix SVG template validation was broken which could result in preventing adding a language or style from working correctly (or rebuilding master data)
  • Like
Reactions: BattleKing
  • Fix error running "xf:rebuild-master-data" when the exact template directory structure is missing and the SVG template is the first template compiled for that style.
  • Fix possible compatibility issues with other add-ons extending SV/StandardLib's template helper code
  • Like
Reactions: BattleKing
  • Fix template validation ran on the master style instead of the current selected style
  • Fix for upcoming XF2.3 compatibility, as Doctrine Cache been documented as being removed.
  • Like
Reactions: BattleKing
  • Fix template validation ran on the master style instead of the current selected style
  • Fix for upcoming XF2.3 compatibility, as Doctrine Cache been documented as being removed.
  • Like
Reactions: BattleKing
  • Compatibility update with SV/StandardLib v1.14+, still compatible with SV/StandardLib v1.11+
  • Like
Reactions: BattleKing
  • Improve error messages when saving invalid SVGs as templates
  • Like
Reactions: BattleKing
  • Fix issue using getSvgUrl/getSvgUrlAs in style properties with a template without an extension would cause CSS to fail to render
  • Fix for race condition when creating temp files when encoding svg => png using resvg.
  • Update README.md to link to updated precompiled binary for resvg (v0.14.1 => v0.23.0)
  • Fix "XFCP_TemplaterHelper not found" error when upgrading the StandardLib add-on via the GUI
    • If this has happened, upload the files for this add-on. Then rebuild StandardLib add-on, then run the updater this add-on.
  • Like
Reactions: BattleKing
  • Work-around for non-desirable caching behaviour when CloudFlare (or similar) is forced to cache svg.php output
    • Prevent polluting of caches if the time-stamp is in the future
  • Like
Reactions: BattleKing
  • Support getSvgUrlAs('tenplate.svg', 'png') in style properties
Top