Skip to content

Commit 579663b

Browse files
authored
Merge pull request #1054 from CakeDC/update-changelog
Update CHANGELOG.md
2 parents 0ddaba1 + 8695585 commit 579663b

File tree

1 file changed

+63
-9
lines changed

1 file changed

+63
-9
lines changed

CHANGELOG.md

Lines changed: 63 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,47 @@
11
Changelog
22
=========
3-
Releases for CakePHP 4.3
4-
-------------
3+
Releases for CakePHP 4.5
4+
------------------------
5+
* 11.3.3
6+
* Add display of unauthorized url in flash message when debug is true
7+
8+
* 11.3.2
9+
* Improve documentation, coding standards
10+
11+
* 11.3.1
12+
* Merge changes from diverged branches, including link generator and keep CakePHP 4.5 compatibility
13+
14+
* 11.3.0
15+
* Require CakePHP ^4.5
16+
17+
Releases for CakePHP 4.4
18+
------------------------
19+
* 11.2.5
20+
* Fix failed tests and code standards
21+
22+
* 11.2.4
23+
* Fix dependencies, require CakePHP 4.4.*
24+
25+
* 11.2.3
26+
* Improved documentation
27+
* Deprecate (broken) compatibility with Linkedin Oauth based connector, they only provide compatibility with OpenID Connect now
28+
* Add Dutch translation by Stefan
29+
* Add `linkGenerator` for emails, useful for API driven apps
30+
* Fix CakePHP 4.5 deprecations
31+
* Fix webauthn loading issues
32+
33+
* 11.2.2
34+
* Fix issue with password rehash with a custom password field
35+
36+
* 11.2.1
37+
* Use UsersUrl and unify url building for login action
538

639
* 11.2.0
740
* Feature/microsoft login by @arodu in #1000
8-
* add more events into login component (before login, after login failure) by @rochamarcelo in #1007
41+
* Add more events into login component (before login, after login failure) by @rochamarcelo in #1007
42+
43+
* 11.1.1
44+
* Use url builder for login redirect
945

1046
* 11.1.0
1147
* German (de) by @LordSimal
@@ -15,8 +51,22 @@ Releases for CakePHP 4.3
1551
* Switched tests to new cakephp schema
1652
* Update to PHPUnit 9.5
1753

54+
* There are NO tags for 10.x we jumped from 9.x to 11.x
55+
1856
Releases for CakePHP 4
19-
-------------
57+
----------------------
58+
* 9.3.1
59+
* Add CI tests for PHP 8.1
60+
* Add events `EVENT_BEFORE_LOGIN`, `EVENT_AFTER_LOGIN_FAILURE`
61+
62+
* 9.3.0
63+
* Improve documentation
64+
* Add webauthn as two factor authentication
65+
66+
* 9.2.1
67+
* Improve documentation
68+
* Fix change password issue
69+
2070
* 9.2.0
2171
* Switch to github actions
2272
* New event AfterEmailTokenValidation
@@ -35,7 +85,7 @@ Releases for CakePHP 4
3585
* Ukrainian (uk) by @yarkm13
3686
* Docs improvements
3787
* Fix DebugKit permissions issues
38-
88+
3989
* 9.0.2
4090
* Added a custom Unauthorized Handler
4191
* If logged user access unauthorized url he is redirected to referer url or '/' if no referer url
@@ -59,9 +109,13 @@ Releases for CakePHP 4
59109
* Migrated usage of AuthComponent to Authorization/Authentication plugins.
60110

61111
Releases for CakePHP 3
62-
-------------
112+
----------------------
113+
* 8.5.2
114+
* Add optional merge configuration option
115+
63116
* 8.5.1
64117
* Added new `UsersAuthComponent::EVENT_SOCIAL_LOGIN_EXISTING_ACCOUNT`
118+
65119
* 8.5.0
66120
* Added new `UsersAuthComponent::EVENT_BEFORE_SOCIAL_LOGIN_REDIRECT`
67121
* Added finder to get existing social account
@@ -77,10 +131,10 @@ Releases for CakePHP 3
77131
* 8.2.1
78132
* Fix scope in facebook social login
79133

80-
* 8.2
134+
* 8.2.0
81135
* Removed deprecations for CakePHP 3.7
82136

83-
* 8.1
137+
* 8.1.0
84138
* Added Yubico U2F Authentication
85139

86140
* 8.0.3
@@ -227,7 +281,7 @@ Releases for CakePHP 3
227281
* Link social accounts in profile
228282

229283
Releases for CakePHP 2
230-
-------------
284+
----------------------
231285

232286
* 2.1.3
233287
* Fixed unit tests for compatibility with CakePHP 2.7

0 commit comments

Comments
 (0)