1
1
Changelog
2
2
=========
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
5
38
6
39
* 11.2.0
7
40
* 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
9
45
10
46
* 11.1.0
11
47
* German (de) by @LordSimal
@@ -15,8 +51,22 @@ Releases for CakePHP 4.3
15
51
* Switched tests to new cakephp schema
16
52
* Update to PHPUnit 9.5
17
53
54
+ * There are NO tags for 10.x we jumped from 9.x to 11.x
55
+
18
56
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
+
20
70
* 9.2.0
21
71
* Switch to github actions
22
72
* New event AfterEmailTokenValidation
@@ -35,7 +85,7 @@ Releases for CakePHP 4
35
85
* Ukrainian (uk) by @yarkm13
36
86
* Docs improvements
37
87
* Fix DebugKit permissions issues
38
-
88
+
39
89
* 9.0.2
40
90
* Added a custom Unauthorized Handler
41
91
* 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
59
109
* Migrated usage of AuthComponent to Authorization/Authentication plugins.
60
110
61
111
Releases for CakePHP 3
62
- -------------
112
+ ----------------------
113
+ * 8.5.2
114
+ * Add optional merge configuration option
115
+
63
116
* 8.5.1
64
117
* Added new ` UsersAuthComponent::EVENT_SOCIAL_LOGIN_EXISTING_ACCOUNT `
118
+
65
119
* 8.5.0
66
120
* Added new ` UsersAuthComponent::EVENT_BEFORE_SOCIAL_LOGIN_REDIRECT `
67
121
* Added finder to get existing social account
@@ -77,10 +131,10 @@ Releases for CakePHP 3
77
131
* 8.2.1
78
132
* Fix scope in facebook social login
79
133
80
- * 8.2
134
+ * 8.2.0
81
135
* Removed deprecations for CakePHP 3.7
82
136
83
- * 8.1
137
+ * 8.1.0
84
138
* Added Yubico U2F Authentication
85
139
86
140
* 8.0.3
@@ -227,7 +281,7 @@ Releases for CakePHP 3
227
281
* Link social accounts in profile
228
282
229
283
Releases for CakePHP 2
230
- -------------
284
+ ----------------------
231
285
232
286
* 2.1.3
233
287
* Fixed unit tests for compatibility with CakePHP 2.7
0 commit comments