File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Recurly PHP Client Library CHANGELOG
22
3- ## Version 2.7.2 (unreleased)
3+ ## Version 2.7.2 (March 21st, 2017)
4+
5+ * Require export files [ #296 ] ( https://github.com/recurly/recurly-client-php/pull/296 )
6+ * Writeable and updatable coupon description [ #297 ] ( https://github.com/recurly/recurly-client-php/pull/297 )
7+ * Adds a getType method to all Resources [ #299 ] ( https://github.com/recurly/recurly-client-php/pull/299 )
8+ * The Pager should implement the Countable interface (thanks to [ naderman] ( ) ) [ #282 ] ( https://github.com/recurly/recurly-client-php/pull/282 )
9+ * Parse incorrectly shaped validation errors [ #298 ] ( https://github.com/recurly/recurly-client-php/pull/298 )
10+ * Adds external payments to invoices [ #309 ] ( https://github.com/recurly/recurly-client-php/pull/309 )
11+ * GiftCard: deliver_at goes on the Delivery object [ #307 ] ( https://github.com/recurly/recurly-client-php/pull/307 )
12+ * Changes for API v2.5 [ #310 ] ( https://github.com/recurly/recurly-client-php/pull/310 )
413
514## Version 2.7.1 (January 9th, 2017)
615
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Recurly_Client
4444 */
4545 private $ _acceptLanguage = 'en-US ' ;
4646
47- const API_CLIENT_VERSION = '2.7.1 ' ;
47+ const API_CLIENT_VERSION = '2.7.2 ' ;
4848 const DEFAULT_ENCODING = 'UTF-8 ' ;
4949
5050 const GET = 'GET ' ;
You can’t perform that action at this time.
0 commit comments