From 250e4678d44313f3402582dc8efc3a88e7491e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=C3=ADna=20Vysko=C4=8Dilov=C3=A1?= Date: Tue, 3 Oct 2023 13:48:11 +0200 Subject: [PATCH] Release 1.7.3 --- readme.txt | 6 +++--- woolab-ic-dic.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.txt b/readme.txt index a859a4e..b6778cd 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: vyskoczilova Tags: woocommerce, DIČ, IČO, IČ, IČ DPH, česky, česká, české, cz, Czech, zobrazení, úprava, VAT, number, Company, identification, tax, eshop, e-shop, ecommerce, e-commerce, commerce, woothemes, wordpress woocommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, additional, fields, variable, download, downloadable, digital, inventory, fakturační, billing, shipping, adresa, address, woo commerce, order, objednávka, admin, backend Requires at least: 4.6 Tested up to: 6.3 -Stable tag: 1.7.2 +Stable tag: 1.7.3 Requires PHP: 7.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -128,10 +128,10 @@ Either post it on [GitHub](https://github.com/vyskoczilova/kybernaut-ic-dic) or == Changelog == -= 1.7.3 () = += 1.7.3 (2023-10-08) = * Feature: Localize address format for all EU countries. -* Feature: Additional check - billing country and VAT country prefix must match. +* Feature: Additional check - billing country and VAT country prefix must match (paid by a supporter). = 1.7.2 (2023-08-02) = diff --git a/woolab-ic-dic.php b/woolab-ic-dic.php index 8c989f2..128f717 100644 --- a/woolab-ic-dic.php +++ b/woolab-ic-dic.php @@ -3,7 +3,7 @@ Plugin Name: Kybernaut IC DIC Plugin URI: https://kybernaut.cz/pluginy/kybernaut-ic-dic Description: Adds Czech Company & VAT numbers (IČO & DIČ) to WooCommerce billing fields and verifies if data are correct. - Version: 1.7.3-rc1 + Version: 1.7.3 Author: Karolína Vyskočilová Author URI: https://kybernaut.cz Text Domain: woolab-ic-dic @@ -12,8 +12,8 @@ Domain Path: /languages Donate link: https://paypal.me/KarolinaVyskocilova/ WC requires at least: 3.5.0 - WC tested up to: 8.0.0 - Copyright: © 2009-2023 Karolína Vyskočilová. + WC tested up to: 8.1.1 + Copyright: © 2016-2023 Karolína Vyskočilová. License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html */ @@ -29,7 +29,7 @@ define( 'WOOLAB_IC_DIC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); define( 'WOOLAB_IC_DIC_ABSPATH', dirname( __FILE__ ) . '/' ); define( 'WOOLAB_IC_DIC_URL', plugin_dir_url( __FILE__ ) ); -define( 'WOOLAB_IC_DIC_VERSION', '1.7.3-rc1' ); +define( 'WOOLAB_IC_DIC_VERSION', '1.7.3' ); // Check if WooCommerce active function woolab_icdic_init() {