Releases: stevie-mayhew/silverstripe-svg
Releases · stevie-mayhew/silverstripe-svg
2.4.1: Merge pull request #23 from wilr/master
fix: resolve regression with customBasePath (#22)
2.4.0
2.3.0: Merge pull request #20 from obj63mc/master
Update SVGTemplate.php - fix php8.2 deprecations
2.2.0: Merge pull request #15 from ChrissiQ/no-px
Remove 'px' from height/width attributes.
2.1.0: Merge pull request #13 from Rhym/master
Updated composer type to support Silverstripe 4
2.0.1: Merge pull request #12 from Rhym/master
Updated readme to align with SS4 config namespacing
2.0.0: Merge pull request #11 from adrexia/feature/silverstripe4
Silverstripe 4 namespace fixes
Custom Paths, subfolders and error checking
Adds customBasePath
and addSubfolder
methods, as well as checking to ensure the SVG exists before loading it.