Skip to content

Release V1.3.0 - Added support for PHP 8.1 and 8.2

Compare
Choose a tag to compare
@visto9259 visto9259 released this 14 Feb 22:24
· 22 commits to master since this release
1a42e79

CHANGELOG

1.3.0

  • Added PHP 8.1 and 8.2 as minimum requirements
  • Dropped PHP 7 and 8.0
  • CI moved to GitHub actions
  • Updated README badges and fixed some typos
  • Added parameter and function typing

Added

  • Nothing.

Changed

  • Minimum PHP is now 8.1 and 8.2. If your environment is on a lower PHP version, do not use this version.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed