Skip to content

Commit

Permalink
Maintain | Prepare for release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Dec 7, 2021
1 parent 26a3433 commit ae5ad22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,11 @@
Changelog
=========
## 1.4.3 (2021-xx-xx)
## 1.4.3 (2021-12-07)
* Bugfix: Fixed support for PHP 8.1,
* Bugfix: Fixed support for Symfony 5.4,
* Bugfix: Fixed `VkontakteResourceOwner` option: `api_version` to not point to deprecated one,
* Fix: getMasterRequest is deprecated since Symfony 5.3, use getMainRequest if exists,
* Bugfix: `RequestStack::getMasterRequest()` is deprecated since Symfony 5.3, use `RequestStack::getMainRequest()` if exists,
* Maintain: Added `GenericOAuth1ResourceOwnerTestCase`, `GenericOAuth2ResourceOwnerTestCase` & `ResourceOwnerTestCase` test case classes for easier unit testing custom resource owners

## 1.4.2 (2021-08-09)
* Bugfix: remove `@final` declaration from `OAuthFactory` & `FOSUBUserProvider`,
Expand Down

0 comments on commit ae5ad22

Please sign in to comment.