Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Jul 13, 2021
1 parent a490f6e commit fe22b6e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.1
* Remove cast to int for refund amount
* Fix #116 - typo fix
* Fix #117 - Default for CURLOPT_SSL_VERIFYHOST (2) and CURLOPT_SSL_VERIFYPEER (true)
* Add PHP 7 to TravisCI checks (Vojta Svoboda)

## 2.3.0
* **Possibly breaking changes** - due possible conflict with popular class names "Shop" and "Balance" change to PayuShop and PayuShopBalance

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": "LGPL-3.0",
"description": "OpenPayU PHP Library",
"version": "2.3.0",
"version": "2.3.1",
"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 @@ -86,7 +86,7 @@ class OpenPayU_Configuration

const API_VERSION = '2.1';
const COMPOSER_JSON = "/composer.json";
const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.0';
const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.1';
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 @@ -13,7 +13,7 @@
class OpenPayU_ConfigurationTest extends PHPUnit_Framework_TestCase
{

const PHP_SDK_VERSION = 'PHP SDK 2.3.0';
const PHP_SDK_VERSION = 'PHP SDK 2.3.1';
const API_VERSION = '2.1';
const POS_ID = 'PosId';
const SIGNATURE_KEY = 'SignatureKey';
Expand Down

0 comments on commit fe22b6e

Please sign in to comment.