Skip to content

Commit 8140245

Browse files
Version update
1 parent 9184e73 commit 8140245

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.10
2+
* Fix #21
3+
* Better handling errors in notifications
4+
15
## 1.0.9
26
* Fix #16 - Customer IP
37

Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Config implements PayUConfigInterface
2525
/**
2626
* Current Plugin Version
2727
*/
28-
const PLUGIN_VERSION = '1.0.9';
28+
const PLUGIN_VERSION = '1.0.10';
2929

3030
/**
3131
* @var \OpenPayU_Configuration

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"payu magento 2.4"
1111
],
1212
"type": "magento2-module",
13-
"version": "1.0.9",
13+
"version": "1.0.10",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

0 commit comments

Comments
 (0)