Version 4.0.1
April 24, 2023
Changed
- Updated the docs to use VitePress
^1.0.0-alpha.29
- Allow for versioning of the docs
Fixed
- Fixed an issue that through a Typed Property Error exception when creating a Units field (#41)
- Add
allow-plugins
tocomposer.json
to fix CI
Version 4.0.0
May 17, 2022
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 4.0.0-beta.1
March 17, 2022
Added
- Initial Craft CMS 4 compatibility
Version 1.0.4
October 27, 2020
Fixed
- Fixed Composer 2 compatibility
Version 1.0.3
May 16, 2018
Changed
- Handle incoming numeric values from a converted Number field type
Version 1.0.2
May 14, 2018
Changed
- Handle cases where there is no
min
ormax
properly in the validator
Version 1.0.1
May 14, 2018
Changed
- Added null checks in the Field's
init()
method
Version 1.0.0
May 12, 2018
Added
- Initial release