From f4591c6b5c736a1fec891b68dad241f1d19acbca Mon Sep 17 00:00:00 2001 From: Oleg <109225168+frescoref@users.noreply.github.com> Date: Sat, 18 Mar 2023 10:43:05 +0300 Subject: [PATCH 1/2] Fix: categories update --- Core.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core.php b/Core.php index cdfa91a..f4c1f1e 100644 --- a/Core.php +++ b/Core.php @@ -621,6 +621,8 @@ public function processingClassifierGroups(ClassifierDataContract $classifier, R } } + $category->save(); + $this->log()->info(__('Update of existing category data completed successfully.', 'wc1c-main')); continue; } From 087bf8a26b08b59f6b4a426715e50011f12cc750 Mon Sep 17 00:00:00 2001 From: Oleg <109225168+frescoref@users.noreply.github.com> Date: Sat, 18 Mar 2023 10:43:32 +0300 Subject: [PATCH 2/2] Prepare: 0.11.2 --- Core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.php b/Core.php index f4c1f1e..abc4a1f 100644 --- a/Core.php +++ b/Core.php @@ -58,7 +58,7 @@ class Core extends SchemaAbstract public function __construct() { $this->setId('productscml'); - $this->setVersion('0.11.1'); + $this->setVersion('0.11.2'); $this->setName(__('Products data exchange via CommerceML', 'wc1c-main')); $this->setDescription(__('Creation and updating of products (goods) in WooCommerce according to data from 1C using the CommerceML protocol of various versions.', 'wc1c-main'));