From 3a353224618751622d615b34c6eb56d79a60e281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C4=8Curdinjakovi=C4=87?= Date: Tue, 23 May 2017 08:34:13 +0200 Subject: [PATCH] Updated changelog, removed obsolete TODO from shell test script. --- changelog.md | 1 + shell/inchoo_php7_test.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c2a5eb7..86e039d 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## [Unreleased] ### Changed - https instead of http for packages.firegento.com (by @EmPeWe). +- smarter require in inchoo_php7_test (by @szepeviktor) ## [2.1.0] - 2017-04-05 ### Changed diff --git a/shell/inchoo_php7_test.php b/shell/inchoo_php7_test.php index 621349f..4e1e6fb 100644 --- a/shell/inchoo_php7_test.php +++ b/shell/inchoo_php7_test.php @@ -8,8 +8,6 @@ * * Test if Inchoo_PHP is installed and integrated into Magento correctly. * - * TODO: check PHP version vs Mcrypt. Sugest Mcrypt polyfill on PHP 7.1 - * * @author Ivan Čurdinjaković */ class Inchoo_PHP7_Test extends Mage_Shell_Abstract