Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Jul 5, 2024
1 parent df9547f commit 69b36c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.3
* Fixed #30 - RepayOrderCreateResponseHandler without PayU method
* Fixed #24 and #29 - empty response for payByLinks
* Fixed for php version 7.4

## 2.0.2
* Updated php required version to 7.4
* Fixed typo for php version 7.4
Expand Down
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Config implements PayUConfigInterface
/**
* Current Plugin Version
*/
const PLUGIN_VERSION = '2.0.2';
const PLUGIN_VERSION = '2.0.3';

/**
* @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": "2.0.2",
"version": "2.0.3",
"license": "apache-2.0",
"require": {
"php": ">=7.4",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="PayU_PaymentGateway" setup_version="2.0.2">
<module name="PayU_PaymentGateway" setup_version="2.0.3">
<sequence>
<module name="Magento_Customer" />
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 69b36c2

Please sign in to comment.