8000 Releases Β· dereuromark/cakephp-tools Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: dereuromark/cakephp-tools

3.10.2

19 May 15:36
9ad3fa5
Compare
Choose a tag to compare

Fixes

  • Fixed Shim DateTimeWidget and dropdown select box date support.

3.10.1

07 May 16:01
54dfb64
Compare
Choose a tag to compare

Fixes

  • Fixed skipLog being applied
  • Removed deprecations

3.10.0

19 Apr 17:26
af72c5d
Compare
Choose a tag to compare

Improvements

  • Added LoginLinkAuthenticator to work with Authentication plugin and allow one time tokens to be used
$service->loadIdentifier('Tools.LoginLink', [
    'resolver' => [
        'className' => 'Authentication.Orm',
    ],
]);

// Session, Form, Cookie first
$service->loadAuthenticator('Tools.LoginLink', [
    'urlChecker' => 'Authentication.CakeRouter',
    'loginUrl' => [
        'prefix' => false,
        'plugin' => false,
        'controller' => 'Account',
        'action' => 'login',
    ],
]);

Then just use Tools.Tokens to generate and send a login link, and once they click it they should auto-login.
See docs for details.

3.9.3

08 Apr 15:38
4c02847
Compare
Choose a tag to compare

Improvements

  • Removed deprecations

3.9.2

05 Apr 13:47
2f9e607
Compare
Choose a tag to compare

Fixes

  • Fixed CakePHP 5.2 compatibility

3.9.1

10 Mar 01:29
77a6add
Compare
Choose a tag to compare

Fixes

  • Fixed up TimeHelper::nice() to work with Date objects (again).

3.9.0

05 Nov 20:02
a30734a
Compare
Choose a tag to compare

Improvements

  • Added Pages backend to quickly see and follow all available static pages

3.8.2

18 Oct 15:23
Compare
Choose a tag to compare

Fixes

  • Fixed DateTime age()
  • Fixed gender icon BC

3.8.1

16 Sep 20:40
Compare
Choose a tag to compare

Fixes

  • Fixed up Date support for TimeHelper::userAge()
  • Allow referer as array for RefererRedirect component

3.8.0

10 Sep 09:17
Compare
Choose a tag to compare

Improvements

  • Allow 2-letter-code language auto-detect based on browser
0