File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Recurly PHP Client Library CHANGELOG
22
3+ ## Version 2.5.0 (January 13th, 2016)
4+
35* Removed ` nestedAttributes ` [ #191 ] ( https://github.com/recurly/recurly-client-php/pull/191 )
46* Added support for coupon ` update ` and ` restore ` actions [ #186 ] ( https://github.com/recurly/recurly-client-php/pull/186 )
7+ * Added support bulk coupons and generation [ #188 ] ( https://github.com/recurly/recurly-client-php/pull/188 )
58
69## Version 2.4.6 (September 15th, 2015)
710
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.4.6 ' ;
47+ const API_CLIENT_VERSION = '2.5.0 ' ;
4848 const DEFAULT_ENCODING = 'UTF-8 ' ;
4949
5050 const GET = 'GET ' ;
You can’t perform that action at this time.
0 commit comments