1
0
mirror of synced 2025-03-22 16:13:50 +03:00

Update link ymlUrl

This commit is contained in:
Dima Uryvskiy 2021-07-05 13:31:32 +03:00 committed by GitHub
parent c72da3e761
commit db7a66c6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,6 @@
## 2021-07-05 4.3.2
* Исправление мелких ошибок
## 2021-07-02 4.3.1
* Ребрендинг модуля RetailCRM --> Simla.com

View File

@ -1,2 +1,2 @@
4.3.1
4.3.2

View File

@ -184,7 +184,7 @@ if (!class_exists('WC_Retailcrm_Base')) {
$ymlUrl = $dataSite['ymlUrl'];
if (strpos($ymlUrl, 'simla') === false) {
$ymlUrl = str_replace('retailcrm', 'simla', $ymlUrl);
$ymlUrl = str_replace('/retailcrm.xml', '/simla.xml', $ymlUrl);
$dataSite['ymlUrl'] = $ymlUrl;
$this->apiClient->sitesEdit($dataSite);

View File

@ -83,6 +83,9 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
== Changelog ==
= 4.3.2 =
* Исправление мелких ошибок
= 4.3.1 =
* Ребрендинг модуля RetailCRM --> Simla.com

View File

@ -1,6 +1,6 @@
<?php
/**
* Version: 4.3.1
* Version: 4.3.2
* WC requires at least: 3.0
* WC tested up to: 4.7.1
* Plugin Name: WooCommerce Simla.com

View File

@ -16,7 +16,7 @@
*
* @link https://wordpress.org/plugins/woo-retailcrm/
*
* @version 4.3.1
* @version 4.3.2
*
* @package RetailCRM
*/