File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Recurly PHP Client Library CHANGELOG
22
3+ ## Version 2.12.8 (October 22nd, 2019)
4+
5+ * Add shipping address to Purchase [ PR] (https://github.com/recurly/recurly-client-php/pull/435 )
6+ * Subscription timeframe changes [ PR] (https://github.com/recurly/recurly-client-php/pull/419 )
7+
38## Version 2.12.7 (September 20th, 2019)
49
510* Fix issue with missing requires [ PR] ( https://github.com/recurly/recurly-client-php/pull/434 ) .
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class Recurly_Client
5050 private static $ apiUrl = 'https://%s.recurly.com/v2 ' ;
5151
5252
53- const API_CLIENT_VERSION = '2.12.7 ' ;
53+ const API_CLIENT_VERSION = '2.12.8 ' ;
5454 const DEFAULT_ENCODING = 'UTF-8 ' ;
5555
5656 const GET = 'GET ' ;
You can’t perform that action at this time.
0 commit comments