Releases: nystudio107/craft-units
Releases · nystudio107/craft-units
4.0.1
1.0.6
Changed
- Updated the docs to use VitePress
^1.0.0-alpha.29
- Allow for versioning of the docs
Fixed
- Add
allow-plugins
tocomposer.json
to fix CI
Version 4.0.0
Added
- Initial Craft CMS 4 release
Fixed
- Fixed an issue that would cause the field type to be unusable if you were running PHP 8 or later, due to additions in the token parser in PHP 8 (#40)
Version 1.0.5
Fixed
- Fixed an issue that would cause the field type to be unusable if you were running PHP 8 or later, due to additions in the token parser in PHP 8 (#40)
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.0.4
Fixed
- Fixed Composer 2 compatibility
Version 1.0.3
Changed
- Handle incoming numeric values from a converted Number field type
Version 1.0.2
Changed
- Handle cases where there is no
min
ormax
properly in the validator
Version 1.0.1
Changed
- Added null checks in the Field's
init()
method
Version 1.0.0
Added
- Initial release