Preparing for Release 1.6.3

This commit is contained in:
Jay Patel
2015-12-07 15:30:35 -06:00
parent d1fd60dac6
commit 67e8d6d3a5
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -1,6 +1,11 @@
PayPal PHP SDK release notes
============================
v1.6.3
----
* Fixes Continue 100 Header
* Minor Bug Fixes #452
v1.6.2
----
* TLS Check Sample Added