You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
Changelog
2
2
=========
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,
4
6
* 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
6
9
7
10
## 1.4.2 (2021-08-09)
8
11
* Bugfix: remove `@final` declaration from `OAuthFactory` & `FOSUBUserProvider`,
0 commit comments