Skip to content

Commit 3c89c1e

Browse files
authored
Merge pull request #1166 from CakeDC/feature/prepare-release-16
prepare release 16
2 parents 127b6e8 + 3ae0e6c commit 3c89c1e

153 files changed

Lines changed: 309 additions & 304 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.semver

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
:major: 15
3-
:minor: 1
4-
:patch: 3
2+
:major: 16
3+
:minor: 0
4+
:patch: 0
55
:special: ''

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Changelog
22
=========
33
Releases for CakePHP 5
44
-------------
5+
* 16.0.0
6+
* Require CakePHP ^5.3
7+
* Added `src/Plugin.php` class which extends `UsersPlugin` for backward compatibility.
8+
* Fix deprecations
59
* 15.1.3
610
* Fix loadIdentifier deprecation
711
* Add new configuration backward compatible for password rehash `'Auth.PasswordRehash' => ['authenticators' => ['Form' => 'PasswordLockout']]`

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright 2009-2018
3+
Copyright 2009-2026
44
Cake Development Corporation
55
1785 E. Sahara Avenue, Suite 490-423
66
Las Vegas, Nevada 89104

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ The **Users** plugin for CakePHP provides a comprehensive, extensible solution f
1010

1111
## Versions and branches
1212

13-
| CakePHP | CakeDC Users Plugin | Tag | Notes |
14-
|:---:|:---:|:---:|:---|
15-
| ^5.0 | [15.x](https://github.com/cakedc/users/tree/master) | 15.1.3 | **Stable** (Current) |
16-
| ^5.0 | [14.x](https://github.com/cakedc/users/tree/14.next-cake5) | 14.3.4 | Stable |
17-
| ^4.5 | [13.x](https://github.com/cakedc/users/tree/13.next-cake4) | 13.0.1 | Stable |
18-
| ^4.3 | [11.x](https://github.com/cakedc/users/tree/11.next-cake4) | 11.1.0 | Stable |
19-
| ^4.0 | [9.x](https://github.com/cakedc/users/tree/9.next) | 9.0.5 | Stable |
20-
| ^3.7 | [8.x](https://github.com/cakedc/users/tree/8.next) | 8.5.1 | Stable |
13+
| CakePHP | CakeDC Users Plugin | Tag | Notes |
14+
|:-------:|:----------------------------------------------------------:|:---:|:---|
15+
| ^5.3 | [16.x](https://github.com/cakedc/users/tree/16.next-cake5) | 16.0.0 | **Stable** (Current) |
16+
| ^5.0 | [15.x](https://github.com/cakedc/users/tree/15.next-cake5) | 15.1.3 | Stable |
17+
| ^5.0 | [14.x](https://github.com/cakedc/users/tree/14.next-cake5) | 14.3.4 | Stable |
18+
| ^4.5 | [13.x](https://github.com/cakedc/users/tree/13.next-cake4) | 13.0.1 | Stable |
19+
| ^4.3 | [11.x](https://github.com/cakedc/users/tree/11.next-cake4) | 11.1.0 | Stable |
20+
| ^4.0 | [9.x](https://github.com/cakedc/users/tree/9.next) | 9.0.5 | Stable |
21+
| ^3.7 | [8.x](https://github.com/cakedc/users/tree/8.next) | 8.5.1 | Stable |
2122

2223
## Key Features
2324

config/Migrations/20150513201111_initial.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
3+
* Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
44
*
55
* Licensed under The MIT License
66
* Redistributions of files must retain the above copyright notice.
77
*
8-
* @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
8+
* @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
99
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1010
*/
1111

config/Migrations/20161031101316_AddSecretToUsers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
3+
* Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
44
*
55
* Licensed under The MIT License
66
* Redistributions of files must retain the above copyright notice.
77
*
8-
* @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
8+
* @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
99
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1010
*/
1111

config/Migrations/20190208174112_AddAdditionalDataToUsers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
3+
* Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
44
*
55
* Licensed under The MIT License
66
* Redistributions of files must retain the above copyright notice.
77
*
8-
* @copyright Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
8+
* @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
99
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1010
*/
1111

config/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
3+
* Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
44
*
55
* Licensed under The MIT License
66
* Redistributions of files must retain the above copyright notice.
77
*
8-
* @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
8+
* @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
99
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1010
*/
1111

config/permissions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
3+
* Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
44
*
55
* Licensed under The MIT License
66
* Redistributions of files must retain the above copyright notice.
77
*
8-
* @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
8+
* @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
99
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1010
*/
1111

config/routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
3+
* Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
44
*
55
* Licensed under The MIT License
66
* Redistributions of files must retain the above copyright notice.
77
*
8-
* @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
8+
* @copyright Copyright 2010 - 2026, Cake Development Corporation (https://www.cakedc.com)
99
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1010
*/
1111
/**

0 commit comments

Comments
 (0)