From 3ae0e6cf2020f6e91af101f2dc88fd1fe6c2bee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Sat, 10 Jan 2026 15:51:38 +0000 Subject: [PATCH] prepare release 16 --- .semver | 6 +++--- CHANGELOG.md | 4 ++++ LICENSE.txt | 2 +- README.md | 17 +++++++++-------- config/Migrations/20150513201111_initial.php | 4 ++-- .../20161031101316_AddSecretToUsers.php | 4 ++-- .../20190208174112_AddAdditionalDataToUsers.php | 4 ++-- config/bootstrap.php | 4 ++-- config/permissions.php | 4 ++-- config/routes.php | 4 ++-- config/users.php | 4 ++-- phpunit.xml.dist | 4 ++-- src/Authenticator/SocialAuthTrait.php | 4 ++-- src/Authenticator/SocialAuthenticator.php | 4 ++-- .../SocialPendingEmailAuthenticator.php | 4 ++-- src/Controller/AppController.php | 4 ++-- src/Controller/Component/LoginComponent.php | 4 ++-- src/Controller/Component/SetupComponent.php | 4 ++-- src/Controller/SocialAccountsController.php | 4 ++-- src/Controller/Traits/CustomUsersTableTrait.php | 4 ++-- src/Controller/Traits/LinkSocialTrait.php | 4 ++-- src/Controller/Traits/LoginTrait.php | 4 ++-- .../Traits/OneTimePasswordVerifyTrait.php | 4 ++-- src/Controller/Traits/OneTimeTokenTrait.php | 4 ++-- .../Traits/PasswordManagementTrait.php | 4 ++-- src/Controller/Traits/ProfileTrait.php | 4 ++-- src/Controller/Traits/ReCaptchaTrait.php | 4 ++-- src/Controller/Traits/RegisterTrait.php | 4 ++-- src/Controller/Traits/SimpleCrudTrait.php | 4 ++-- src/Controller/Traits/SocialTrait.php | 4 ++-- src/Controller/Traits/UserValidationTrait.php | 4 ++-- src/Controller/Traits/Webauthn2faTrait.php | 4 ++-- src/Controller/UsersController.php | 4 ++-- src/Exception/AccountAlreadyActiveException.php | 4 ++-- src/Exception/AccountNotActiveException.php | 4 ++-- src/Exception/MissingEmailException.php | 4 ++-- src/Exception/SocialAuthenticationException.php | 4 ++-- src/Exception/TokenExpiredException.php | 4 ++-- src/Exception/UserAlreadyActiveException.php | 4 ++-- src/Exception/UserNotActiveException.php | 4 ++-- src/Exception/UserNotFoundException.php | 4 ++-- src/Exception/WrongPasswordException.php | 4 ++-- src/Identifier/SocialIdentifier.php | 4 ++-- src/Loader/AuthenticationServiceLoader.php | 4 ++-- src/Loader/AuthorizationServiceLoader.php | 4 ++-- src/Loader/LoginComponentLoader.php | 4 ++-- src/Loader/MiddlewareQueueLoader.php | 4 ++-- src/Mailer/UsersMailer.php | 4 ++-- src/Middleware/SocialAuthMiddleware.php | 4 ++-- src/Middleware/SocialEmailMiddleware.php | 4 ++-- .../DefaultRedirectHandler.php | 2 +- src/Model/Behavior/AuthFinderBehavior.php | 4 ++-- src/Model/Behavior/BaseTokenBehavior.php | 4 ++-- src/Model/Behavior/LinkSocialBehavior.php | 4 ++-- src/Model/Behavior/PasswordBehavior.php | 4 ++-- src/Model/Behavior/RegisterBehavior.php | 4 ++-- src/Model/Behavior/SocialAccountBehavior.php | 4 ++-- src/Model/Behavior/SocialBehavior.php | 4 ++-- src/Model/Entity/SocialAccount.php | 4 ++-- src/Model/Entity/User.php | 4 ++-- src/Model/Table/SocialAccountsTable.php | 4 ++-- src/Model/Table/UsersTable.php | 4 ++-- src/Plugin.php | 4 ++-- src/Provider/AuthenticationServiceProvider.php | 2 +- src/Provider/AuthorizationServiceProvider.php | 2 +- src/Provider/ServiceProviderLoaderTrait.php | 4 ++-- src/Traits/RandomStringTrait.php | 4 ++-- src/UsersPlugin.php | 4 ++-- src/Utility/UsersUrl.php | 4 ++-- src/View/Helper/AuthLinkHelper.php | 4 ++-- src/View/Helper/UserHelper.php | 4 ++-- src/Webauthn/AuthenticateAdapter.php | 4 ++-- src/Webauthn/RegisterAdapter.php | 2 +- templates/Users/add.php | 4 ++-- templates/Users/edit.php | 4 ++-- templates/Users/index.php | 4 ++-- templates/Users/login.php | 4 ++-- templates/Users/profile.php | 4 ++-- templates/Users/register.php | 4 ++-- templates/Users/resend_token_validation.php | 4 ++-- templates/Users/single_token_login.php | 4 ++-- templates/Users/social_email.php | 4 ++-- templates/Users/view.php | 4 ++-- templates/email/html/onetime_token.php | 4 ++-- templates/email/html/reset_password.php | 4 ++-- .../email/html/social_account_validation.php | 4 ++-- templates/email/html/validation.php | 4 ++-- templates/email/text/reset_password.php | 4 ++-- .../email/text/social_account_validation.php | 4 ++-- templates/email/text/validation.php | 4 ++-- templates/layout/email/html/default.php | 4 ++-- templates/layout/email/text/default.php | 4 ++-- tests/Fixture/PostsFixture.php | 4 ++-- tests/Fixture/PostsUsersFixture.php | 4 ++-- tests/Fixture/SocialAccountsFixture.php | 4 ++-- tests/Fixture/UsersFixture.php | 4 ++-- .../Authenticator/SocialAuthenticatorTest.php | 4 ++-- .../SocialPendingEmailAuthenticatorTest.php | 4 ++-- .../Controller/Component/LoginComponentTest.php | 4 ++-- .../Controller/Component/SetupComponentTest.php | 4 ++-- .../Controller/SocialAccountsControllerTest.php | 4 ++-- tests/TestCase/Controller/Traits/BaseTrait.php | 4 ++-- .../Traits/CustomUsersTableTraitTest.php | 4 ++-- .../Integration/LoginTraitIntegrationTest.php | 4 ++-- .../PasswordManagementTraitIntegrationTest.php | 4 ++-- .../Integration/ProfileTraitIntegrationTest.php | 4 ++-- .../RegisterTraitIntegrationTest.php | 4 ++-- .../SimpleCrudTraitIntegrationTest.php | 4 ++-- .../Controller/Traits/LinkSocialTraitTest.php | 4 ++-- .../Controller/Traits/LoginTraitTest.php | 4 ++-- .../Traits/OneTimePasswordVerifyTraitTest.php | 4 ++-- .../Traits/PasswordManagementTraitTest.php | 4 ++-- .../Controller/Traits/ProfileTraitTest.php | 4 ++-- .../Controller/Traits/ReCaptchaTraitTest.php | 4 ++-- .../Controller/Traits/RegisterTraitTest.php | 4 ++-- .../Controller/Traits/SimpleCrudTraitTest.php | 4 ++-- .../Controller/Traits/SocialTraitTest.php | 4 ++-- .../Traits/UserValidationTraitTest.php | 4 ++-- .../Controller/Traits/Webauthn2FaTraitTest.php | 4 ++-- .../TestCase/Controller/UsersControllerTest.php | 4 ++-- .../AccountAlreadyActiveExceptionTest.php | 4 ++-- .../Exception/AccountNotActiveExceptionTest.php | 4 ++-- .../Exception/MissingEmailExceptionTest.php | 4 ++-- .../Exception/TokenExpiredExceptionTest.php | 4 ++-- .../UserAlreadyActiveExceptionTest.php | 4 ++-- .../Exception/UserNotActiveExceptionTest.php | 4 ++-- .../Exception/UserNotFoundExceptionTest.php | 4 ++-- .../Exception/WrongPasswordExceptionTest.php | 4 ++-- .../Identifier/SocialIdentifierTest.php | 4 ++-- tests/TestCase/Mailer/UsersMailerTest.php | 4 ++-- .../Middleware/SocialAuthMiddlewareTest.php | 4 ++-- .../Middleware/SocialEmailMiddlewareTest.php | 4 ++-- .../Model/Behavior/AuthFinderBehaviorTest.php | 4 ++-- .../Model/Behavior/LinkSocialBehaviorTest.php | 4 ++-- .../Model/Behavior/PasswordBehaviorTest.php | 4 ++-- .../Model/Behavior/RegisterBehaviorTest.php | 4 ++-- .../Behavior/SocialAccountBehaviorTest.php | 4 ++-- .../Model/Behavior/SocialBehaviorTest.php | 4 ++-- tests/TestCase/Model/Entity/UserTest.php | 4 ++-- .../Model/Table/SocialAccountsTableTest.php | 4 ++-- tests/TestCase/Model/Table/UsersTableTest.php | 4 ++-- tests/TestCase/PluginTest.php | 4 ++-- .../AuthenticationServiceProviderTest.php | 2 +- .../AuthorizationServiceProviderTest.php | 2 +- tests/TestCase/Traits/RandomStringTraitTest.php | 4 ++-- tests/TestCase/Utility/UsersUrlTest.php | 4 ++-- .../TestCase/View/Helper/AuthLinkHelperTest.php | 4 ++-- tests/TestCase/View/Helper/UserHelperTest.php | 4 ++-- tests/bootstrap.php | 4 ++-- tests/test_app/TestApp/Application.php | 4 ++-- .../TestApp/Controller/AppController.php | 4 ++-- .../test_app/TestApp/Mailer/OverrideMailer.php | 4 ++-- tests/test_app/config/routes.php | 4 ++-- 153 files changed, 309 insertions(+), 304 deletions(-) diff --git a/.semver b/.semver index 10ed5e2d9..66bf445cd 100644 --- a/.semver +++ b/.semver @@ -1,5 +1,5 @@ --- -:major: 15 -:minor: 1 -:patch: 3 +:major: 16 +:minor: 0 +:patch: 0 :special: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5c76f25..7c2784c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changelog ========= Releases for CakePHP 5 ------------- +* 16.0.0 + * Require CakePHP ^5.3 + * Added `src/Plugin.php` class which extends `UsersPlugin` for backward compatibility. + * Fix deprecations * 15.1.3 * Fix loadIdentifier deprecation * Add new configuration backward compatible for password rehash `'Auth.PasswordRehash' => ['authenticators' => ['Form' => 'PasswordLockout']]` diff --git a/LICENSE.txt b/LICENSE.txt index 5448b2520..3fa628266 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License -Copyright 2009-2018 +Copyright 2009-2026 Cake Development Corporation 1785 E. Sahara Avenue, Suite 490-423 Las Vegas, Nevada 89104 diff --git a/README.md b/README.md index 3d47a5bbe..882461873 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,15 @@ The **Users** plugin for CakePHP provides a comprehensive, extensible solution f ## Versions and branches -| CakePHP | CakeDC Users Plugin | Tag | Notes | -|:---:|:---:|:---:|:---| -| ^5.0 | [15.x](https://github.com/cakedc/users/tree/master) | 15.1.3 | **Stable** (Current) | -| ^5.0 | [14.x](https://github.com/cakedc/users/tree/14.next-cake5) | 14.3.4 | Stable | -| ^4.5 | [13.x](https://github.com/cakedc/users/tree/13.next-cake4) | 13.0.1 | Stable | -| ^4.3 | [11.x](https://github.com/cakedc/users/tree/11.next-cake4) | 11.1.0 | Stable | -| ^4.0 | [9.x](https://github.com/cakedc/users/tree/9.next) | 9.0.5 | Stable | -| ^3.7 | [8.x](https://github.com/cakedc/users/tree/8.next) | 8.5.1 | Stable | +| CakePHP | CakeDC Users Plugin | Tag | Notes | +|:-------:|:----------------------------------------------------------:|:---:|:---| +| ^5.3 | [16.x](https://github.com/cakedc/users/tree/16.next-cake5) | 16.0.0 | **Stable** (Current) | +| ^5.0 | [15.x](https://github.com/cakedc/users/tree/15.next-cake5) | 15.1.3 | Stable | +| ^5.0 | [14.x](https://github.com/cakedc/users/tree/14.next-cake5) | 14.3.4 | Stable | +| ^4.5 | [13.x](https://github.com/cakedc/users/tree/13.next-cake4) | 13.0.1 | Stable | +| ^4.3 | [11.x](https://github.com/cakedc/users/tree/11.next-cake4) | 11.1.0 | Stable | +| ^4.0 | [9.x](https://github.com/cakedc/users/tree/9.next) | 9.0.5 | Stable | +| ^3.7 | [8.x](https://github.com/cakedc/users/tree/8.next) | 8.5.1 | Stable | ## Key Features diff --git a/config/Migrations/20150513201111_initial.php b/config/Migrations/20150513201111_initial.php index 2379afa67..f945f87d9 100644 --- a/config/Migrations/20150513201111_initial.php +++ b/config/Migrations/20150513201111_initial.php @@ -1,11 +1,11 @@ diff --git a/src/Authenticator/SocialAuthTrait.php b/src/Authenticator/SocialAuthTrait.php index 962db7f8d..9428e840f 100644 --- a/src/Authenticator/SocialAuthTrait.php +++ b/src/Authenticator/SocialAuthTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Authenticator/SocialAuthenticator.php b/src/Authenticator/SocialAuthenticator.php index 3edd6394d..735c7ec89 100644 --- a/src/Authenticator/SocialAuthenticator.php +++ b/src/Authenticator/SocialAuthenticator.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Authenticator/SocialPendingEmailAuthenticator.php b/src/Authenticator/SocialPendingEmailAuthenticator.php index 6250058c5..5e35f1bf9 100644 --- a/src/Authenticator/SocialPendingEmailAuthenticator.php +++ b/src/Authenticator/SocialPendingEmailAuthenticator.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/AppController.php b/src/Controller/AppController.php index f2a6011c9..8869fdf1e 100644 --- a/src/Controller/AppController.php +++ b/src/Controller/AppController.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Component/LoginComponent.php b/src/Controller/Component/LoginComponent.php index ad2f6ad50..69b26eae6 100644 --- a/src/Controller/Component/LoginComponent.php +++ b/src/Controller/Component/LoginComponent.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Component/SetupComponent.php b/src/Controller/Component/SetupComponent.php index 62d9cdfc6..f19c1a54a 100644 --- a/src/Controller/Component/SetupComponent.php +++ b/src/Controller/Component/SetupComponent.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ namespace CakeDC\Users\Controller\Component; diff --git a/src/Controller/SocialAccountsController.php b/src/Controller/SocialAccountsController.php index eb77969d5..2301738a9 100644 --- a/src/Controller/SocialAccountsController.php +++ b/src/Controller/SocialAccountsController.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/CustomUsersTableTrait.php b/src/Controller/Traits/CustomUsersTableTrait.php index b02b65827..3cd9de6fc 100644 --- a/src/Controller/Traits/CustomUsersTableTrait.php +++ b/src/Controller/Traits/CustomUsersTableTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/LinkSocialTrait.php b/src/Controller/Traits/LinkSocialTrait.php index 6fdf8f5af..e3bfcdf64 100644 --- a/src/Controller/Traits/LinkSocialTrait.php +++ b/src/Controller/Traits/LinkSocialTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/LoginTrait.php b/src/Controller/Traits/LoginTrait.php index 88ce7f5ed..04c67dece 100644 --- a/src/Controller/Traits/LoginTrait.php +++ b/src/Controller/Traits/LoginTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/OneTimePasswordVerifyTrait.php b/src/Controller/Traits/OneTimePasswordVerifyTrait.php index 2e2e52ab5..d5f682ddb 100644 --- a/src/Controller/Traits/OneTimePasswordVerifyTrait.php +++ b/src/Controller/Traits/OneTimePasswordVerifyTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/OneTimeTokenTrait.php b/src/Controller/Traits/OneTimeTokenTrait.php index 47ec22a8c..3614dd9ca 100644 --- a/src/Controller/Traits/OneTimeTokenTrait.php +++ b/src/Controller/Traits/OneTimeTokenTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/PasswordManagementTrait.php b/src/Controller/Traits/PasswordManagementTrait.php index 42a01645b..48015afe2 100644 --- a/src/Controller/Traits/PasswordManagementTrait.php +++ b/src/Controller/Traits/PasswordManagementTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/ProfileTrait.php b/src/Controller/Traits/ProfileTrait.php index ae3e7e21b..e51d4cdc1 100644 --- a/src/Controller/Traits/ProfileTrait.php +++ b/src/Controller/Traits/ProfileTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/ReCaptchaTrait.php b/src/Controller/Traits/ReCaptchaTrait.php index 410511b6e..48b971831 100644 --- a/src/Controller/Traits/ReCaptchaTrait.php +++ b/src/Controller/Traits/ReCaptchaTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/RegisterTrait.php b/src/Controller/Traits/RegisterTrait.php index e3f76cc27..135cc11a5 100644 --- a/src/Controller/Traits/RegisterTrait.php +++ b/src/Controller/Traits/RegisterTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/SimpleCrudTrait.php b/src/Controller/Traits/SimpleCrudTrait.php index c54e1d4fa..5014626f2 100644 --- a/src/Controller/Traits/SimpleCrudTrait.php +++ b/src/Controller/Traits/SimpleCrudTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/SocialTrait.php b/src/Controller/Traits/SocialTrait.php index eddbb919f..06623c48d 100644 --- a/src/Controller/Traits/SocialTrait.php +++ b/src/Controller/Traits/SocialTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/UserValidationTrait.php b/src/Controller/Traits/UserValidationTrait.php index cb5c996de..b88b1d284 100644 --- a/src/Controller/Traits/UserValidationTrait.php +++ b/src/Controller/Traits/UserValidationTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/Traits/Webauthn2faTrait.php b/src/Controller/Traits/Webauthn2faTrait.php index 2c1e37379..08c8b3b47 100644 --- a/src/Controller/Traits/Webauthn2faTrait.php +++ b/src/Controller/Traits/Webauthn2faTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Controller/UsersController.php b/src/Controller/UsersController.php index a8e607951..07d0d80db 100644 --- a/src/Controller/UsersController.php +++ b/src/Controller/UsersController.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/AccountAlreadyActiveException.php b/src/Exception/AccountAlreadyActiveException.php index 4cef96afd..500ce50d5 100644 --- a/src/Exception/AccountAlreadyActiveException.php +++ b/src/Exception/AccountAlreadyActiveException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/AccountNotActiveException.php b/src/Exception/AccountNotActiveException.php index bcd1dcf78..25d883c95 100644 --- a/src/Exception/AccountNotActiveException.php +++ b/src/Exception/AccountNotActiveException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/MissingEmailException.php b/src/Exception/MissingEmailException.php index 6ada67bc6..cf3cbc575 100644 --- a/src/Exception/MissingEmailException.php +++ b/src/Exception/MissingEmailException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/SocialAuthenticationException.php b/src/Exception/SocialAuthenticationException.php index 422ab39ba..247ff1135 100644 --- a/src/Exception/SocialAuthenticationException.php +++ b/src/Exception/SocialAuthenticationException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ namespace CakeDC\Users\Exception; diff --git a/src/Exception/TokenExpiredException.php b/src/Exception/TokenExpiredException.php index ee036ecac..2fc6f7c6b 100644 --- a/src/Exception/TokenExpiredException.php +++ b/src/Exception/TokenExpiredException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/UserAlreadyActiveException.php b/src/Exception/UserAlreadyActiveException.php index 3490eae6d..67e025e8e 100644 --- a/src/Exception/UserAlreadyActiveException.php +++ b/src/Exception/UserAlreadyActiveException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/UserNotActiveException.php b/src/Exception/UserNotActiveException.php index 5533b4447..e2f537dc4 100644 --- a/src/Exception/UserNotActiveException.php +++ b/src/Exception/UserNotActiveException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/UserNotFoundException.php b/src/Exception/UserNotFoundException.php index 0847369d8..5f1d08bfa 100644 --- a/src/Exception/UserNotFoundException.php +++ b/src/Exception/UserNotFoundException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Exception/WrongPasswordException.php b/src/Exception/WrongPasswordException.php index 8a4ec0b56..011ec0cc1 100644 --- a/src/Exception/WrongPasswordException.php +++ b/src/Exception/WrongPasswordException.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Identifier/SocialIdentifier.php b/src/Identifier/SocialIdentifier.php index 7565d7666..bf05da413 100644 --- a/src/Identifier/SocialIdentifier.php +++ b/src/Identifier/SocialIdentifier.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Loader/AuthenticationServiceLoader.php b/src/Loader/AuthenticationServiceLoader.php index d4f85df6e..01779a794 100644 --- a/src/Loader/AuthenticationServiceLoader.php +++ b/src/Loader/AuthenticationServiceLoader.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Loader/AuthorizationServiceLoader.php b/src/Loader/AuthorizationServiceLoader.php index 055357022..3f1792e80 100644 --- a/src/Loader/AuthorizationServiceLoader.php +++ b/src/Loader/AuthorizationServiceLoader.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Loader/LoginComponentLoader.php b/src/Loader/LoginComponentLoader.php index 5e318184f..31d75c14e 100644 --- a/src/Loader/LoginComponentLoader.php +++ b/src/Loader/LoginComponentLoader.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ namespace CakeDC\Users\Loader; diff --git a/src/Loader/MiddlewareQueueLoader.php b/src/Loader/MiddlewareQueueLoader.php index 5897de024..eff36fd8a 100644 --- a/src/Loader/MiddlewareQueueLoader.php +++ b/src/Loader/MiddlewareQueueLoader.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Mailer/UsersMailer.php b/src/Mailer/UsersMailer.php index e76f26476..47f2df327 100644 --- a/src/Mailer/UsersMailer.php +++ b/src/Mailer/UsersMailer.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ namespace CakeDC\Users\Mailer; diff --git a/src/Middleware/SocialAuthMiddleware.php b/src/Middleware/SocialAuthMiddleware.php index fdec5c19d..4e9a3c3e0 100644 --- a/src/Middleware/SocialAuthMiddleware.php +++ b/src/Middleware/SocialAuthMiddleware.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Middleware/SocialEmailMiddleware.php b/src/Middleware/SocialEmailMiddleware.php index 8f2d2d60b..7b1ad587e 100644 --- a/src/Middleware/SocialEmailMiddleware.php +++ b/src/Middleware/SocialEmailMiddleware.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Middleware/UnauthorizedHandler/DefaultRedirectHandler.php b/src/Middleware/UnauthorizedHandler/DefaultRedirectHandler.php index 95d26696e..b0f3497f2 100644 --- a/src/Middleware/UnauthorizedHandler/DefaultRedirectHandler.php +++ b/src/Middleware/UnauthorizedHandler/DefaultRedirectHandler.php @@ -7,7 +7,7 @@ * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Behavior/AuthFinderBehavior.php b/src/Model/Behavior/AuthFinderBehavior.php index 896d40d6d..0110e25ad 100644 --- a/src/Model/Behavior/AuthFinderBehavior.php +++ b/src/Model/Behavior/AuthFinderBehavior.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Behavior/BaseTokenBehavior.php b/src/Model/Behavior/BaseTokenBehavior.php index 4428b6af2..e3073ac6c 100644 --- a/src/Model/Behavior/BaseTokenBehavior.php +++ b/src/Model/Behavior/BaseTokenBehavior.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Behavior/LinkSocialBehavior.php b/src/Model/Behavior/LinkSocialBehavior.php index 189067ed8..6d4ccfb44 100644 --- a/src/Model/Behavior/LinkSocialBehavior.php +++ b/src/Model/Behavior/LinkSocialBehavior.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Behavior/PasswordBehavior.php b/src/Model/Behavior/PasswordBehavior.php index 97e9a9c41..4d18f66ce 100644 --- a/src/Model/Behavior/PasswordBehavior.php +++ b/src/Model/Behavior/PasswordBehavior.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Behavior/RegisterBehavior.php b/src/Model/Behavior/RegisterBehavior.php index 8abe5784d..a23453b4b 100644 --- a/src/Model/Behavior/RegisterBehavior.php +++ b/src/Model/Behavior/RegisterBehavior.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Behavior/SocialAccountBehavior.php b/src/Model/Behavior/SocialAccountBehavior.php index fc6cbb7cb..f0e9d8494 100644 --- a/src/Model/Behavior/SocialAccountBehavior.php +++ b/src/Model/Behavior/SocialAccountBehavior.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Behavior/SocialBehavior.php b/src/Model/Behavior/SocialBehavior.php index 8fbfd61b8..09ee63730 100644 --- a/src/Model/Behavior/SocialBehavior.php +++ b/src/Model/Behavior/SocialBehavior.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Entity/SocialAccount.php b/src/Model/Entity/SocialAccount.php index e43205657..6ec2951a8 100644 --- a/src/Model/Entity/SocialAccount.php +++ b/src/Model/Entity/SocialAccount.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Entity/User.php b/src/Model/Entity/User.php index e33eacfe6..46d3cef9f 100644 --- a/src/Model/Entity/User.php +++ b/src/Model/Entity/User.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Table/SocialAccountsTable.php b/src/Model/Table/SocialAccountsTable.php index 0975372fe..d950fea78 100644 --- a/src/Model/Table/SocialAccountsTable.php +++ b/src/Model/Table/SocialAccountsTable.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Model/Table/UsersTable.php b/src/Model/Table/UsersTable.php index 400886c88..e0bd8bdc9 100644 --- a/src/Model/Table/UsersTable.php +++ b/src/Model/Table/UsersTable.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Plugin.php b/src/Plugin.php index 1caa83a76..f7cf086b3 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Provider/AuthenticationServiceProvider.php b/src/Provider/AuthenticationServiceProvider.php index 18b14e484..9c6eb5d1d 100644 --- a/src/Provider/AuthenticationServiceProvider.php +++ b/src/Provider/AuthenticationServiceProvider.php @@ -7,7 +7,7 @@ * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Provider/AuthorizationServiceProvider.php b/src/Provider/AuthorizationServiceProvider.php index cc91683d5..8b02fd10e 100644 --- a/src/Provider/AuthorizationServiceProvider.php +++ b/src/Provider/AuthorizationServiceProvider.php @@ -7,7 +7,7 @@ * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Provider/ServiceProviderLoaderTrait.php b/src/Provider/ServiceProviderLoaderTrait.php index ccfc0183c..a5eb8ad21 100644 --- a/src/Provider/ServiceProviderLoaderTrait.php +++ b/src/Provider/ServiceProviderLoaderTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Traits/RandomStringTrait.php b/src/Traits/RandomStringTrait.php index cc25886b5..3b5db6d11 100644 --- a/src/Traits/RandomStringTrait.php +++ b/src/Traits/RandomStringTrait.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/UsersPlugin.php b/src/UsersPlugin.php index 5c0f46b46..794e91e2b 100644 --- a/src/UsersPlugin.php +++ b/src/UsersPlugin.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Utility/UsersUrl.php b/src/Utility/UsersUrl.php index 737fb6139..2eaa47a95 100644 --- a/src/Utility/UsersUrl.php +++ b/src/Utility/UsersUrl.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/View/Helper/AuthLinkHelper.php b/src/View/Helper/AuthLinkHelper.php index f61417a08..fc7a91fcb 100644 --- a/src/View/Helper/AuthLinkHelper.php +++ b/src/View/Helper/AuthLinkHelper.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/View/Helper/UserHelper.php b/src/View/Helper/UserHelper.php index 3fc8805cc..0a41301b0 100644 --- a/src/View/Helper/UserHelper.php +++ b/src/View/Helper/UserHelper.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Webauthn/AuthenticateAdapter.php b/src/Webauthn/AuthenticateAdapter.php index 6f5ab2ccc..7163c00e9 100644 --- a/src/Webauthn/AuthenticateAdapter.php +++ b/src/Webauthn/AuthenticateAdapter.php @@ -2,12 +2,12 @@ declare(strict_types=1); /** - * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/src/Webauthn/RegisterAdapter.php b/src/Webauthn/RegisterAdapter.php index 57ece8e8d..28a01cdb1 100644 --- a/src/Webauthn/RegisterAdapter.php +++ b/src/Webauthn/RegisterAdapter.php @@ -7,7 +7,7 @@ * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) + * @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/templates/Users/add.php b/templates/Users/add.php index 2b795d20b..1d938d4a6 100644 --- a/templates/Users/add.php +++ b/templates/Users/add.php @@ -1,11 +1,11 @@ diff --git a/templates/Users/edit.php b/templates/Users/edit.php index 551076252..fbb05bd7d 100644 --- a/templates/Users/edit.php +++ b/templates/Users/edit.php @@ -1,11 +1,11 @@ diff --git a/templates/Users/login.php b/templates/Users/login.php index 8144a41a8..7b7291a11 100644 --- a/templates/Users/login.php +++ b/templates/Users/login.php @@ -1,11 +1,11 @@ diff --git a/templates/Users/register.php b/templates/Users/register.php index 4f879e7d9..f0eaa2a2c 100644 --- a/templates/Users/register.php +++ b/templates/Users/register.php @@ -1,11 +1,11 @@ diff --git a/templates/Users/single_token_login.php b/templates/Users/single_token_login.php index 8638795d0..d501448b4 100644 --- a/templates/Users/single_token_login.php +++ b/templates/Users/single_token_login.php @@ -1,11 +1,11 @@ diff --git a/templates/Users/social_email.php b/templates/Users/social_email.php index 55c1208e9..560232175 100644 --- a/templates/Users/social_email.php +++ b/templates/Users/social_email.php @@ -1,11 +1,11 @@ diff --git a/templates/Users/view.php b/templates/Users/view.php index 9e0d28106..263bf8791 100644 --- a/templates/Users/view.php +++ b/templates/Users/view.php @@ -1,11 +1,11 @@ diff --git a/templates/email/html/validation.php b/templates/email/html/validation.php index ad92d2f3e..9be6208a5 100644 --- a/templates/email/html/validation.php +++ b/templates/email/html/validation.php @@ -1,11 +1,11 @@ diff --git a/templates/email/text/reset_password.php b/templates/email/text/reset_password.php index 312ac428d..93a9f1194 100644 --- a/templates/email/text/reset_password.php +++ b/templates/email/text/reset_password.php @@ -1,11 +1,11 @@ diff --git a/templates/email/text/social_account_validation.php b/templates/email/text/social_account_validation.php index 79dc496de..9045c9032 100644 --- a/templates/email/text/social_account_validation.php +++ b/templates/email/text/social_account_validation.php @@ -1,11 +1,11 @@ diff --git a/templates/email/text/validation.php b/templates/email/text/validation.php index 312ac428d..93a9f1194 100644 --- a/templates/email/text/validation.php +++ b/templates/email/text/validation.php @@ -1,11 +1,11 @@ diff --git a/templates/layout/email/html/default.php b/templates/layout/email/html/default.php index 98d045608..dc7fa37d1 100644 --- a/templates/layout/email/html/default.php +++ b/templates/layout/email/html/default.php @@ -1,11 +1,11 @@ diff --git a/templates/layout/email/text/default.php b/templates/layout/email/text/default.php index 4d493b97c..bf5716446 100644 --- a/templates/layout/email/text/default.php +++ b/templates/layout/email/text/default.php @@ -1,11 +1,11 @@ diff --git a/tests/Fixture/PostsFixture.php b/tests/Fixture/PostsFixture.php index 88cc2f9b1..904c58c1b 100644 --- a/tests/Fixture/PostsFixture.php +++ b/tests/Fixture/PostsFixture.php @@ -1,11 +1,11 @@