Skip to content

Commit 1f2c306

Browse files
author
Woo
committed
Updates to 3.2.2
1 parent 8056378 commit 1f2c306

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

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-07-02 - version 3.2.2
4+
* Tweak - WordPress 6.6 and WooCommerce 9.0 compatibility.
5+
36
2024-06-12 - version 3.2.1
47
* Fix - Bug causing UI to scroll up and display a 404 error when adding table rates.
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.1\n"
5+
"Project-Id-Version: WooCommerce Table Rate Shipping 3.2.2\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/woocommerce-table-rate-shipping\n"
8-
"POT-Creation-Date: 2024-06-12 08:20:55+00:00\n"
8+
"POT-Creation-Date: 2024-07-02 11:06:58+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: 5 additions & 5 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.1
6+
* Version: 3.2.2
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com/
99
* Text Domain: woocommerce-table-rate-shipping
@@ -12,9 +12,9 @@
1212
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313
* Domain Path: /languages
1414
* Requires Plugins: woocommerce
15-
* Tested up to: 6.5
16-
* WC tested up to: 8.9
17-
* WC requires at least: 8.7
15+
* Tested up to: 6.6
16+
* WC tested up to: 9.0
17+
* WC requires at least: 8.8
1818
*
1919
* Woo: 18718:3034ed8aff427b0f635fe4c86bbf008a
2020
*
@@ -26,7 +26,7 @@
2626
}
2727

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

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

0 commit comments

Comments
 (0)