Skip to content

Commit fc6192d

Browse files
authored
Merge pull request #1688 from stloyd/maintain/13-changelog
Prepare changelog for `1.3` release
2 parents 35c96c3 + b51ad2b commit fc6192d

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
Changelog
22
=========
3-
## 1.3.0 (2020-xx-xx)
3+
## 1.3.0 (2021-01-03)
4+
* BC Break: dropped support for Symfony `<4.4`,
5+
* BC Break: dropped support for Doctrine Bundle `<2.0`,
46
* Added PHP 8 support,
5-
* Method `ConnectController::getParameter()` has been removed,
67
* Upgraded Facebook API to v8.0,
78
* Upgraded Twitch resource owner to incorporate latest Twitch API,
89
* Fixed: undefined `id_token` exception in Azure resource owner,
10+
* Docs: changed firewall name to match flex receipt,
11+
* Maintain: moved from Travis CI to Github Actions
912

1013
## 1.2.0 (2020-10-19)
14+
* BC Break: dropped Symfony 4.3 support,
1115
* Added `first_name` & `last_name` in AzureResourceOwner,
1216
* Added: support for multiple OAuth2 state parameters,
1317
* Added: Apple resource owner,
1418
* Fixed: updated Azure `authorization` & `access_token` urls,
1519
* Fixed: Doctrine persistence deprecation errors,
1620
* Allow modification of the response in `FilterUserResponseEvent`,
17-
* Dropped Symfony 4.3 support,
1821

1922
## 1.1.0 (2020-04-06)
2023
* Added Symfony 5 support,

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@ The HWIOAuthBundle adds support for authenticating users via OAuth1.0a or OAuth2
1010
Installation
1111
------------
1212

13-
All the installation instructions are located in the documentation, check it for specific
14-
version:
13+
All the installation instructions are located in the documentation, check it for a specific version:
14+
15+
* [__1.3__](https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md) - with support for Symfony: `^4.4` & `^5.0`,
16+
17+
* __1.2__ (outdated) - with support for Symfony: `^3.4`, `^4.4` and `^5.0`.
1518

16-
* [__1.2__](https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md) with support for Symfony `^3.4`, `^4.4` and `^5.0`.
1719

1820
Documentation
1921
-------------
2022

2123
The bulk of the documentation is stored in the `Resources/doc/index.md`
2224
file in this bundle. Read the documentation for version:
2325

24-
* [__1.2__](https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/index.md)
26+
* [__1.3__](https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/index.md)
2527

2628
This bundle contains support for 58 different providers:
2729
* 37signals,
@@ -88,6 +90,4 @@ This bundle contains support for 58 different providers:
8890
License
8991
-------
9092

91-
This bundle is under the MIT license. See the complete license in the bundle:
92-
93-
LICENSE
93+
This bundle is under the MIT license. See the complete [license in the bundle](https://github.com/hwi/HWIOAuthBundle/blob/master/LICENSE).

0 commit comments

Comments
 (0)