Skip to content

Commit

Permalink
Merge pull request #98 from iyzoer/master
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
gwinn authored Apr 16, 2019
2 parents b0524bd + 09b8902 commit 78a299a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2019-04-16 3.5.1
* Исправлен баг при активации плагина

## 2019-03-06 3.5.0
* Добавлена настройка деактивации выгрузки изменений заказа в retailCRM
* Добавлена настройка активации выгрузки SKU в xmlId и связь товаров по полю xmlId
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.0
3.5.1
3 changes: 3 additions & 0 deletions src/include/class-wc-retailcrm-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
*/

if (!class_exists('WC_Retailcrm_Base')) {
if (!class_exists('WC_Retailcrm_Abstracts_Settings')) {
include_once 'abstracts/class-wc-retailcrm-abstracts-settings.php';
}

/**
* Class WC_Retailcrm_Base
Expand Down
3 changes: 3 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ API-ключ должен быть для отдельного магазина

== Changelog ==

= 3.5.1 =
* Исправлен баг при активации плагина

= 3.5.0 =
* Добавлена настройка деактивации выгрузки изменений заказа в retailCRM
* Добавлена настройка активации выгрузки SKU в xmlId и связь товаров по полю xmlId
Expand Down
2 changes: 1 addition & 1 deletion src/retailcrm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Version: 3.5.0
* Version: 3.5.1
* WC requires at least: 3.0
* WC tested up to: 3.5.5
* Plugin Name: WooCommerce RetailCRM
Expand Down
2 changes: 1 addition & 1 deletion src/uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
*
* @link https://wordpress.org/plugins/woo-retailcrm/
* @version 3.5.0
* @version 3.5.1
*
* @package RetailCRM
*/
Expand Down

0 comments on commit 78a299a

Please sign in to comment.