Skip to content

Releases: giberti/ext-oauth-shim

Verified support for PHP 8.3

09 Dec 20:14
Compare
Choose a tag to compare

Updates the documentation to reflect additional PHP version support, including PHP 8.3.

Fix deprecation warnings for PHP 8.2

19 Apr 03:02
Compare
Choose a tag to compare
  • Migrated test suite to GitHub Actions
  • Addressed Dynamic Property deprecation warnings for PHP 8.2
  • Updated typo in composer.json's provide statement

Drop unsupported PHP and PHPUnit versions

01 May 02:09
Compare
Choose a tag to compare
  • Dropped support for PHP 7.2. This version lacks security updates since late 2020.
  • Dropped support for PHPUnit 7. This version lacks security updates since early 2020.

While the package currently allows PHP 7.3, it's strongly recommended you upgrade to PHP 7.4 or 8.x as soon as possible.

Add PHP 7.4 & 8.0 Support

21 Feb 17:21
Compare
Choose a tag to compare
  • Add support for PHP 7.4
  • Add support for PHP 8.0

PHPUnit 8 & PHP 7.3 support

03 Aug 17:34
Compare
Choose a tag to compare
  • Support PHP 7.3
  • Support PHPUnit 8
  • Drop testing support for PHP 7.0 and PHPUnit 6

Initial release

10 Feb 21:16
Compare
Choose a tag to compare

This release provides a working instance of OAuth and OAuthException ready for use.