Skip to content

Releases: elstc/cakephp-activity-logger

v3.2.0

25 Jun 10:09
d0054c5

Choose a tag to compare

What's Changed

  • Removed the initializedTables option from AutoIssuerComponent. These tables are now automatically loaded from the TableLocator.
  • Added the disableActivityLog and enableActivityLog methods to LoggerBehavior.

Full Changelog: v3.1.0...v3.2.0

v2.2.0

25 Jun 11:11
31595e9

Choose a tag to compare

What's Changed

  • Backport from cake5 branch
  • Removed the initializedTables option from AutoIssuerComponent. These tables are now automatically loaded from the TableLocator.
  • Added the disableActivityLog and enableActivityLog methods to LoggerBehavior.

Full Changelog: v2.1.0...v2.2.0

v3.1.0

09 Jun 06:52
4ffb286

Choose a tag to compare

What's Changed

  • Support PHP 8.4 & CakePHP 5.2

Full Changelog: v3.0.1...v3.1.0

v3.0.1

06 Sep 02:45
d27ba0e

Choose a tag to compare

What's Changed

  • fixes AutoIssuerComponent::getIssuerFromUserArray by @nojimage in #22

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 Feb 02:54

Choose a tag to compare

  • Support CakePHP 5.0 🥮

v2.1.0

08 Feb 23:49

Choose a tag to compare

  • drop support CakePHP <= 4.2

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Feb 23:48

Choose a tag to compare

  • for CakePHP 4.x

v2.0.0-rc7

02 Sep 16:06

Choose a tag to compare

v2.0.0-rc7 Pre-release
Pre-release
  • Hook on Authentication.afterIdentify

v2.0.0-rc6

02 Sep 15:29

Choose a tag to compare

v2.0.0-rc6 Pre-release
Pre-release
  • refactor code
  • Support CakePHP 3.3 - 3.4

v2.0.0-rc5

25 Mar 06:46

Choose a tag to compare

v2.0.0-rc5 Pre-release
Pre-release
  • change field length to varchar(128) on scope_model, issuer_model, object_model