Preparing for 1.2.1 release

This commit is contained in:
Jay Patel
2015-02-23 21:32:13 -06:00
parent bedb6aa047
commit cfe4d728e8
2 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ class PayPalConstants
{
const SDK_NAME = 'PayPal-PHP-SDK';
const SDK_VERSION = '1.2.0';
const SDK_VERSION = '1.2.1';
/**
* Approval URL for Payment

View File

@@ -1,5 +1,9 @@
PayPal PHP SDK release notes
============================
v1.2.1
----
* Ability to handle missing accesors for unknown objects in json
v1.2.0
----
* Order API Support