Skip to content

Commit

Permalink
chore: prep for 8.0.8 release (#231)
Browse files Browse the repository at this point in the history
* chore: bump copyright year to 2024

* chore: bump tested WC version to 8.5

* chore(ci): drop unused plugins in test environment

* chore(ci): remove unnecessary wait step

* chore(build): ignore docker files

* chore: bump version to 8.0.8
  • Loading branch information
bporcelli authored Jan 9, 2024
1 parent 2631fd6 commit 6ae06b3
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 26 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,9 @@ jobs:
docker-compose exec -T wordpress wp theme install --allow-root --activate storefront
docker-compose exec -T wordpress wp plugin install --allow-root woocommerce --version=$WOO_VERSION
docker-compose exec -T wordpress wp plugin install --allow-root woo-order-test
docker-compose exec -T wordpress wp plugin install --allow-root --activate custom-order-numbers-for-woocommerce
docker-compose exec -T wordpress wp option update --allow-root alg_wc_custom_order_numbers_counter_type hash_crc32
docker-compose exec -T wordpress wp plugin activate --allow-root sst-change-order-ids
docker-compose exec -T wordpress wp option patch --allow-root update woocommerce_wootax_settings tc_id ${{ secrets.TAXCLOUD_LOGIN_ID }}
docker-compose exec -T wordpress wp option patch --allow-root update woocommerce_wootax_settings tc_key ${{ secrets.TAXCLOUD_API_KEY }}
- name: Wait for containers
uses: iFaxity/wait-on-action@v1.1.0
with:
resource: http://localhost:8080
timeout: 120000

- name: Run cypress tests
uses: cypress-io/github-action@v6
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.8] - 2024-01-09 =

Changed:
- Bump tested WC version to 8.5

= [8.0.7] - 2023-12-12 =

Changed:
Expand Down
3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = function (grunt) {
exclude: [
'node_modules/.*',
'includes/vendor/.*',
'build/.*'
'build/.*',
'docker/.*',
],
potHeaders: {
'poedit': true,
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.7';
public $version = '8.0.8';

/**
* The singleton plugin instance.
Expand Down
20 changes: 10 additions & 10 deletions languages/simple-sales-tax.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2023 TaxCloud
# Copyright (C) 2024 TaxCloud
# This file is distributed under the same license as the Simple Sales Tax package.
msgid ""
msgstr ""
"Project-Id-Version: Simple Sales Tax 8.0.6\n"
"Project-Id-Version: Simple Sales Tax 8.0.8\n"
"Report-Msgid-Bugs-To: https://github.com/bporcelli/simplesalestax/issues\n"
"POT-Creation-Date: 2023-11-03 16:17:09+00:00\n"
"POT-Creation-Date: 2024-01-09 15:54:36+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2024-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 @@ -250,32 +250,32 @@ msgid ""
"address yet."
msgstr ""

#: includes/class-sst-order.php:316 includes/class-sst-order.php:901
#: includes/class-sst-order.php:316 includes/class-sst-order.php:908
#: includes/sst-update-functions.php:573
msgid "Fee"
msgstr ""

#: includes/class-sst-order.php:654
#: includes/class-sst-order.php:661
#. translators: WooCommerce order ID
msgid "Failed to capture order %d: already captured."
msgstr ""

#: includes/class-sst-order.php:666
#: includes/class-sst-order.php:673
#. translators: WooCommerce order ID
msgid "Failed to capture order %d: order was refunded."
msgstr ""

#: includes/class-sst-order.php:696
#: includes/class-sst-order.php:703
#. translators: 1 - WooCommerce order ID, 2 - Error message from TaxCloud
msgid "Failed to capture order %1$d: %2$s."
msgstr ""

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

#: includes/class-sst-order.php:834
#: includes/class-sst-order.php:841
#. 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": "8.0.7",
"version": "8.0.8",
"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.7
Stable tag: 8.0.8
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
6 changes: 3 additions & 3 deletions simple-sales-tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
* Author: TaxCloud
* Author URI: https://taxcloud.com
* GitHub Plugin URI: https://github.com/bporcelli/simplesalestax
* Version: 8.0.7
* Version: 8.0.8
* 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.4.0
* WC tested up to: 8.5.0
*
* @category Plugin
* @copyright Copyright © 2023 The Federal Tax Authority, LLC
* @copyright Copyright © 2024 The Federal Tax Authority, LLC
* @author Brett Porcelli
* @license GPL2
*
Expand Down

0 comments on commit 6ae06b3

Please # to comment.