Skip to content

Commit

Permalink
Prepare: 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frescoref committed Mar 18, 2023
1 parent f4591c6 commit 087bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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

0 comments on commit 087bf8a

Please sign in to comment.