Skip to content

Commit

Permalink
Merge pull request #1688 from stloyd/maintain/13-changelog
Browse files Browse the repository at this point in the history
Prepare changelog for `1.3` release
  • Loading branch information
stloyd authored Jan 3, 2021
2 parents 35c96c3 + b51ad2b commit fc6192d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
Changelog
=========
## 1.3.0 (2020-xx-xx)
## 1.3.0 (2021-01-03)
* BC Break: dropped support for Symfony `<4.4`,
* BC Break: dropped support for Doctrine Bundle `<2.0`,
* Added PHP 8 support,
* Method `ConnectController::getParameter()` has been removed,
* Upgraded Facebook API to v8.0,
* Upgraded Twitch resource owner to incorporate latest Twitch API,
* Fixed: undefined `id_token` exception in Azure resource owner,
* Docs: changed firewall name to match flex receipt,
* Maintain: moved from Travis CI to Github Actions

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

## 1.1.0 (2020-04-06)
* Added Symfony 5 support,
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@ The HWIOAuthBundle adds support for authenticating users via OAuth1.0a or OAuth2
Installation
------------

All the installation instructions are located in the documentation, check it for specific
version:
All the installation instructions are located in the documentation, check it for a specific version:

* [__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`,

* __1.2__ (outdated) - with support for Symfony: `^3.4`, `^4.4` and `^5.0`.

* [__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`.

Documentation
-------------

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

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

This bundle contains support for 58 different providers:
* 37signals,
Expand Down Expand Up @@ -88,6 +90,4 @@ This bundle contains support for 58 different providers:
License
-------

This bundle is under the MIT license. See the complete license in the bundle:

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

0 comments on commit fc6192d

Please sign in to comment.