Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Sep 8, 2022
1 parent 9184e73 commit 8140245
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10
* Fix #21
* Better handling errors in notifications

## 1.0.9
* Fix #16 - Customer IP

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.9';
const PLUGIN_VERSION = '1.0.10';

/**
* @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.9",
"version": "1.0.10",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 8140245

Please sign in to comment.