Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.56 KB

File metadata and controls

63 lines (47 loc) · 2.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

5.0.1 - 2025-09-18

🐞 Fixed

  • QUICKFIX: remove ReadWriteConfigPropertiesRule as it triggers an error (#32)

🗑 Removed

  • silverstripe/cms from dependencies (#31)

5.0.0 - 2023-06-28

🍰 Added

  • support for dot notations in DataObject Relations (#14) (#21)
  • information for people still using Silverstripe 4
  • support for silverstripe 5 (#19)
  • Stubs for Page and PageController to ensure these symbols also exist for modules (#18)
  • standardized testsuites (#11)

🐞 Fixed

  • tests are actually executed for the 5 branch

🔧 Changed

  • Uses v5 testsuite

1.0.0 - 2022-04-30

🍰 Added

  • Rule to inform user to follow silverstripe config doc practices (#8)
  • bootstrap file
  • code coverage
  • composer
  • github flair
  • changelog utility
  • ReadWritePropertiesExtension (#2)

🔧 Changed

  • use Syntro as vendor in namespace (#7)
  • update readme & docs
  • license naming to match updated repo

0.0.0 - 2022-04-30

🍰 Added

  • github action tests (#3)