Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Jul 27, 2023
1 parent 0940930 commit 3d5a609
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.6
* define CURL_SSLVERSION_TLSv1_2 missing for rare server configurations
* Retrieving order refunds #130 (Peter Knut)

## 2.3.5
* Licence changed

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"license": "apache-2.0",
"description": "OpenPayU PHP Library",
"version": "2.3.5",
"version": "2.3.6",
"extra": [
{
"engine": "PHP SDK"
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenPayU/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5';
const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.6';
const OAUTH_CONTEXT = 'pl/standard/user/oauth/authorize';

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/OpenPayU_ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class OpenPayU_ConfigurationTest extends PHPUnit_Framework_TestCase
{

const PHP_SDK_VERSION = 'PHP SDK 2.3.5';
const PHP_SDK_VERSION = 'PHP SDK 2.3.6';
const API_VERSION = '2.1';
const POS_ID = 'PosId';
const SIGNATURE_KEY = 'SignatureKey';
Expand Down

0 comments on commit 3d5a609

Please sign in to comment.