Skip to content

Commit

Permalink
Merge pull request #89 from recurly/2.2.6
Browse files Browse the repository at this point in the history
2.2.6
  • Loading branch information
drewish committed May 9, 2014
2 parents e7e5598 + 5343769 commit 3c677d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.2.6 (?)
## Version 2.2.6 (May 9th, 2014)

* Added support for field balance_in_cents_invoiced
* Added support for field balance_in_cents_uninvoiced
* Added support for `Recurly_Account` field `balance_in_cents_invoiced` [#64]
* Added support for `Recurly_Account` field `balance_in_cents_uninvoiced` [#64]
* Added support for `Recurly_BillingInfo` field `token_id` [#83]
* Fixed bug in parsing large XML responses [#88]

## Version 2.2.5 (Apr 24th, 2014)

Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.2.5';
const API_CLIENT_VERSION = '2.2.6';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 3c677d5

Please sign in to comment.