Skip to content

Releases: jeremyharris/cakephp-lazyload

Version 5.0

05 Jan 14:38
a1bb3c7
Compare
Choose a tag to compare

Compatible with Cake 5.0!

Thanks to @lordphnx for the work on #33 to upgrade this package!

Version 4.0.3

15 Nov 13:47
568b41c
Compare
Choose a tag to compare
  • Fixes a bug discovered by @lordphnx where unconventional primary keys caused issues with lazy loading due to a regression in a previous fix

Version 4.0.2

14 Jul 14:37
1c0cd9e
Compare
Choose a tag to compare
  • Fixes issue where lazy loading was attempted even if binding key was null

Thanks to @fabiofdsantos for bringing up the issue and fixing it!

Version 4.0.1

25 Feb 20:32
1319c1f
Compare
Choose a tag to compare
  • Fixes usage of deprecated method unsetProperty that could cause lazily loaded properties to be re-loaded after they were unset.

Version 4.0.0

20 Feb 15:57
39e09f8
Compare
Choose a tag to compare

Version 4.0.0 brings compatibility with CakePHP ORM 4.0.0.

Thanks to @KainGNX for doing the work!

Note: I decided to bring the major versions of this library in line with the CakePHP ORM. In doing so I've skipped version 3 for this library. Support for cakephp/orm: 3.x is still available in the 2.x tags in this library.

Version 2.1.0

16 Apr 15:05
9c4298a
Compare
Choose a tag to compare

Removed deprecated methods to make this library compatible with CakePHP ORM 3.6

Version 2.0.3

06 Mar 14:56
7e1bcc1
Compare
Choose a tag to compare
  • Fixes an issue preventing by-reference functions from working with lazily loaded data #18

Version 2.0.2

12 Dec 20:32
e3fdd5f
Compare
Choose a tag to compare
  • Fixes an issue that caused recursion in php 7+ if class used trait multiple times during inheritance

Version 2.0.1

23 Feb 17:55
15a9d58
Compare
Choose a tag to compare

This release contains the following fixes:

  • Fixes lazily loading a previously unset property that was eagerly loaded

Version 1.0.3

23 Feb 17:55
a755347
Compare
Choose a tag to compare

This release contains the following fixes:

  • Fixes lazily loading a previously unset property that was eagerly loaded