Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Oct 8, 2024
1 parent c7247be commit 87e51c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.4
* Fixed #33 - translate

## 2.0.3
* Fixed #30 - RepayOrderCreateResponseHandler without PayU method
* Fixed #24 and #29 - empty response for payByLinks
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.3';
const PLUGIN_VERSION = '2.0.4';

/**
* @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.3",
"version": "2.0.4",
"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.3">
<module name="PayU_PaymentGateway" setup_version="2.0.4">
<sequence>
<module name="Magento_Customer" />
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 87e51c6

Please sign in to comment.