From 19e8c2287c77467e766a00d1085974e899592bed Mon Sep 17 00:00:00 2001 From: regdos Date: Thu, 24 Nov 2022 09:29:54 +0100 Subject: [PATCH] Version update --- CHANGELOG.md | 3 +++ composer.json | 2 +- lib/OpenPayU/Configuration.php | 2 +- tests/unit/OpenPayU_ConfigurationTest.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ab5fd..8aea1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.3.5 +* Licence changed + ## 2.3.4 * Remove examples, tests, etc. from release package * Sanitize display of POST data in examples diff --git a/composer.json b/composer.json index 0408546..50d33c7 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "license": "apache-2.0", "description": "OpenPayU PHP Library", - "version": "2.3.4", + "version": "2.3.5", "extra": [ { "engine": "PHP SDK" diff --git a/lib/OpenPayU/Configuration.php b/lib/OpenPayU/Configuration.php index 4daa597..fc19d30 100644 --- a/lib/OpenPayU/Configuration.php +++ b/lib/OpenPayU/Configuration.php @@ -85,7 +85,7 @@ class OpenPayU_Configuration const API_VERSION = '2.1'; const COMPOSER_JSON = "/composer.json"; - const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.4'; + const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.5'; const OAUTH_CONTEXT = 'pl/standard/user/oauth/authorize'; /** diff --git a/tests/unit/OpenPayU_ConfigurationTest.php b/tests/unit/OpenPayU_ConfigurationTest.php index 13ee999..d04acf9 100644 --- a/tests/unit/OpenPayU_ConfigurationTest.php +++ b/tests/unit/OpenPayU_ConfigurationTest.php @@ -12,7 +12,7 @@ class OpenPayU_ConfigurationTest extends PHPUnit_Framework_TestCase { - const PHP_SDK_VERSION = 'PHP SDK 2.3.4'; + const PHP_SDK_VERSION = 'PHP SDK 2.3.5'; const API_VERSION = '2.1'; const POS_ID = 'PosId'; const SIGNATURE_KEY = 'SignatureKey';