Skip to content

Commit 3d5a609

Browse files
committed
Version Update
1 parent 0940930 commit 3d5a609

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.6
2+
* define CURL_SSLVERSION_TLSv1_2 missing for rare server configurations
3+
* Retrieving order refunds #130 (Peter Knut)
4+
15
## 2.3.5
26
* Licence changed
37

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"license": "apache-2.0",
55
"description": "OpenPayU PHP Library",
6-
"version": "2.3.5",
6+
"version": "2.3.6",
77
"extra": [
88
{
99
"engine": "PHP SDK"

lib/OpenPayU/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class OpenPayU_Configuration
8585

8686
const API_VERSION = '2.1';
8787
const COMPOSER_JSON = "/composer.json";
88-
const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.5';
88+
const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.6';
8989
const OAUTH_CONTEXT = 'pl/standard/user/oauth/authorize';
9090

9191
/**

tests/unit/OpenPayU_ConfigurationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class OpenPayU_ConfigurationTest extends PHPUnit_Framework_TestCase
1313
{
1414

15-
const PHP_SDK_VERSION = 'PHP SDK 2.3.5';
15+
const PHP_SDK_VERSION = 'PHP SDK 2.3.6';
1616
const API_VERSION = '2.1';
1717
const POS_ID = 'PosId';
1818
const SIGNATURE_KEY = 'SignatureKey';

0 commit comments

Comments
 (0)