Skip to content

Commit

Permalink
Release version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-stripe committed Aug 23, 2012
1 parent 3275ebc commit 4fd8023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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 === 1.7.4 2012-08-21


* Bugfix so that Stripe objects (e.g. Customer, Charge objects) used * Bugfix so that Stripe objects (e.g. Customer, Charge objects) used
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.7.4 1.7.5
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -16,7 +16,7 @@ abstract class Stripe
public static $apiKey; public static $apiKey;
public static $apiBase = 'https://api.stripe.com/v1'; public static $apiBase = 'https://api.stripe.com/v1';
public static $verifySslCerts = true; public static $verifySslCerts = true;
const VERSION = '1.7.4'; const VERSION = '1.7.5';


public static function getApiKey() public static function getApiKey()
{ {
Expand Down

0 comments on commit 4fd8023

Please sign in to comment.