Skip to content

Commit 3ea26cd

Browse files
committed
Version update
1 parent 66799fc commit 3ea26cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## 1.0.1
2+
* Fix create refund and invoice from admin
3+
14
## 1.0.0
25
* First release for Magento 2.4

Model/Config.php

+1-1
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.0';
28+
const PLUGIN_VERSION = '1.0.1';
2929

3030
/**
3131
* @var \OpenPayU_Configuration

composer.json

+1-1
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.0",
13+
"version": "1.0.1",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

0 commit comments

Comments
 (0)