From 316b3539961854213abf1aaace59a1b2d418af75 Mon Sep 17 00:00:00 2001 From: Brett Porcelli Date: Mon, 7 Feb 2022 11:55:26 -0500 Subject: [PATCH] chore: prep for 6.3.13 release --- changelog.txt | 8 ++++++++ includes/class-simplesalestax.php | 2 +- languages/simple-sales-tax.pot | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- simple-sales-tax.php | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9fd4ce42..fc9901a7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,14 @@ 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). += [6.3.13] - 2022-02-07 = + +Fixed: +- Resolve PHP 8 deprecation notices + +Changed: +- Update tested WC version to 6.2 + = [6.3.12] - 2022-01-25 = Changed: diff --git a/includes/class-simplesalestax.php b/includes/class-simplesalestax.php index ccaf4336..85b0fa72 100644 --- a/includes/class-simplesalestax.php +++ b/includes/class-simplesalestax.php @@ -20,7 +20,7 @@ final class SimpleSalesTax { * * @var string */ - public $version = '6.3.12'; + public $version = '6.3.13'; /** * The singleton plugin instance. diff --git a/languages/simple-sales-tax.pot b/languages/simple-sales-tax.pot index 3b87089f..49748c79 100644 --- a/languages/simple-sales-tax.pot +++ b/languages/simple-sales-tax.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the Simple Sales Tax package. msgid "" msgstr "" -"Project-Id-Version: Simple Sales Tax 6.3.12\n" +"Project-Id-Version: Simple Sales Tax 6.3.13\n" "Report-Msgid-Bugs-To: https://github.com/bporcelli/simplesalestax/issues\n" -"POT-Creation-Date: 2022-01-25 05:48:40+00:00\n" +"POT-Creation-Date: 2022-02-07 16:54:42+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package-lock.json b/package-lock.json index 1dc50284..25f98d6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simplesalestax", - "version": "6.3.12", + "version": "6.3.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ed5944d..95ff9e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplesalestax", - "version": "6.3.12", + "version": "6.3.13", "description": "A TaxCloud integration for WooCommerce.", "scripts": { "build": "grunt", diff --git a/readme.txt b/readme.txt index 93416096..8fdfa0cc 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: 5.9 -Stable tag: 6.3.12 +Stable tag: 6.3.13 Requires PHP: 5.5 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 53852717..444967b5 100644 --- a/simple-sales-tax.php +++ b/simple-sales-tax.php @@ -6,7 +6,7 @@ * Author: TaxCloud * Author URI: https://taxcloud.com * GitHub Plugin URI: https://github.com/bporcelli/simplesalestax - * Version: 6.3.12 + * Version: 6.3.13 * Text Domain: simple-sales-tax * Domain Path: /languages/ *