Releases: jeremyharris/cakephp-lazyload
Releases · jeremyharris/cakephp-lazyload
Version 5.0
Version 4.0.3
- 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
- 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
- Fixes usage of deprecated method
unsetProperty
that could cause lazily loaded properties to be re-loaded after they were unset.
Version 4.0.0
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
Removed deprecated methods to make this library compatible with CakePHP ORM 3.6
Version 2.0.3
- Fixes an issue preventing by-reference functions from working with lazily loaded data #18
Version 2.0.2
- Fixes an issue that caused recursion in php 7+ if class used trait multiple times during inheritance
Version 2.0.1
This release contains the following fixes:
- Fixes lazily loading a previously unset property that was eagerly loaded
Version 1.0.3
This release contains the following fixes:
- Fixes lazily loading a previously unset property that was eagerly loaded