Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit f21fe42

Browse files
author
brluk and japatel
committed
Preparing for release 3.12.0
1 parent 0a172f1 commit f21fe42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### CHANGELOG
22

3+
####Version 3.12.0 - Oct 10, 2017
4+
- Fixes name attribute in EBLBaseComponents. Fixes #136.
5+
- Minor bug fixes.
6+
37
####Version 3.11.0 - Mar 7, 2017
48
- Updated stubs for 204 release.
59

lib/PayPal/Service/PayPalAPIInterfaceServiceService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class PayPalAPIInterfaceServiceService
123123
protected static $SDK_NAME = "merchant-php-sdk";
124124

125125
// SDK Version
126-
protected static $SDK_VERSION = "3.11.0";
126+
protected static $SDK_VERSION = "3.12.0";
127127

128128
/**
129129
* @param $config - Dynamic config map. This takes the higher precedence if config file is also present.

0 commit comments

Comments
 (0)