Skip to content

Commit

Permalink
chore: prep for 7.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bporcelli committed Jan 10, 2023
1 parent 1e2383d commit f228c74
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ 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).

= [7.0.5] - 2023-01-09 =

Changed:
- Update copyright year
- Bump tested WooCommerce version to 7.3

Fixed:
- Fatal error when processing partial refund with quantity 0

= [7.0.4] - 2022-12-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 = '7.0.4';
public $version = '7.0.5';

/**
* The singleton plugin instance.
Expand Down
14 changes: 7 additions & 7 deletions languages/simple-sales-tax.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2022 TaxCloud
# Copyright (C) 2023 TaxCloud
# This file is distributed under the same license as the Simple Sales Tax package.
msgid ""
msgstr ""
"Project-Id-Version: Simple Sales Tax 7.0.4\n"
"Project-Id-Version: Simple Sales Tax 7.0.5\n"
"Report-Msgid-Bugs-To: https://github.com/bporcelli/simplesalestax/issues\n"
"POT-Creation-Date: 2022-12-09 21:25:21+00:00\n"
"POT-Creation-Date: 2023-01-10 02:47:54+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Brett Porcelli <bporcelli@taxcloud.com>\n"
"Language: en\n"
Expand Down Expand Up @@ -273,7 +273,7 @@ msgid ""
"address yet."
msgstr ""

#: includes/class-sst-order.php:312 includes/class-sst-order.php:860
#: includes/class-sst-order.php:312 includes/class-sst-order.php:867
#: includes/sst-update-functions.php:573
msgid "Fee"
msgstr ""
Expand All @@ -293,12 +293,12 @@ msgstr ""
msgid "Failed to capture order %1$d: %2$s."
msgstr ""

#: includes/class-sst-order.php:703
#: includes/class-sst-order.php:705
#. translators: WooCommerce order ID
msgid "Can't refund order %d: order must be completed first."
msgstr ""

#: includes/class-sst-order.php:784
#: includes/class-sst-order.php:800
#. translators: 1 - WooCommerce order ID, 2 - Error message from TaxCloud
msgid "Failed to refund order %1$d: %2$s."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.4",
"version": "7.0.5",
"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.1
Stable tag: 7.0.4
Stable tag: 7.0.5
Requires PHP: 5.5
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 @@ -6,7 +6,7 @@
* Author: TaxCloud
* Author URI: https://taxcloud.com
* GitHub Plugin URI: https://github.com/bporcelli/simplesalestax
* Version: 7.0.4
* Version: 7.0.5
* Text Domain: simple-sales-tax
* Domain Path: /languages/
*
Expand Down

0 comments on commit f228c74

Please # to comment.