Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ 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.4.3] - 2026-01-28 =

Fixed:
- [DEV-6070] - Handle Colorado excise tax on guns and ammo from WooCommerce
- [DEV-6422] - Tax exempt customer issues in WooCommerce


- [8.4.2] - 2026-01-15 =

Fixed:
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.4.2';
public $version = '8.4.3';

/**
* The singleton plugin instance.
Expand Down
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.4.2",
"version": "8.4.3",
"description": "A TaxCloud integration for WooCommerce.",
"scripts": {
"build": "npm run build:blocks && npm run build:makepot && 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: fedtaxceo
Tags: taxcloud, woocommerce, tax, sales tax, sales tax filing
Requires at least: 4.5.0
Tested up to: 6.9
Stable tag: 8.4.2
Stable tag: 8.4.3
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion simple-sales-tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: TaxCloud
* Author URI: https://taxcloud.com
* GitHub Plugin URI: https://github.com/bporcelli/simplesalestax
* Version: 8.4.2
* Version: 8.4.3
* Text Domain: simple-sales-tax
* Domain Path: /languages/
* License: GPLv2 or later
Expand Down
Loading