Skip to content

Releases: cedx/akismet.php

Akismet for PHP 2.0.1

09 Apr 21:51
Compare
Choose a tag to compare
  • Fixed a missing implements \JsonSerializable statement.

Akismet for PHP 2.0.0

09 Apr 21:51
Compare
Choose a tag to compare
  • Breaking change: modified the return type of the jsonSerialize() and toJSON() methods.
  • Breaking change: modified the signature of the constructor of the Client class.
  • Added the Client::DEBUG_HEADER constant.
  • Added the jsonSerialize() and toJSON() methods to the Client class.
  • Added the missing User-Agent HTTP header to the outgoing Client requests.
  • Added property setters to the Client class.

Akismet for PHP 1.1.0

09 Apr 21:51
Compare
Choose a tag to compare
  • Added return type declarations on the fluent setters.

Akismet for PHP 1.0.0

09 Apr 21:50
Compare
Choose a tag to compare
  • Initial release.