| » Version | » Information |
|---|---|
| 0.3.0 |
Release date: 2009-01-14 14:47 UTC Release state: alpha Changelog: * Fixed Bug #15567: Exception is thrown when referrer is not set in comment. * Fixed Req #15569: Ability to set a custom user-agent. * Fixed Bug #15571: Don't always include server-related fields. There is a new parameter on the isSpam() method to auto-set server-related fields. * API doc cleanups. * Wrote end-user documentation (PEAR manual is not up-to-date yet, but source files are in CVS). * More complete unit tests. * Fix bug in 0.2.0 that caused incorrect host to be used to requests requiring an API key. * Allow specifying comment as an array rather than an object. * Make $fields property of comment class protected for easier sub-classing of the comment class. * PHPCS cleanups. Dependencies:
|
| 0.2.0 |
Release date: 2008-12-29 14:31 UTC Release state: alpha Changelog: * Fix setting HTTP referer in comment constructor. * Throw invalid API key exception when making a method call instead of in the constructor. * API doc cleanups. * Update unit tests to use mock HTTP objects. Dependencies:
|
| 0.1.0 |
Release date: 2008-12-28 23:38 UTC Release state: alpha Changelog: Redeveloped version of Services_Akismet. Changes include: * BC break to use HTTP_Request2 (Bug #15069). * Added shortcut constructor for comment class. * Added ability to set API endpoint (Bug #15387). * Fluent interface for base class and comment. * Enhanced exceptions. Dependencies:
|