Fix deploy (#357)
This commit is contained in:
parent
63ca5015c9
commit
b2cc25e716
@ -1,3 +1,6 @@
|
||||
## 2025-01-21 4.8.17
|
||||
* Fix deploy
|
||||
|
||||
## 2025-01-13 4.8.16
|
||||
* Fix tests svn error
|
||||
|
||||
|
3
Makefile
3
Makefile
@ -5,7 +5,8 @@ ARCHIVE_NAME = '/tmp/retailcrm-'$(VERSION)'.zip'
|
||||
.PHONY: test
|
||||
|
||||
svn_clone:
|
||||
mkdir /tmp/svn_plugin_dir
|
||||
sudo apt install subversion
|
||||
mkdir -p /tmp/svn_plugin_dir
|
||||
svn co $(SVNREPOURL) /tmp/svn_plugin_dir --no-auth-cache
|
||||
|
||||
svn_push: /tmp/svn_plugin_dir
|
||||
|
@ -16,7 +16,7 @@
|
||||
"require-dev": {
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"phpunit/phpunit": "6.*",
|
||||
"phpunit/phpunit": "7.*",
|
||||
"yoast/phpunit-polyfills": "1.x-dev"
|
||||
}
|
||||
}
|
||||
|
681
composer.lock
generated
681
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla
|
||||
Requires PHP: 7.1
|
||||
Requires at least: 5.3
|
||||
Tested up to: 6.5
|
||||
Stable tag: 4.8.16
|
||||
Stable tag: 4.8.17
|
||||
License: GPLv1 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-1.0.html
|
||||
|
||||
@ -82,6 +82,9 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
|
||||
|
||||
|
||||
== Changelog ==
|
||||
= 4.8.17 =
|
||||
* Fix deploy
|
||||
|
||||
= 4.8.16 =
|
||||
* Fix tests svn error
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* Description: Integration plugin for WooCommerce & Simla.com
|
||||
* Author: RetailDriver LLC
|
||||
* Author URI: http://retailcrm.pro/
|
||||
* Version: 4.8.16
|
||||
* Version: 4.8.17
|
||||
* Tested up to: 6.5
|
||||
* Requires Plugins: woocommerce
|
||||
* WC requires at least: 5.4
|
||||
@ -27,7 +27,7 @@ if (!class_exists( 'WC_Integration_Retailcrm')) :
|
||||
class WC_Integration_Retailcrm {
|
||||
const WOOCOMMERCE_SLUG = 'woocommerce';
|
||||
const WOOCOMMERCE_PLUGIN_PATH = 'woocommerce/woocommerce.php';
|
||||
const MODULE_VERSION = '4.8.16';
|
||||
const MODULE_VERSION = '4.8.17';
|
||||
|
||||
private static $instance;
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @link https://wordpress.org/plugins/woo-retailcrm/
|
||||
*
|
||||
* @version 4.8.16
|
||||
* @version 4.8.17
|
||||
*
|
||||
* @package RetailCRM
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user