Skip to content

Commit

Permalink
chore: prep for 8.0.9 release (#237)
Browse files Browse the repository at this point in the history
* chore: bump tested WC version to 8.6

* chore: prep for 8.0.9 release
  • Loading branch information
bporcelli committed Feb 16, 2024
1 parent b954487 commit 167a4fb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion includes/class-simplesalestax.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class SimpleSalesTax {
*
* @var string
*/
public $version = '8.0.8';
public $version = '8.0.9';

/**
* The singleton plugin instance.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplesalestax",
"version": "8.0.8",
"version": "8.0.9",
"description": "A TaxCloud integration for WooCommerce.",
"scripts": {
"build": "grunt",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions simple-sales-tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 167a4fb

Please sign in to comment.