Skip to content

Releases: josegonzalez/cakephp-version

Version 5.0

09 Jan 14:57
cc775bc
Compare
Choose a tag to compare

The library is now Cake 5.0 compatible.

Thanks to the work done on #50 by @robertpustulka!

4.0.1

14 Jul 14:47
fcb038b
Compare
Choose a tag to compare

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
163b6fb
Compare
Choose a tag to compare
  • #40 Support for CakePHP 4.X

2.1.1

28 Nov 07:26
a39f97f
Compare
Choose a tag to compare
  • #38 Fixing some deprecations

2.1

09 Jul 15:10
10ad5a7
Compare
Choose a tag to compare
2.1
  • #36 Added typing support

2.0

25 Apr 17:39
9805605
Compare
Choose a tag to compare
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

20 Apr 13:43
Compare
Choose a tag to compare
  • #29: Move entity to version code into behavior
  • #30: Fix association type for field versions

1.6.0

26 Mar 22:26
Compare
Choose a tag to compare
  • #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
Choose a tag to compare
  • #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
Choose a tag to compare
  • #12: Use correct foreign key when updating version_id
  • #13: Update bootstrap_cli.php
  • #14: Added support for custom and composite foreign keys