Skip to content

Akismet for PHP 14.0.0

Choose a tag to compare

@CedX CedX released this 24 Jun 14:42
· 582 commits to main since this release
  • Breaking change: changed the signature of the class constructors.
  • Breaking change: raised the required PHP version.
  • Breaking change: removed the RequestEvent and ResponseEvent classes.
  • Breaking change: replaced the getter/setter methods by properties.
  • Breaking change: the Client class is no longer an event dispatcher.
  • Breaking change: using PHP 8.1 features, like enumerations and readonly properties.
  • Added support for the Akismet response error codes.
  • Updated the package dependencies.