diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index a6f90c38..c62f7d51 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -98,17 +98,9 @@ jobs: docker-compose exec -T wordpress wp theme install --allow-root --activate storefront docker-compose exec -T wordpress wp plugin install --allow-root woocommerce --version=$WOO_VERSION docker-compose exec -T wordpress wp plugin install --allow-root woo-order-test - docker-compose exec -T wordpress wp plugin install --allow-root --activate custom-order-numbers-for-woocommerce - docker-compose exec -T wordpress wp option update --allow-root alg_wc_custom_order_numbers_counter_type hash_crc32 docker-compose exec -T wordpress wp plugin activate --allow-root sst-change-order-ids docker-compose exec -T wordpress wp option patch --allow-root update woocommerce_wootax_settings tc_id ${{ secrets.TAXCLOUD_LOGIN_ID }} docker-compose exec -T wordpress wp option patch --allow-root update woocommerce_wootax_settings tc_key ${{ secrets.TAXCLOUD_API_KEY }} - - name: Wait for containers - uses: iFaxity/wait-on-action@v1.1.0 - with: - resource: http://localhost:8080 - timeout: 120000 - - name: Run cypress tests uses: cypress-io/github-action@v6 diff --git a/changelog.txt b/changelog.txt index 608a2a90..e7548916 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,11 @@ Changelog for Simple Sales Tax Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). += [8.0.8] - 2024-01-09 = + +Changed: +- Bump tested WC version to 8.5 + = [8.0.7] - 2023-12-12 = Changed: diff --git a/gruntfile.js b/gruntfile.js index 5622b8d5..170945f9 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -12,7 +12,8 @@ module.exports = function (grunt) { exclude: [ 'node_modules/.*', 'includes/vendor/.*', - 'build/.*' + 'build/.*', + 'docker/.*', ], potHeaders: { 'poedit': true, diff --git a/includes/class-simplesalestax.php b/includes/class-simplesalestax.php index e181801b..a12fe840 100644 --- a/includes/class-simplesalestax.php +++ b/includes/class-simplesalestax.php @@ -20,7 +20,7 @@ final class SimpleSalesTax { * * @var string */ - public $version = '8.0.7'; + public $version = '8.0.8'; /** * The singleton plugin instance. diff --git a/languages/simple-sales-tax.pot b/languages/simple-sales-tax.pot index dc6d76d3..7c32a7f4 100644 --- a/languages/simple-sales-tax.pot +++ b/languages/simple-sales-tax.pot @@ -1,14 +1,14 @@ -# Copyright (C) 2023 TaxCloud +# Copyright (C) 2024 TaxCloud # This file is distributed under the same license as the Simple Sales Tax package. msgid "" msgstr "" -"Project-Id-Version: Simple Sales Tax 8.0.6\n" +"Project-Id-Version: Simple Sales Tax 8.0.8\n" "Report-Msgid-Bugs-To: https://github.com/bporcelli/simplesalestax/issues\n" -"POT-Creation-Date: 2023-11-03 16:17:09+00:00\n" +"POT-Creation-Date: 2024-01-09 15:54:36+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Brett Porcelli \n" "Language: en\n" @@ -250,32 +250,32 @@ msgid "" "address yet." msgstr "" -#: includes/class-sst-order.php:316 includes/class-sst-order.php:901 +#: includes/class-sst-order.php:316 includes/class-sst-order.php:908 #: includes/sst-update-functions.php:573 msgid "Fee" msgstr "" -#: includes/class-sst-order.php:654 +#: includes/class-sst-order.php:661 #. translators: WooCommerce order ID msgid "Failed to capture order %d: already captured." msgstr "" -#: includes/class-sst-order.php:666 +#: includes/class-sst-order.php:673 #. translators: WooCommerce order ID msgid "Failed to capture order %d: order was refunded." msgstr "" -#: includes/class-sst-order.php:696 +#: includes/class-sst-order.php:703 #. translators: 1 - WooCommerce order ID, 2 - Error message from TaxCloud msgid "Failed to capture order %1$d: %2$s." msgstr "" -#: includes/class-sst-order.php:739 +#: includes/class-sst-order.php:746 #. translators: WooCommerce order ID msgid "Can't refund order %d: order must be completed first." msgstr "" -#: includes/class-sst-order.php:834 +#: includes/class-sst-order.php:841 #. translators: 1 - WooCommerce order ID, 2 - Error message from TaxCloud msgid "Failed to refund order %1$d: %2$s." msgstr "" diff --git a/package-lock.json b/package-lock.json index 43a3255f..199659fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simplesalestax", - "version": "8.0.7", + "version": "8.0.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 073e9a31..1fde3675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplesalestax", - "version": "8.0.7", + "version": "8.0.8", "description": "A TaxCloud integration for WooCommerce.", "scripts": { "build": "grunt", diff --git a/readme.txt b/readme.txt index ebe2efac..bbada1b5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: taxcloud, bporcelli Tags: woocommerce, taxcloud, tax, taxes, sales tax, tax calculation, sales tax compliance, sales tax filing, sales tax reporting Requires at least: 4.5 Tested up to: 6.4 -Stable tag: 8.0.7 +Stable tag: 8.0.8 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/simple-sales-tax.php b/simple-sales-tax.php index b95f799d..90273ac9 100644 --- a/simple-sales-tax.php +++ b/simple-sales-tax.php @@ -6,17 +6,17 @@ * Author: TaxCloud * Author URI: https://taxcloud.com * GitHub Plugin URI: https://github.com/bporcelli/simplesalestax - * Version: 8.0.7 + * Version: 8.0.8 * Text Domain: simple-sales-tax * Domain Path: /languages/ * * Requires at least: 4.5.0 * Tested up to: 6.4.0 * WC requires at least: 6.9.0 - * WC tested up to: 8.4.0 + * WC tested up to: 8.5.0 * * @category Plugin - * @copyright Copyright © 2023 The Federal Tax Authority, LLC + * @copyright Copyright © 2024 The Federal Tax Authority, LLC * @author Brett Porcelli * @license GPL2 *