Skip to content

Commit bfc7444

Browse files
Version update 2.0.6 (#47)
1 parent 155e9ce commit bfc7444

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.0.6
2+
* add support for credit payment methods:
3+
* [PayU | Installments](https://developers.payu.com/europe/docs/payment-solutions/credit/installments/)
4+
* [PayU Pay Later](https://developers.payu.com/europe/docs/payment-solutions/credit/paylater/)
5+
* add support for the [credit widget](https://developers.payu.com/europe/docs/payment-solutions/credit/widget/)
6+
* IMPORTANT: the sandbox flag was changed to support all payment methods with one configuration - please review sandbox flag configuration after update
7+
18
## 2.0.5
29
* Fixed #38 - `di:compile` returned error in PHP 8.4
310

Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Config implements PayUConfigInterface
1818
/**
1919
* Current Plugin Version
2020
*/
21-
const PLUGIN_VERSION = '2.0.5';
21+
const PLUGIN_VERSION = '2.0.6';
2222

2323
/**
2424
* @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": "2.0.5",
13+
"version": "2.0.6",
1414
"license": "apache-2.0",
1515
"require": {
1616
"php": ">=7.4",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="PayU_PaymentGateway" setup_version="2.0.5">
3+
<module name="PayU_PaymentGateway" setup_version="2.0.6">
44
<sequence>
55
<module name="Magento_Customer" />
66
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)