Skip to content

Commit

Permalink
2.12.26
Browse files Browse the repository at this point in the history
[Full Changelog](2.12.25...2.12.26)

**Merged Pull Requests**

- Add Ramp Pricing Feature to Subscriptions [#703](#703) ([Smolations](https://github.com/Smolations))
- Add ramp pricing feature to plans [#700](#700) ([Smolations](https://github.com/Smolations))
  • Loading branch information
Recurly integrations committed Aug 24, 2022
1 parent 0396b37 commit dc9d8c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.12.25
current_version = 2.12.26
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.12.26](https://github.com/recurly/recurly-client-php/tree/2.12.26) (2022-08-24)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.25...2.12.26)


**Merged Pull Requests**

- Add Ramp Pricing Feature to Subscriptions [#703](https://github.com/recurly/recurly-client-php/pull/703) ([Smolations](https://github.com/Smolations))
- Add ramp pricing feature to plans [#700](https://github.com/recurly/recurly-client-php/pull/700) ([Smolations](https://github.com/Smolations))



## [2.12.25](https://github.com/recurly/recurly-client-php/tree/2.12.25) (2022-06-17)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.24...2.12.25)
Expand Down Expand Up @@ -1032,7 +1044,6 @@
- throw error when keys not set correctly [#42](https://github.com/recurly/recurly-client-php/issues/42)
- Composer Package and PSR-0 compliance [#40](https://github.com/recurly/recurly-client-php/issues/40)
- Recurly_CurrencyList should implement Iterator interface [#37](https://github.com/recurly/recurly-client-php/issues/37)
- Iterating over TransactionList returns null instead of object when retrieved from Invoice [#30](https://github.com/recurly/recurly-client-php/issues/30)
- Recurly Postpone (next_renewal/edit) API feature [#28](https://github.com/recurly/recurly-client-php/issues/28)
- No Account Reopen [#24](https://github.com/recurly/recurly-client-php/issues/24)
- Infinite Loop created in pager.php [#23](https://github.com/recurly/recurly-client-php/issues/23)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Recurly_Client
*/
private static $apiUrl = 'https://%s.recurly.com/v2';

const API_CLIENT_VERSION = '2.12.25';
const API_CLIENT_VERSION = '2.12.26';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit dc9d8c3

Please sign in to comment.