Version 4.0.3

June 13, 2025

Fixed

  • Pinned the php-units-of-measure to version ~2.1.0 to avoid breaking changes in non-major releases

Version 4.0.2

January 19, 2025

Added

  • Add ecs and phpstan code quality tools
  • Add a GraphQL interface for Units fields, closes (#5)

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 to composer.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