Skip to content

Releases: nystudio107/craft-units

4.0.1

24 Apr 09:19
Compare
Choose a tag to compare

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 to composer.json to fix CI

1.0.6

24 Apr 09:18
Compare
Choose a tag to compare

Changed

  • Updated the docs to use VitePress ^1.0.0-alpha.29
  • Allow for versioning of the docs

Fixed

  • Add allow-plugins to composer.json to fix CI

Version 4.0.0

17 May 16:12
Compare
Choose a tag to compare

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

17 May 16:10
Compare
Choose a tag to compare

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

17 Mar 21:26
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.0.4

27 Oct 16:41
Compare
Choose a tag to compare

Fixed

  • Fixed Composer 2 compatibility

Version 1.0.3

16 May 13:43
Compare
Choose a tag to compare

Changed

  • Handle incoming numeric values from a converted Number field type

Version 1.0.2

14 May 19:33
Compare
Choose a tag to compare

Changed

  • Handle cases where there is no min or max properly in the validator

Version 1.0.1

14 May 18:34
Compare
Choose a tag to compare

Changed

  • Added null checks in the Field's init() method

Version 1.0.0

12 May 19:34
Compare
Choose a tag to compare

Added

  • Initial release