Skip to content

Commit

Permalink
Merge pull request #19 from wc1c/dev
Browse files Browse the repository at this point in the history
Dev 0.11.2
  • Loading branch information
frescoref authored Mar 18, 2023
2 parents ff95f11 + 087bf8a commit dfa4f59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit dfa4f59

Please sign in to comment.