From b00ff321ab5e66abaa11e0cda708448731b68231 Mon Sep 17 00:00:00 2001 From: Chupocabra <71826921+Chupocabra@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:44:02 +0300 Subject: [PATCH] Add svn --ignore-externals option (#348) --- CHANGELOG.md | 3 +++ VERSION | 2 +- src/readme.txt | 5 ++++- src/retailcrm.php | 2 +- src/uninstall.php | 2 +- tests/bin/install.sh | 4 ++-- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569847c2..d415f0ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2024-09-30 4.8.8 +* Fix tests svn externals definitions error + ## 2024-09-26 4.8.7 * Logs refactoring diff --git a/VERSION b/VERSION index 5fb8716f..fd8ccaa3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.7 +4.8.8 diff --git a/src/readme.txt b/src/readme.txt index 96645113..4aa72dd1 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.7 +Stable tag: 4.8.8 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.8 = +* Fix tests svn externals definitions error + = 4.8.7 = * Logs refactoring diff --git a/src/retailcrm.php b/src/retailcrm.php index 8f1d5aa7..2e63dbe9 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.7 + * Version: 4.8.8 * Tested up to: 6.5 * Requires Plugins: woocommerce * WC requires at least: 5.4 diff --git a/src/uninstall.php b/src/uninstall.php index 8a1f66c6..40530c25 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.8.7 + * @version 4.8.8 * * @package RetailCRM */ diff --git a/tests/bin/install.sh b/tests/bin/install.sh index 6615be9b..708473bd 100644 --- a/tests/bin/install.sh +++ b/tests/bin/install.sh @@ -84,8 +84,8 @@ install_test_suite() { if [ ! -d $WP_TESTS_DIR ]; then # set up testing suite mkdir -p $WP_TESTS_DIR - svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes - svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data + svn co --quiet --ignore-externals https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes + svn co --quiet --ignore-externals https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data fi if [ ! -f wp-tests-config.php ]; then