Skip to content

Commit 315185b

Browse files
authored
[WOOTAX-327] Tweak - WordPress 7.1 Compatibility. (#2994)
1 parent 139a318 commit 315185b

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

changelog.txt

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

3+
= 3.6.13 - 2026-xx-xx =
4+
* Tweak - WordPress 7.1 Compatibility.
5+
36
= 3.6.12 - 2026-08-10 =
47
* Fix - Restore tax rate lookups for local pickup orders, which could return no rates at all.
58
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: woocommerce, automattic, woothemes, allendav, kellychoffman, jkudish, jeffstieler, nabsul, robobot3000, danreylop, mikeyarce, shaunkuschel, orangesareorange, pauldechov, dappermountain, radogeorgiev, bor0, royho, cshultz88, bartoszbudzanowski, harriswong, ferdev, superdav42
33
Tags: tax, vat, gst, woocommerce, payment
44
Requires PHP: 7.4
5-
Requires at least: 6.9
5+
Requires at least: 7.0
66
Requires Plugins: woocommerce
7-
Tested up to: 7.0
7+
Tested up to: 7.1
88
WC requires at least: 10.8
99
WC tested up to: 11.0
1010
Stable tag: 3.6.12
@@ -70,6 +70,9 @@ This plugin relies on the following external services:
7070

7171
== Changelog ==
7272

73+
= 3.6.13 - 2026-xx-xx =
74+
* Tweak - WordPress 7.1 Compatibility.
75+
7376
= 3.6.12 - 2026-08-10 =
7477
* Fix - Restore tax rate lookups for local pickup orders, which could return no rates at all.
7578
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.

woocommerce-services.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* Version: 3.6.12
1212
* Requires Plugins: woocommerce
1313
* Requires PHP: 7.4
14-
* Requires at least: 6.9
15-
* Tested up to: 7.0
14+
* Requires at least: 7.0
15+
* Tested up to: 7.1
1616
* WC requires at least: 10.8
1717
* WC tested up to: 11.0
1818
*

0 commit comments

Comments
 (0)