diff --git a/changelog.txt b/changelog.txt index e7548916..c941e283 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.9] - 2024-02-16 = + +Changed: +- Bump tested WC version to 8.6 + = [8.0.8] - 2024-01-09 = Changed: diff --git a/includes/class-simplesalestax.php b/includes/class-simplesalestax.php index a12fe840..bd85213a 100644 --- a/includes/class-simplesalestax.php +++ b/includes/class-simplesalestax.php @@ -20,7 +20,7 @@ final class SimpleSalesTax { * * @var string */ - public $version = '8.0.8'; + public $version = '8.0.9'; /** * The singleton plugin instance. diff --git a/package-lock.json b/package-lock.json index 81e30171..7f2f9a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simplesalestax", - "version": "8.0.8", + "version": "8.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simplesalestax", - "version": "8.0.8", + "version": "8.0.9", "license": "GPL-3.0+", "dependencies": { "npm": "^10.4.0" diff --git a/package.json b/package.json index 5264fb7a..40a9e973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplesalestax", - "version": "8.0.8", + "version": "8.0.9", "description": "A TaxCloud integration for WooCommerce.", "scripts": { "build": "grunt", diff --git a/readme.txt b/readme.txt index bbada1b5..59adfc0b 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.8 +Stable tag: 8.0.9 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 90273ac9..f9815007 100644 --- a/simple-sales-tax.php +++ b/simple-sales-tax.php @@ -6,14 +6,14 @@ * Author: TaxCloud * Author URI: https://taxcloud.com * GitHub Plugin URI: https://github.com/bporcelli/simplesalestax - * Version: 8.0.8 + * Version: 8.0.9 * 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.5.0 + * WC tested up to: 8.6.0 * * @category Plugin * @copyright Copyright © 2024 The Federal Tax Authority, LLC