From 9282711e9bf27e4f454a0b902439b003e47fbd26 Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Tue, 24 Apr 2018 09:58:33 +0600 Subject: [PATCH] 1.1.1 --- W/Event.php | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/W/Event.php b/W/Event.php index cd089bc..bf62e41 100644 --- a/W/Event.php +++ b/W/Event.php @@ -59,7 +59,7 @@ function isSuccessful() {return */ function optionTitle() {return $this->isBankCard() ? __('Bank Card (%1)', $this->r('BRAND')) - : dftr($this->option(), df_module_csv($this, 'labels')) + : dftr($this->option(), df_module_csv2($this, 'labels')) ;} /** diff --git a/composer.json b/composer.json index e34b3b6..2d33549 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/postfinance" - ,"version": "1.1.0" + ,"version": "1.1.1" ,"description": "PostFinance integration with Magento 2" ,"type": "magento2-module" ,"homepage": "https://mage2.pro/c/extensions/postfinance" @@ -11,7 +11,7 @@ "homepage": "https://mage2.pro/users/dmitry_fedyuk", "role": "Developer" }] - ,"require": {"mage2pro/core": ">=3.4.1"} + ,"require": {"mage2pro/core": ">=3.7.5"} ,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\PostFinance\\": ""}} ,"keywords": [ "API"