From 4fd8023ba818f65e6e6680ccf1481a98b6ce1898 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 23 Aug 2012 02:22:59 -0700 Subject: [PATCH] Release version 1.7.5 --- CHANGELOG | 5 +++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6cbc22d8c..690950a30 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +=== 1.7.5 2012-08-23 + +* Change internal function names so that Stripe_SingletonApiRequst is + E_STRICT-clean (github issue #16) + === 1.7.4 2012-08-21 * Bugfix so that Stripe objects (e.g. Customer, Charge objects) used diff --git a/VERSION b/VERSION index 10c088013..6a126f402 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.4 +1.7.5 diff --git a/lib/Stripe.php b/lib/Stripe.php index 329298347..e831ea6ab 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -16,7 +16,7 @@ abstract class Stripe public static $apiKey; public static $apiBase = 'https://api.stripe.com/v1'; public static $verifySslCerts = true; - const VERSION = '1.7.4'; + const VERSION = '1.7.5'; public static function getApiKey() {