diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1be677..ce1a1989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### CHANGELOG +####Version 3.12.0 - Oct 10, 2017 + - Fixes name attribute in EBLBaseComponents. Fixes #136. + - Minor bug fixes. + ####Version 3.11.0 - Mar 7, 2017 - Updated stubs for 204 release. diff --git a/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php b/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php index e9345075..1d466ae1 100644 --- a/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php +++ b/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php @@ -123,7 +123,7 @@ class PayPalAPIInterfaceServiceService protected static $SDK_NAME = "merchant-php-sdk"; // SDK Version - protected static $SDK_VERSION = "3.11.0"; + protected static $SDK_VERSION = "3.12.0"; /** * @param $config - Dynamic config map. This takes the higher precedence if config file is also present.