Skip to content

Tags: cakephp/orm

Tags

5.1.2

Toggle 5.1.2's commit message
Optimize count updation in CounterCache behavior.

Use sub query to update the count instead of separate queries to
fetch and update the count.

5.1.1

Toggle 5.1.1's commit message
Update phpstan config for ORM package

5.1.0

Toggle 5.1.0's commit message
Revert "replace @method docbloc with @mixin where possible"

This reverts commit 6881cbc4098f345864b3a622708707dff7f7c73b.

5.0.11

Toggle 5.0.11's commit message
Remove phpstan as dev dependency from split packages.

Use the phpstan version from the main composer.json for split package checks for consistency.

4.5.8

Toggle 4.5.8's commit message
Fix BehaviorRegistry::unload() for camelcase methods

I missed a case in the previous fix/backport. I'll port these changes to
5.x after this merges.

Refs #17697

4.5.7

Toggle 4.5.7's commit message
Fix BehaviorRegistry::unload() for camelcase methods

I missed a case in the previous fix/backport. I'll port these changes to
5.x after this merges.

Refs #17697

5.1.0-RC2

Toggle 5.1.0-RC2's commit message
Merge pull request #17762 from Harfusha/Rector_UP_TO_PHP_81

Rector fixes from rule set LevelSetList::UP_TO_PHP_81

5.0.10

Toggle 5.0.10's commit message
Fix removeBehavior not clearing state

When behaviors are unloaded we should clear up the additional method
mappings that BehaviorRegistry collects.

Fixes #17697

5.0.9

Toggle 5.0.9's commit message
Fix removeBehavior not clearing state

When behaviors are unloaded we should clear up the additional method
mappings that BehaviorRegistry collects.

Fixes #17697

4.5.6

Toggle 4.5.6's commit message
Fix removeBehavior not clearing state

When behaviors are unloaded we should clear up the additional method
mappings that BehaviorRegistry collects.

Fixes #17697