From 168e8bcb0e44fcc435a7f6ec49c66788caa19dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=C3=ADna=20Vysko=C4=8Dilov=C3=A1?= Date: Mon, 15 Jan 2024 15:59:08 +0100 Subject: [PATCH] prepare for release --- readme.txt | 1 + woolab-ic-dic.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index b246a66..6a533c6 100644 --- a/readme.txt +++ b/readme.txt @@ -133,6 +133,7 @@ Either post it on [GitHub](https://github.com/vyskoczilova/kybernaut-ic-dic) or = 1.8.2 (2024-01-09) = * Feature: added support for [WooCommerce PDF Invoices and Packing Slips for WooCommerce](https://wordpress.org/plugins/pdf-invoices-and-packing-slips-for-woocommerce/) by Acowebs (sponsored by [tuningmotocyklov.sk](https://www.tuningmotocyklov.sk)) +* Fixed compatibility with Fluid Checkout (using the JS they provided me) = 1.8.1 (2024-01-05) = diff --git a/woolab-ic-dic.php b/woolab-ic-dic.php index 4199cfd..2321281 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.8.2-alfa + Version: 1.8.2 Author: Karolína Vyskočilová Author URI: https://kybernaut.cz Text Domain: woolab-ic-dic @@ -33,7 +33,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.8.2-alfa' ); +define( 'WOOLAB_IC_DIC_VERSION', '1.8.2' ); // Check if WooCommerce active function woolab_icdic_init() {