Skip to content

Releases: UseMuffin/Footprint

4.0.1

18 Nov 14:46
10b17a1
Compare
Choose a tag to compare

What's Changed

  • Allow Model.beforeSave to execute closure to satisfy injection requirements by @jharder in #90

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

10 Oct 13:30
fadfed9
Compare
Choose a tag to compare

What's Changed

CakePHP 5 compatible release.

New Contributors

Full Changelog: 3.0.0...4.0.0

3.0.0

22 Feb 13:18
6599807
Compare
Choose a tag to compare

What's Changed

  • FootprintListener setup has been refactored and FootprintAwareTrait has been dropped. The Plugin and FootprintMiddleware classes now handle setting the user identity to the listener.
  • Support for CakePHP core's deprecated AuthComponent dropped, only Authentication plugin is supported now.

Full Changelog: 2.0.3...3.0.0

3.0.0-beta1

21 Sep 06:39
4bc6972
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release
  • FootprintListener setup refactored.
  • Support for AuthComponent dropped, only Authentication plugin is supported now.

2.0.3

12 Oct 06:45
d58e86e
Compare
Choose a tag to compare
Merge pull request #75 from UseMuffin/issue-74

Fix duplicate binding of query placeholders.

2.0.2

02 Oct 12:04
b2c32ef
Compare
Choose a tag to compare
Merge pull request #73 from UseMuffin/issue-71

Don't throw exception if user record is not found.

2.0.1

29 Sep 13:01
28f404b
Compare
Choose a tag to compare

Don't throw an exception for missing component for ErrorController. #72

2.0.0

12 Sep 07:37
e2f5162
Compare
Choose a tag to compare

CakePHP 4 compatible stable release.

2.0.0-RC2

20 Aug 06:52
Compare
Choose a tag to compare
2.0.0-RC2 Pre-release
Pre-release
Update use of deprecated TableRegistry

2.0.0-RC

19 Aug 08:11
Compare
Choose a tag to compare
2.0.0-RC Pre-release
Pre-release
Fix CS errors