From 8bdc8c83d6df2571cf6851b3e6d1e5b538a5b3ee Mon Sep 17 00:00:00 2001
From: WooCommerce <info@woocommerce.com>
Date: Tue, 19 Nov 2024 10:16:02 +0000
Subject: [PATCH] Updates to 2.9.10

---
 changelog.txt                           | 3 +++
 languages/woocommerce-eu-vat-number.pot | 4 ++--
 woocommerce-eu-vat-number.php           | 6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/changelog.txt b/changelog.txt
index b39ebc0..07eefe8 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,8 @@
 *** EU VAT Number Changelog ***
 
+2024-11-18 - version 2.9.10
+* Dev - Bump WordPress "tested up to" version 6.7.
+
 2024-11-04 - version 2.9.9
 * Fix - Issue with charging VAT when base country is France and buyer's country is Monaco.
 * 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.
diff --git a/languages/woocommerce-eu-vat-number.pot b/languages/woocommerce-eu-vat-number.pot
index 411f8ac..da18bd1 100644
--- a/languages/woocommerce-eu-vat-number.pot
+++ b/languages/woocommerce-eu-vat-number.pot
@@ -2,10 +2,10 @@
 # This file is distributed under the GNU General Public License v3.0.
 msgid ""
 msgstr ""
-"Project-Id-Version: WooCommerce EU VAT Number 2.9.9\n"
+"Project-Id-Version: WooCommerce EU VAT Number 2.9.10\n"
 "Report-Msgid-Bugs-To: "
 "https://wordpress.org/support/plugin/woocommerce-eu-vat-number\n"
-"POT-Creation-Date: 2024-11-04 13:32:00+00:00\n"
+"POT-Creation-Date: 2024-11-18 14:41:59+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/woocommerce-eu-vat-number.php b/woocommerce-eu-vat-number.php
index c468c4e..2d03e2d 100644
--- a/woocommerce-eu-vat-number.php
+++ b/woocommerce-eu-vat-number.php
@@ -4,13 +4,13 @@
  * Requires Plugins: woocommerce
  * Plugin URI: https://woocommerce.com/products/eu-vat-number/
  * 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.
- * Version: 2.9.9
+ * Version: 2.9.10
  * Author: WooCommerce
  * Author URI: https://woocommerce.com/
  * Text Domain: woocommerce-eu-vat-number
  * Domain Path: /languages
  * Requires at least: 6.5
- * Tested up to: 6.6
+ * Tested up to: 6.7
  * WC requires at least: 9.2
  * WC tested up to: 9.4
  * Requires PHP: 7.4
@@ -26,7 +26,7 @@
 
 // phpcs:disable WordPress.Files.FileName
 
-define( 'WC_EU_VAT_VERSION', '2.9.9' ); // WRCS: DEFINED_VERSION.
+define( 'WC_EU_VAT_VERSION', '2.9.10' ); // WRCS: DEFINED_VERSION.
 define( 'WC_EU_VAT_FILE', __FILE__ );
 define( 'WC_EU_ABSPATH', __DIR__ . '/' );
 define( 'WC_EU_VAT_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );