Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed May 18, 2021
1 parent 6a51979 commit 28bdacf
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.1.4
* Update OpenPayU
* Fix doubles PENDING status
* Set correct state after place order

## 1.1.3
* Remove Apple Pay when not available

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.1.3';
const PLUGIN_VERSION = '1.1.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.3"
],
"type": "magento2-module",
"version": "1.1.3",
"version": "1.1.4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 28bdacf

Please sign in to comment.