From 12f0a77301f45cc334f95868f0a5d568c918633b Mon Sep 17 00:00:00 2001 From: Casper Olsen Date: Tue, 7 Nov 2017 20:20:18 +0100 Subject: [PATCH] Version Update Version Update - fix for array_column --- gshoppingflux/gshoppingflux.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gshoppingflux/gshoppingflux.php b/gshoppingflux/gshoppingflux.php index d09ebad..3f3f90f 100644 --- a/gshoppingflux/gshoppingflux.php +++ b/gshoppingflux/gshoppingflux.php @@ -34,7 +34,7 @@ public function __construct() { $this->name = 'gshoppingflux'; $this->tab = 'smart_shopping'; - $this->version = '1.6.6'; + $this->version = '1.6.7'; $this->author = 'Dim00z'; $this->bootstrap = true;