Skip to content

Commit

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

**Merged Pull Requests**

- GET external_subscription by external_id - V2 PHP [#816](#816) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs))
- Add taxable address sources to business entity and adjustment [#815](#815) ([ELepolt](https://github.com/ELepolt))
- SubscriptionAddon: fix call to undefined method Recurly_SubscriptionAddOn::__valuesString() [#811](#811) ([glaubinix](https://github.com/glaubinix))
- Added support for `proration_settings` for updating subscriptions [#809](#809) ([csampson](https://github.com/csampson))
  • Loading branch information
Lib Cat committed Jul 3, 2024
1 parent a1027c3 commit 9d3dec1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 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.14.10
current_version = 2.14.11
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.14.11](https://github.com/recurly/recurly-client-php/tree/2.14.11) (2024-07-03)

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


**Merged Pull Requests**

- GET external_subscription by external_id - V2 PHP [#816](https://github.com/recurly/recurly-client-php/pull/816) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs))
- Add taxable address sources to business entity and adjustment [#815](https://github.com/recurly/recurly-client-php/pull/815) ([ELepolt](https://github.com/ELepolt))
- SubscriptionAddon: fix call to undefined method Recurly_SubscriptionAddOn::__valuesString() [#811](https://github.com/recurly/recurly-client-php/pull/811) ([glaubinix](https://github.com/glaubinix))
- Added support for `proration_settings` for updating subscriptions [#809](https://github.com/recurly/recurly-client-php/pull/809) ([csampson](https://github.com/csampson))



## [2.14.10](https://github.com/recurly/recurly-client-php/tree/2.14.10) (2024-04-04)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.9...2.14.10)
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.14.10';
const API_CLIENT_VERSION = '2.14.11';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 9d3dec1

Please sign in to comment.