Skip to content

Commit 9b0a1d7

Browse files
author
Woo
committed
Updates to 2.9.10
1 parent 091bfdc commit 9b0a1d7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

changelog.txt

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

3+
2024-11-18 - version 2.9.10
4+
* Dev - Bump WordPress "tested up to" version 6.7.
5+
36
2024-11-04 - version 2.9.9
47
* Fix - Issue with charging VAT when base country is France and buyer's country is Monaco.
58
* Fix - Ensure that VAT is calculated properly in the admin for virtual orders when tax calculation and VAT validation are based on the shipping address.

languages/woocommerce-eu-vat-number.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 EU VAT Number 2.9.9\n"
5+
"Project-Id-Version: WooCommerce EU VAT Number 2.9.10\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/woocommerce-eu-vat-number\n"
8-
"POT-Creation-Date: 2024-11-04 13:32:00+00:00\n"
8+
"POT-Creation-Date: 2024-11-18 14:41:59+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-eu-vat-number.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* Requires Plugins: woocommerce
55
* Plugin URI: https://woocommerce.com/products/eu-vat-number/
66
* Description: The EU VAT Number extension lets you collect and validate EU VAT numbers during checkout to identify B2B transactions verses B2C. IP Addresses can also be validated to ensure they match the billing address. EU businesses with a valid VAT number can have their VAT removed prior to payment.
7-
* Version: 2.9.9
7+
* Version: 2.9.10
88
* Author: WooCommerce
99
* Author URI: https://woocommerce.com/
1010
* Text Domain: woocommerce-eu-vat-number
1111
* Domain Path: /languages
1212
* Requires at least: 6.5
13-
* Tested up to: 6.6
13+
* Tested up to: 6.7
1414
* WC requires at least: 9.2
1515
* WC tested up to: 9.4
1616
* Requires PHP: 7.4
@@ -26,7 +26,7 @@
2626

2727
// phpcs:disable WordPress.Files.FileName
2828

29-
define( 'WC_EU_VAT_VERSION', '2.9.9' ); // WRCS: DEFINED_VERSION.
29+
define( 'WC_EU_VAT_VERSION', '2.9.10' ); // WRCS: DEFINED_VERSION.
3030
define( 'WC_EU_VAT_FILE', __FILE__ );
3131
define( 'WC_EU_ABSPATH', __DIR__ . '/' );
3232
define( 'WC_EU_VAT_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );

0 commit comments

Comments
 (0)