diff --git a/CHANGELOG.md b/CHANGELOG.md index 9203003..8ff3bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.2.12 +* Add Retrieving shop data + ## 2.2.11 * Error when request don't have signature header * Fix generate form diff --git a/composer.json b/composer.json index 01fec00..751c006 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "license": "LGPL-3.0", "description": "OpenPayU PHP Library", - "version": "2.2.11", + "version": "2.2.12", "extra": [ { "engine": "PHP SDK" diff --git a/lib/OpenPayU/Configuration.php b/lib/OpenPayU/Configuration.php index 2360a6b..d0850a5 100644 --- a/lib/OpenPayU/Configuration.php +++ b/lib/OpenPayU/Configuration.php @@ -86,7 +86,7 @@ class OpenPayU_Configuration const API_VERSION = '2.1'; const COMPOSER_JSON = "/composer.json"; - const DEFAULT_SDK_VERSION = 'PHP SDK 2.2.11'; + const DEFAULT_SDK_VERSION = 'PHP SDK 2.2.12'; const OAUTH_CONTEXT = 'pl/standard/user/oauth/authorize'; /** diff --git a/tests/unit/OpenPayU_ConfigurationTest.php b/tests/unit/OpenPayU_ConfigurationTest.php index b32dfe7..068b23c 100644 --- a/tests/unit/OpenPayU_ConfigurationTest.php +++ b/tests/unit/OpenPayU_ConfigurationTest.php @@ -15,7 +15,7 @@ class OpenPayU_ConfigurationTest extends PHPUnit_Framework_TestCase { - const PHP_SDK_VERSION = 'PHP SDK 2.2.11'; + const PHP_SDK_VERSION = 'PHP SDK 2.2.12'; const API_VERSION = '2.1'; const POS_ID = 'PosId'; const SIGNATURE_KEY = 'SignatureKey';