Skip to content

Commit

Permalink
Merge pull request #357 from recurly/bump_2_10_3
Browse files Browse the repository at this point in the history
Release 2.10.3 / API version 2.13
  • Loading branch information
drewish authored Jun 26, 2018
2 parents 9c5e6c6 + 126c4f5 commit 48b0ace
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.10.3 (June 26th, 2018)

This release will upgrade us to API version 2.13. There are no breaking changes.

* Add all_transactions link to Invoice [#350](https://github.com/recurly/recurly-client-php/pull/350)
* Allow programmer to set gateway code in purchase [#351](https://github.com/recurly/recurly-client-php/pull/351)
* External token support [#352](https://github.com/recurly/recurly-client-php/pull/352)
* Support for custom fields [#353](https://github.com/recurly/recurly-client-php/pull/353)
* Subscription terms [#356](https://github.com/recurly/recurly-client-php/pull/356)

## Version 2.10.2 (May 16th, 2018)

This release will upgrade us to API version 2.12. There are no breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.10.2';
const API_CLIENT_VERSION = '2.10.3';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 48b0ace

Please sign in to comment.