From 63ca5015c95e87cb781f004b938db89c80dc3ade Mon Sep 17 00:00:00 2001 From: ellynoize <111681973+ellynoize@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:15:25 +0300 Subject: [PATCH] Fix tests errors (#356) --- CHANGELOG.md | 3 +++ Makefile | 3 ++- VERSION | 2 +- src/readme.txt | 5 ++++- src/retailcrm.php | 4 ++-- src/uninstall.php | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f41b16..2676e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2025-01-13 4.8.16 +* Fix tests svn error + ## 2024-12-19 4.8.15 * Fix uploading archive in CRM using console script diff --git a/Makefile b/Makefile index 0def232..d27e4e2 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ compile_pot: msgfmt resources/pot/retailcrm-es_ES.pot -o src/languages/retailcrm-es_ES.mo install: - mkdir coverage + sudo apt install subversion + mkdir -p coverage bash tests/bin/install.sh $(DB_NAME) $(DB_USER) $(DB_HOST) $(DB_PASS) $(WP_VERSION) $(WC_VERSION) test: diff --git a/VERSION b/VERSION index fdee45c..517c5c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.15 +4.8.16 diff --git a/src/readme.txt b/src/readme.txt index cc6631c..b2b1ec1 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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.15 +Stable tag: 4.8.16 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.16 = +* Fix tests svn error + = 4.8.15 = * Fix uploading archive in CRM using console script diff --git a/src/retailcrm.php b/src/retailcrm.php index d73a1df..acedf39 100644 --- a/src/retailcrm.php +++ b/src/retailcrm.php @@ -5,7 +5,7 @@ * Description: Integration plugin for WooCommerce & Simla.com * Author: RetailDriver LLC * Author URI: http://retailcrm.pro/ - * Version: 4.8.15 + * Version: 4.8.16 * 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.15'; + const MODULE_VERSION = '4.8.16'; private static $instance; diff --git a/src/uninstall.php b/src/uninstall.php index 6aadd01..022869e 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.8.15 + * @version 4.8.16 * * @package RetailCRM */