Skip to content

Commit 9e21a37

Browse files
authored
Merge pull request #1105 from CakeDC/feature/14-to-15
fix conflicts and merge latest improvements from 14
2 parents 8926349 + 5f687d8 commit 9e21a37

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.semver

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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog
22
=========
33
Releases for CakePHP 5
44
-------------
5+
* 15.0.0
6+
* ...
57
* 14.3.4
68
* Replace usage of 'admin' by UsersTable::ROLE_ADMIN constant across the plugin.
79
* Fix role in UsersAddSuperuserCommand to be 'admin' instead of 'superadmin'.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Versions and branches
1212

1313
| CakePHP | CakeDC Users Plugin | Tag | Notes |
1414
|:--------------:|:----------------------------------------------------------:|:------:|:---------|
15-
| ^5.0 | [14.3](https://github.com/cakedc/users/tree/14.next-cake5) | 14.3.2 | stable |
15+
| ^5.0 | [15.0](https://github.com/cakedc/users/tree/15.next-cake5) | 15.0.0 | unstable |
16+
| ^5.0 | [14.4](https://github.com/cakedc/users/tree/14.next-cake5) | 14.3.4 | stable |
1617
| ^4.5 | [13.0](https://github.com/cakedc/users/tree/13.next-cake4) | 13.0.1 | stable |
1718
| ^5.0 | [12.0](https://github.com/cakedc/users/tree/12.next-cake5) | 12.0 | beta |
1819
| ^4.3 | [11.0](https://github.com/cakedc/users/tree/11.next-cake4) | 11.1.0 | stable |

resources/locales/cake_d_c_users.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: PROJECT VERSION\n"
8-
"POT-Creation-Date: 2025-01-09 06:42-0600\n"
8+
"POT-Creation-Date: 2025-01-24 08:05+0000\n"
99
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
1010
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
@@ -494,13 +494,13 @@ msgstr ""
494494
msgid "This field is required"
495495
msgstr ""
496496

497-
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:104
498-
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:134
497+
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:106
498+
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:136
499499
msgid "Account already validated"
500500
msgstr ""
501501

502-
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:108
503-
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:139
502+
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:110
503+
#: ./vendor/cakedc/users/src/Model/Behavior/SocialAccountBehavior.php:141
504504
msgid "Account not found for the given token and email."
505505
msgstr ""
506506

0 commit comments

Comments
 (0)