We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9184e73 commit 8140245Copy full SHA for 8140245
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.10
2
+* Fix #21
3
+* Better handling errors in notifications
4
+
5
## 1.0.9
6
* Fix #16 - Customer IP
7
Model/Config.php
@@ -25,7 +25,7 @@ class Config implements PayUConfigInterface
25
/**
26
* Current Plugin Version
27
*/
28
- const PLUGIN_VERSION = '1.0.9';
+ const PLUGIN_VERSION = '1.0.10';
29
30
31
* @var \OpenPayU_Configuration
composer.json
@@ -10,7 +10,7 @@
10
"payu magento 2.4"
11
],
12
"type": "magento2-module",
13
- "version": "1.0.9",
+ "version": "1.0.10",
14
"license": [
15
"OSL-3.0",
16
"AFL-3.0"
0 commit comments