From a73b833dd7f02af01332142105d4ad1289178abf Mon Sep 17 00:00:00 2001 From: Tomasz Regdos Date: Mon, 22 Feb 2016 13:42:21 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ app/code/community/PayU/Account/Model/Config.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f3b34..2e1ee25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.1.10 + * Replace http to https for static resources + ## 2.1.9 * Add lang to redirectUri diff --git a/app/code/community/PayU/Account/Model/Config.php b/app/code/community/PayU/Account/Model/Config.php index 7a428ef..0a19145 100644 --- a/app/code/community/PayU/Account/Model/Config.php +++ b/app/code/community/PayU/Account/Model/Config.php @@ -15,7 +15,7 @@ class PayU_Account_Model_Config /** * @var string self version */ - protected $_pluginVersion = '2.1.9'; + protected $_pluginVersion = '2.1.10'; /** * @var string minimum Magento e-commerce version