From 257d27d9e12abb6bc6bd94161eb98d7eea8c9d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=C3=ADna=20Vysko=C4=8Dilov=C3=A1?= Date: Tue, 9 Jan 2024 15:46:45 +0100 Subject: [PATCH] release alfa --- woolab-ic-dic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/woolab-ic-dic.php b/woolab-ic-dic.php index fb39b49..392e75c 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.1 + Version: 1.8.2-alfa 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.1' ); +define( 'WOOLAB_IC_DIC_VERSION', '1.8.2-alfa' ); // Check if WooCommerce active function woolab_icdic_init() {