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 24c487d commit 6a73e0fCopy full SHA for 6a73e0f
Model/Config.php
@@ -25,7 +25,7 @@ class Config implements PayUConfigInterface
25
/**
26
* Current Plugin Version
27
*/
28
- const PLUGIN_VERSION = '1.2.4';
+ const PLUGIN_VERSION = '1.2.5';
29
30
31
* @var \OpenPayU_Configuration
composer.json
@@ -10,13 +10,13 @@
10
"payu magento 2"
11
],
12
"type": "magento2-module",
13
- "version": "1.2.4",
+ "version": "1.2.5",
14
"license": [
15
"OSL-3.0",
16
"AFL-3.0"
17
18
"require": {
19
- "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
+ "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
20
"magento/module-sales": ">100.0",
21
"magento/module-checkout": ">100.0",
22
"magento/module-payment": ">100.0",
0 commit comments