Skip to content

Releases: UseMuffin/Footprint

4.0.1

Choose a tag to compare

@ADmad ADmad released this 18 Nov 14:46
10b17a1

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

Choose a tag to compare

@ADmad ADmad released this 10 Oct 13:30
fadfed9

What's Changed

CakePHP 5 compatible release.

New Contributors

Full Changelog: 3.0.0...4.0.0

3.0.0

Choose a tag to compare

@ADmad ADmad released this 22 Feb 13:18
6599807

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

3.0.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@ADmad ADmad released this 21 Sep 06:39
4bc6972
  • FootprintListener setup refactored.
  • Support for AuthComponent dropped, only Authentication plugin is supported now.

2.0.3

Choose a tag to compare

@ADmad ADmad released this 12 Oct 06:45
d58e86e
Merge pull request #75 from UseMuffin/issue-74

Fix duplicate binding of query placeholders.

2.0.2

Choose a tag to compare

@ADmad ADmad released this 02 Oct 12:04
b2c32ef
Merge pull request #73 from UseMuffin/issue-71

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

2.0.1

Choose a tag to compare

@ADmad ADmad released this 29 Sep 13:01
28f404b

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

2.0.0

Choose a tag to compare

@ADmad ADmad released this 12 Sep 07:37
e2f5162

CakePHP 4 compatible stable release.

2.0.0-RC2

2.0.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@ADmad ADmad released this 20 Aug 06:52
Update use of deprecated TableRegistry

2.0.0-RC

2.0.0-RC Pre-release
Pre-release

Choose a tag to compare

@ADmad ADmad released this 19 Aug 08:11
Fix CS errors