Releases: sgroupdesign/craft-site-module
Releases · sgroupdesign/craft-site-module
3.0.0
2.0.1
Fixed
- Fix Craft 4 incompatibilities.
2.0.0
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
1.1.2
- Add image attribute normalization to ensure attributes are merge correctly.
1.1.1
- Add
useFocalPoint
param togetImg
,getBg
,getVideo
to disable focal point use. - Add null-checks for
getImg
,getBg
,getVideo
so they don't break when no asset exists.
1.1.0
- Fix section field template path
1.0.9
- Add new section field type
1.0.8
- Fix PluginTrait error with module.
1.0.7
- Fix PluginTrait error with module.
1.0.6
- Fix issue with
getFormattedPhone()
argument name. - Fix use of
str_replace()
instead ofpreg_replace()
for regex replacement.