Skip to content

Commit ae5ad22

Browse files
committed
Maintain | Prepare for release 1.4.3
1 parent 26a3433 commit ae5ad22

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Changelog
22
=========
3-
## 1.4.3 (2021-xx-xx)
3+
## 1.4.3 (2021-12-07)
4+
* Bugfix: Fixed support for PHP 8.1,
5+
* Bugfix: Fixed support for Symfony 5.4,
46
* Bugfix: Fixed `VkontakteResourceOwner` option: `api_version` to not point to deprecated one,
5-
* Fix: getMasterRequest is deprecated since Symfony 5.3, use getMainRequest if exists,
7+
* Bugfix: `RequestStack::getMasterRequest()` is deprecated since Symfony 5.3, use `RequestStack::getMainRequest()` if exists,
8+
* Maintain: Added `GenericOAuth1ResourceOwnerTestCase`, `GenericOAuth2ResourceOwnerTestCase` & `ResourceOwnerTestCase` test case classes for easier unit testing custom resource owners
69

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

0 commit comments

Comments
 (0)