Skip to content

Commit 323a91f

Browse files
author
Woo
committed
Updates to 2.9.12
1 parent 0809506 commit 323a91f

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

build/frontend.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-settings', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '97a3499acec11db8209d');
1+
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-settings', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '8c208056ae751b58d574');

build/frontend.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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+
2025-01-06 - version 2.9.12
4+
* Fix - Replaced `{vat_id}` placeholder in WooCommerce Blocks checkout address cards.
5+
36
2024-12-04 - version 2.9.11
47
* Fix - Change the priority of our `init` method that is hooked to `plugins_loaded` from the default 10 to 9, ensuring it always fires before `woocommerce_blocks_loaded`.
58
* Dev - Bump WooCommerce "tested up to" version 9.5.

languages/woocommerce-eu-vat-number.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Copyright (C) 2024 WooCommerce
1+
# Copyright (C) 2025 WooCommerce
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.11\n"
5+
"Project-Id-Version: WooCommerce EU VAT Number 2.9.12\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/woocommerce-eu-vat-number\n"
8-
"POT-Creation-Date: 2024-12-04 17:32:38+00:00\n"
8+
"POT-Creation-Date: 2025-01-06 16:05:02+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"X-Generator: node-wp-i18n 1.2.6\n"

woocommerce-eu-vat-number.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.11
7+
* Version: 2.9.12
88
* Author: WooCommerce
99
* Author URI: https://woocommerce.com/
1010
* Text Domain: woocommerce-eu-vat-number
@@ -26,7 +26,7 @@
2626

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

29-
define( 'WC_EU_VAT_VERSION', '2.9.11' ); // WRCS: DEFINED_VERSION.
29+
define( 'WC_EU_VAT_VERSION', '2.9.12' ); // 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)