Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.12.14 #512

Merged
merged 1 commit into from
Jun 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.12.14 (June 30, 2020)

This brings us up to API version 2.27. There are no breaking changes

* Use helper method to safeguard against empty path parameters [PR](https://github.com/recurly/recurly-client-php/pull/498)
* Include tier attributes in request body [PR](https://github.com/recurly/recurly-client-php/pull/500)
* Default parameter gives error [PR](https://github.com/recurly/recurly-client-php/pull/503)
* BACS support [PR](https://github.com/recurly/recurly-client-php/pull/505)
* Support items on subscriptions [PR](https://github.com/recurly/recurly-client-php/pull/508)

## Version 2.12.13 (March 26, 2020)

This brings us up to API version 2.26. There are no breaking changes
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Recurly_Client
private static $apiUrl = 'https://%s.recurly.com/v2';


const API_CLIENT_VERSION = '2.12.13';
const API_CLIENT_VERSION = '2.12.14';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down