diff --git a/readme.txt b/readme.txt index 2389e32..00d1e20 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.4 -Stable tag: 1.7.3 +Stable tag: 1.7.4 Requires PHP: 7.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -129,9 +129,9 @@ Either post it on [GitHub](https://github.com/vyskoczilova/kybernaut-ic-dic) or == Changelog == -= 1.7.4 () = += 1.7.4 (2023-11-20) = -* Fix: Additional check - billing country and VAT country prefix must match (paid by a supporter) for SK. +* Fix: Additional check - billing country and VAT country prefix must match for SK IC DPH. * Feature: Added compatibility with [Fluid Checkout for WooCommerce - Lite](https://wordpress.org/plugins/fluid-checkout/). * Feature: Added a filter `woolab_icdic_check_billing_country_and_dic` allowing to disable the feature introduced in 1.7.3. diff --git a/woolab-ic-dic.php b/woolab-ic-dic.php index 112552e..1311fa1 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.4-rc2 + Version: 1.7.4 Author: Karolína Vyskočilová Author URI: https://kybernaut.cz Text Domain: woolab-ic-dic @@ -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.4-rc2' ); +define( 'WOOLAB_IC_DIC_VERSION', '1.7.4' ); // Check if WooCommerce active function woolab_icdic_init() {