Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** WooCommerce Tax Changelog ***

= 3.6.3 - 2026-xx-xx =
* Tweak - WordPress 7.0 Compatibility.

= 3.6.2 - 2026-05-18 =
* Tweak - WooCommerce 10.8 Compatibility.

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: woocommerce, automattic, woothemes, allendav, kellychoffman, jkudish, jeffstieler, nabsul, robobot3000, danreylop, mikeyarce, shaunkuschel, orangesareorange, pauldechov, dappermountain, radogeorgiev, bor0, royho, cshultz88, bartoszbudzanowski, harriswong, ferdev, superdav42
Tags: tax, vat, gst, woocommerce, payment
Requires PHP: 7.4
Requires at least: 6.8
Requires at least: 6.9
Requires Plugins: woocommerce
Tested up to: 6.9
Tested up to: 7.0
WC requires at least: 10.6
WC tested up to: 10.8
Stable tag: 3.6.2
Expand Down Expand Up @@ -70,6 +70,9 @@ This plugin relies on the following external services:

== Changelog ==

= 3.6.3 - 2026-xx-xx =
* Tweak - WordPress 7.0 Compatibility.

= 3.6.2 - 2026-05-18 =
* Tweak - WooCommerce 10.8 Compatibility.

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* Version: 3.6.2
* Requires Plugins: woocommerce
* Requires PHP: 7.4
* Requires at least: 6.8
* Tested up to: 6.9
* Requires at least: 6.9
* Tested up to: 7.0
* WC requires at least: 10.6
* WC tested up to: 10.8
*
Expand Down
Loading