From 2dc4fdbe69fc8f1fb61da11cf8339a9703d3ee46 Mon Sep 17 00:00:00 2001 From: Deepak Dhiman Date: Mon, 19 Oct 2020 16:50:53 +0530 Subject: [PATCH 1/2] updates to remove the nonedb from sync model --- Model/Sync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Sync.php b/Model/Sync.php index 2a66a9b..3db29fb 100644 --- a/Model/Sync.php +++ b/Model/Sync.php @@ -264,7 +264,7 @@ public function templateRead($templateDb) $update->bindParam(3, $lastModified); $update->execute(); - $countQuery = $noneDb->query('SELECT changes()'); + $countQuery = $db->query('SELECT changes()'); $updateCount = (int)$countQuery->fetchColumn(); $countQuery->closeCursor(); From a875b784a2a20eaec188e36366f25a44d9bfe432 Mon Sep 17 00:00:00 2001 From: Joachim Schiller Date: Tue, 24 Nov 2020 17:09:35 +1100 Subject: [PATCH 2/2] Version bump --- composer.json | 2 +- etc/module.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4264d22..1573187 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name" : "codisto/codisto-connect", "description" : "Codisto LINQ Magento 2 Extension", "type" : "magento2-module", - "version" : "1.91.39", + "version" : "1.91.40", "license" : [ "OSL-3.0" ], diff --git a/etc/module.xml b/etc/module.xml index 7f5b3b2..1f2d786 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -22,6 +22,6 @@ --> - +