Releases: josegonzalez/cakephp-version
Releases · josegonzalez/cakephp-version
Version 5.0
09 Jan 14:57
Compare
Sorry, something went wrong.
No results found
The library is now Cake 5.0 compatible.
Thanks to the work done on #50 by @robertpustulka !
4.0.1
14 Jul 14:47
Compare
Sorry, something went wrong.
No results found
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
24 Apr 20:16
Compare
Sorry, something went wrong.
No results found
#40 Support for CakePHP 4.X
2.1.1
28 Nov 07:26
Compare
Sorry, something went wrong.
No results found
#38 Fixing some deprecations
2.1
09 Jul 15:10
Compare
Sorry, something went wrong.
No results found
2.0
25 Apr 17:39
Compare
Sorry, something went wrong.
No results found
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
20 Apr 13:43
Compare
Sorry, something went wrong.
No results found
#29 : Move entity to version code into behavior
#30 : Fix association type for field versions
1.6.0
26 Mar 22:26
Compare
Sorry, something went wrong.
No results found
#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
29 Nov 18:25
Compare
Sorry, something went wrong.
No results found
#17 : Enhance table/associations handling
#19 : Clarify migration instructions in README
#20 : Added support for versioning only dirty properties.
1.4.0
19 Sep 17:35
Compare
Sorry, something went wrong.
No results found
#12 : Use correct foreign key when updating version_id
#13 : Update bootstrap_cli.php
#14 : Added support for custom and composite foreign keys