All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.0 - 2021-03-05
- Add support for PHP 7.4 and PHP 8.0
- The default api version was bumped to 0.18
- Drop support for PHP 7.2 and 7.3
1.1.0 - 2019-10-01
- The api version is now configurable via
Youthweb\OAuth2\Client\Provider\Youthweb::__construct()
- Added support for PHP 7.2 and 7.3
- Update default api version to 0.15
- Drop support for PHP 5.6, 7.0 and 7.1
- Change Code Style to PSR-2
1.0.2 - 2017-06-04
- Library uses Youthweb-API 0.9
1.0.1 - 2016-10-27
- Fixed error handling for JSON API errors
1.0.0 - 2016-10-14
- Initial release