Releases: dereuromark/cakephp-tools
Releases Β· dereuromark/cakephp-tools
3.10.2
3.10.1
Fixes
- Fixed skipLog being applied
- Removed deprecations
3.10.0
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
Improvements
- Removed deprecations
3.9.2
Fixes
- Fixed CakePHP 5.2 compatibility
3.9.1
Fixes
- Fixed up TimeHelper::nice() to work with Date objects (again).
3.9.0
Improvements
- Added Pages backend to quickly see and follow all available static pages
3.8.2
Fixes
- Fixed DateTime age()
- Fixed gender icon BC
3.8.1
Fixes
- Fixed up Date support for
TimeHelper::userAge()
- Allow referer as array for RefererRedirect component
3.8.0
Improvements
- Allow 2-letter-code language auto-detect based on browser