Releases: josegonzalez/cakephp-version
Releases · josegonzalez/cakephp-version
Version 5.0
The library is now Cake 5.0 compatible.
Thanks to the work done on #50 by @robertpustulka!
4.0.1
Finalized CakePHP 4 compatibility
- Deprecation fixes: #45
- Fixed compatibility issue that threw errors in console: #44
- Deprecation fixes: #41
Thanks to @androideo for the work!
4.0.0
- #40 Support for CakePHP 4.X
2.1.1
- #38 Fixing some deprecations
2.0
This is a backwards incompatible release as we use non-deprecated methods from the latest CakePHP core. This release should be compatible with any upcoming 3.x releases, as well as 4.x.
- Expose preexistent logic in public function getVersionId #31
- configuration bullets counting fix #32
- Remove usage of deprecations #34
- other deprecations #35
1.7.0
- #29: Move entity to version code into behavior
- #30: Fix association type for field versions
1.6.0
- #21: Fix doc blocks.
- #23: Fix return value in VersionTrait::versions()
- #24: Fix test running on travis
- #25: Add created and additional fields into versions return
- #26: Add docs example for persisting the currently authed user_id.
- #27: Fix additional data coming from right table.
1.5.0
- #17: Enhance table/associations handling
- #19: Clarify migration instructions in README
- #20: Added support for versioning only dirty properties.
1.4.0
- #12: Use correct foreign key when updating version_id
- #13: Update bootstrap_cli.php
- #14: Added support for custom and composite foreign keys