Skip to content

Releases: nojimage/cakephp-login-attempts

v3.3.0

01 Apr 05:44

Choose a tag to compare

What's Changed

  • Refactor migration class to support Migrations plugin 4.x compatibility (#7)
  • Remove apc.enable_cli configuration from CI and PHPUnit settings
  • Update README: use bin/cake plugin load command, fix composer URL to HTTPS, format code examples

v3.2.0

06 Feb 13:06

Choose a tag to compare

  • Support PHP 8.5 and CakePHP 5.3

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

v3.1.0

09 Jun 07:21

Choose a tag to compare

What's Changed

  • Support PHP 8.4 and CakePHP 5.2

Full Changelog: v3.0.2...v3.1.0

v3.0.2

01 Mar 14:46

Choose a tag to compare

  • use \Cake\I18n\DateTime instead \Cake\I18n\FrozenTime

Full Changelog: v3.0.1...v3.0.2

v3.0.1

09 Feb 06:45

Choose a tag to compare

  • fixes CS

Full Changelog: v.3.0.0...v3.0.1

v2.1.0

09 Feb 03:51

Choose a tag to compare

  • drop support CakePHP < 4.2

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

v3.0.0

09 Feb 06:40

Choose a tag to compare

  • Support CakePHP 5.0 🥮

v2.0.0

02 Dec 15:27

Choose a tag to compare

  • Support CakePHP 4 🍓

thanks a lot @nishimura-d 🍰

v1.3.0

08 Oct 14:21

Choose a tag to compare

v1.2.0

18 Oct 11:12

Choose a tag to compare

- Add `attemptsStorageModel` option.