Skip to content

Commit

Permalink
release alfa
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed Jan 9, 2024
1 parent 2afc658 commit 257d27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woolab-ic-dic.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 257d27d

Please sign in to comment.