Bump version in MP
This commit is contained in:
parent
ea29da0025
commit
a527017bc8
@ -1,3 +1,10 @@
|
|||||||
|
## 2021-08-30 4.3.8
|
||||||
|
* Updated logic work address
|
||||||
|
* Added transfer of the client's comment to the WC order
|
||||||
|
* Added the ability to skip inactive statuses in settings module
|
||||||
|
* Deleted option 'Do not transmit the cost of delivery'
|
||||||
|
* Fix bug in archive upload
|
||||||
|
|
||||||
## 2021-08-04 4.3.7
|
## 2021-08-04 4.3.7
|
||||||
* Fixed an error with incorrect unloading of archived clients
|
* Fixed an error with incorrect unloading of archived clients
|
||||||
* Removed the "Client roles" option from the module settings
|
* Removed the "Client roles" option from the module settings
|
||||||
|
@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla
|
|||||||
Requires PHP: 5.3
|
Requires PHP: 5.3
|
||||||
Requires at least: 5.3
|
Requires at least: 5.3
|
||||||
Tested up to: 5.8
|
Tested up to: 5.8
|
||||||
Stable tag: 4.3.7
|
Stable tag: 4.3.8
|
||||||
License: GPLv1 or later
|
License: GPLv1 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-1.0.html
|
License URI: http://www.gnu.org/licenses/gpl-1.0.html
|
||||||
|
|
||||||
@ -83,6 +83,13 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 4.3.8 =
|
||||||
|
* Updated logic work address
|
||||||
|
* Added transfer of the client's comment to the WC order
|
||||||
|
* Added the ability to skip inactive statuses in settings module
|
||||||
|
* Deleted option 'Do not transmit the cost of delivery'
|
||||||
|
* Fix bug in archive upload
|
||||||
|
|
||||||
= 4.3.7 =
|
= 4.3.7 =
|
||||||
* Fixed an error with incorrect unloading of archived clients
|
* Fixed an error with incorrect unloading of archived clients
|
||||||
* Removed the "Client roles" option from the module settings
|
* Removed the "Client roles" option from the module settings
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Description: Integration plugin for WooCommerce & Simla.com
|
* Description: Integration plugin for WooCommerce & Simla.com
|
||||||
* Author: RetailDriver LLC
|
* Author: RetailDriver LLC
|
||||||
* Author URI: http://retailcrm.pro/
|
* Author URI: http://retailcrm.pro/
|
||||||
* Version: 4.3.7
|
* Version: 4.3.8
|
||||||
* Tested up to: 5.8
|
* Tested up to: 5.8
|
||||||
* WC requires at least: 3.0
|
* WC requires at least: 3.0
|
||||||
* WC tested up to: 5.4
|
* WC tested up to: 5.4
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @link https://wordpress.org/plugins/woo-retailcrm/
|
* @link https://wordpress.org/plugins/woo-retailcrm/
|
||||||
*
|
*
|
||||||
* @version 4.3.7
|
* @version 4.3.8
|
||||||
*
|
*
|
||||||
* @package RetailCRM
|
* @package RetailCRM
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user