Skip to content

Commit 49d437d

Browse files
authored
Merge pull request #403 from recurly/release-2.12.1
Release version 2.12.1
2 parents 28d3f15 + 587dafb commit 49d437d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Recurly PHP Client Library CHANGELOG
22

3+
## Version 2.12.1 (March 15th, 2019)
4+
5+
* Fix issue with _verifyUri [PR](https://github.com/recurly/recurly-client-php/pull/402)
6+
37
## Version 2.12.0 (March 12th, 2019)
48

59
This brings us up to API version 2.19
610

11+
Note: This version contains a bug with the _verifyUri method. Please use 2.12.1 instead.
12+
713
* Adds support for Account Hierarchy [PR](https://github.com/recurly/recurly-client-php/pull/393)
814
* Ensure that the client can only connect to recurly domains to improve security [878e844](https://github.com/recurly/recurly-client-php/pull/401/commits/878e8444ad7aa675fed956d610e8c44158787047)
915

lib/recurly/client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Recurly_Client
4949
*/
5050
private static $valid_domains = ["recurly.com"];
5151

52-
const API_CLIENT_VERSION = '2.12.0';
52+
const API_CLIENT_VERSION = '2.12.1';
5353
const DEFAULT_ENCODING = 'UTF-8';
5454

5555
const GET = 'GET';

0 commit comments

Comments
 (0)