[ANNOUNCEMENT] HTTP_OAuth-0.3.1 (alpha) Released.
[email protected] ("PEAR Announce")
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package HTTP_OAuth-0.3.1 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
API changes:
* added $body parameter to HTTP_OAuth_Provider::__construct()
* added HTTP_OAuth_Provider::setBody()
* renamed HTTP_OAuth_Provider::getPostData() to getBody()
* made HTTP_OAuth_Provider::getBody() public
New features and bugs fixed:
* Fixed PEAR #17806. DELETE method is not supported.
* Fixed PEAR #18574. Avoid try-catch-rethrow.
* Fixed PEAR #18701. Only variables should be passed by reference.
* Fixed PEAR #18425. Array keys not decoded in HTTP_OAuth_Provider.
* Fixed PEAR #18431. Handle PUT requests better in HTTP_OAuth_Provider.
* Fixed PEAR #20106. rawBodyData always included in provider request.
* Fixed PEAR #20107. Handle multiple query params with same name as array.
* Added LICENSE file.
* Include README in package file.
* Fixed reset() call in MessageTest in unit tests.
Package Info
------------
Allows the use of the consumer and provider angles of the OAuth 1.0a specification
Related Links
-------------
Package home: http://pear.php.net/package/HTTP_OAuth
Changelog: http://pear.php.net/package/HTTP_OAuth/download/0.3.1
Download: http://download.pear.php.net/package/HTTP_OAuth-0.3.1.tgz
Authors
-------
Bill Shupp <[email protected]> (lead)
Michael Gauthier (developer)
Jeff Hodsdon <[email protected]> (lead)