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, 2021
1 parent a13a305 commit 6178ce5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.4
* Fix #5 - Impossible create order when repay is enabled
* Fix #8 - wrong amount in refund
* Update PayU SDK

## 1.0.3
* Fix doubles PENDING status
* Set correct state
Expand Down
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Config implements PayUConfigInterface
/**
* Current Plugin Version
*/
const PLUGIN_VERSION = '1.0.3';
const PLUGIN_VERSION = '1.0.4';

/**
* @var \OpenPayU_Configuration
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"payu magento 2.4"
],
"type": "magento2-module",
"version": "1.0.3",
"version": "1.0.4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 6178ce5

Please sign in to comment.