Skip to content

Update CHANGELOG.md #1054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 63 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,47 @@
Changelog
=========
Releases for CakePHP 4.3
-------------
Releases for CakePHP 4.5
------------------------
* 11.3.3
* Add display of unauthorized url in flash message when debug is true

* 11.3.2
* Improve documentation, coding standards

* 11.3.1
* Merge changes from diverged branches, including link generator and keep CakePHP 4.5 compatibility

* 11.3.0
* Require CakePHP ^4.5

Releases for CakePHP 4.4
------------------------
* 11.2.5
* Fix failed tests and code standards

* 11.2.4
* Fix dependencies, require CakePHP 4.4.*

* 11.2.3
* Improved documentation
* Deprecate (broken) compatibility with Linkedin Oauth based connector, they only provide compatibility with OpenID Connect now
* Add Dutch translation by Stefan
* Add `linkGenerator` for emails, useful for API driven apps
* Fix CakePHP 4.5 deprecations
* Fix webauthn loading issues

* 11.2.2
* Fix issue with password rehash with a custom password field

* 11.2.1
* Use UsersUrl and unify url building for login action

* 11.2.0
* Feature/microsoft login by @arodu in #1000
* add more events into login component (before login, after login failure) by @rochamarcelo in #1007
* Add more events into login component (before login, after login failure) by @rochamarcelo in #1007

* 11.1.1
* Use url builder for login redirect

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

* There are NO tags for 10.x we jumped from 9.x to 11.x

Releases for CakePHP 4
-------------
----------------------
* 9.3.1
* Add CI tests for PHP 8.1
* Add events `EVENT_BEFORE_LOGIN`, `EVENT_AFTER_LOGIN_FAILURE`

* 9.3.0
* Improve documentation
* Add webauthn as two factor authentication

* 9.2.1
* Improve documentation
* Fix change password issue

* 9.2.0
* Switch to github actions
* New event AfterEmailTokenValidation
Expand All @@ -35,7 +85,7 @@ Releases for CakePHP 4
* Ukrainian (uk) by @yarkm13
* Docs improvements
* Fix DebugKit permissions issues

* 9.0.2
* Added a custom Unauthorized Handler
* If logged user access unauthorized url he is redirected to referer url or '/' if no referer url
Expand All @@ -59,9 +109,13 @@ Releases for CakePHP 4
* Migrated usage of AuthComponent to Authorization/Authentication plugins.

Releases for CakePHP 3
-------------
----------------------
* 8.5.2
* Add optional merge configuration option

* 8.5.1
* Added new `UsersAuthComponent::EVENT_SOCIAL_LOGIN_EXISTING_ACCOUNT`

* 8.5.0
* Added new `UsersAuthComponent::EVENT_BEFORE_SOCIAL_LOGIN_REDIRECT`
* Added finder to get existing social account
Expand All @@ -77,10 +131,10 @@ Releases for CakePHP 3
* 8.2.1
* Fix scope in facebook social login

* 8.2
* 8.2.0
* Removed deprecations for CakePHP 3.7

* 8.1
* 8.1.0
* Added Yubico U2F Authentication

* 8.0.3
Expand Down Expand Up @@ -227,7 +281,7 @@ Releases for CakePHP 3
* Link social accounts in profile

Releases for CakePHP 2
-------------
----------------------

* 2.1.3
* Fixed unit tests for compatibility with CakePHP 2.7
Expand Down