Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 7f50c08

Browse files
committed
Prepare for 2.2.1. release
1 parent ff6979b commit 7f50c08

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.2.1
2+
* Fix customerIp and translate
3+
* Catch consumeNotification exception
4+
* Add email notification
5+
6+
## 2.2.0
7+
* Update SDK
8+
* Add Outh
9+
* Refactor
10+
* Cleanup unused code
11+
112
## 2.1.10
213
* Replace http to https for static resources
314

app/code/community/PayU/Account/Model/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PayU_Account_Model_Config
1111
/**
1212
* @var string self version
1313
*/
14-
protected $_pluginVersion = '2.2.0';
14+
protected $_pluginVersion = '2.2.1';
1515

1616
/**
1717
* @var string minimum Magento e-commerce version

app/code/community/PayU/Account/etc/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<PayU_Account>
5-
<version>2.2.0</version>
5+
<version>2.2.1</version>
66
<depends>
77
<Mage_Payment/>
88
</depends>

0 commit comments

Comments
 (0)