Skip to content

Commit 8056378

Browse files
author
Woo
committed
Updates to 3.2.1
1 parent b4f51f2 commit 8056378

6 files changed

+10
-5
lines changed

assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/frontend-checkout.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/table-rate-rows.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** Table Rate Shipping Changelog ***
22

3+
2024-06-12 - version 3.2.1
4+
* Fix - Bug causing UI to scroll up and display a 404 error when adding table rates.
5+
36
2024-05-27 - version 3.2.0
47
* Add - Abort messages compatibility with cart and checkout blocks.
58

languages/woocommerce-table-rate-shipping.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Table Rate Shipping 3.2.0\n"
5+
"Project-Id-Version: WooCommerce Table Rate Shipping 3.2.1\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/woocommerce-table-rate-shipping\n"
8-
"POT-Creation-Date: 2024-05-27 19:14:29+00:00\n"
8+
"POT-Creation-Date: 2024-06-12 08:20:55+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

woocommerce-table-rate-shipping.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Table Rate Shipping
44
* Plugin URI: https://woocommerce.com/products/table-rate-shipping/
55
* Description: Table rate shipping lets you define rates depending on location vs shipping class, price, weight, or item count.
6-
* Version: 3.2.0
6+
* Version: 3.2.1
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com/
99
* Text Domain: woocommerce-table-rate-shipping
@@ -26,7 +26,7 @@
2626
}
2727

2828
if ( ! defined( 'TABLE_RATE_SHIPPING_VERSION' ) ) {
29-
define( 'TABLE_RATE_SHIPPING_VERSION', '3.2.0' ); // WRCS: DEFINED_VERSION.
29+
define( 'TABLE_RATE_SHIPPING_VERSION', '3.2.1' ); // WRCS: DEFINED_VERSION.
3030
}
3131

3232
if ( ! defined( 'TABLE_RATE_SHIPPING_DEBUG' ) ) {

0 commit comments

Comments
 (0)