- Fix Craft 4 incompatibilities.
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
- Add image attribute normalization to ensure attributes are merge correctly.
- 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.
- Fix section field template path.
- Add new Section field type.
- Fix PluginTrait error with module.
- Fix PluginTrait error with module.
- Fix issue with
getFormattedPhone()
argument name. - Fix use of
str_replace()
instead ofpreg_replace()
for regex replacement.
- Add focal point handling to
getImg()
andgetBg()
. - Allow the use of
auto
forgetImg()
andgetBg()
srcset.
- Initial release.