Skip to content

Commit

Permalink
Update link ymlUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Uryvskiy authored Jul 5, 2021
1 parent c72da3e commit db7a66c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2021-07-05 4.3.2
* Исправление мелких ошибок

## 2021-07-02 4.3.1
* Ребрендинг модуля RetailCRM --> Simla.com

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4.3.1
4.3.2

2 changes: 1 addition & 1 deletion src/include/class-wc-retailcrm-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function generate_icml() {
$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);
Expand Down
3 changes: 3 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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: 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
Expand Down
2 changes: 1 addition & 1 deletion src/uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @link https://wordpress.org/plugins/woo-retailcrm/
*
* @version 4.3.1
* @version 4.3.2
*
* @package RetailCRM
*/
Expand Down

0 comments on commit db7a66c

Please sign in to comment.