Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 1.32 KB

Changelog

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

Added

  • Add support for PHP 7.4 and PHP 8.0

Changed

  • The default api version was bumped to 0.18
  • Drop support for PHP 7.2 and 7.3

1.1.0 - 2019-10-01

Added

  • The api version is now configurable via Youthweb\OAuth2\Client\Provider\Youthweb::__construct()
  • Added support for PHP 7.2 and 7.3

Changed

  • 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

Changed

  • Library uses Youthweb-API 0.9

1.0.1 - 2016-10-27

Changed

  • Fixed error handling for JSON API errors

1.0.0 - 2016-10-14

Added

  • Initial release