Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed Jan 12, 2022
1 parent e5390dc commit fa07795
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ Either post it on [GitHub](https://github.com/vyskoczilova/kybernaut-ic-dic) or

== Changelog ==

= 1.6.7 (2022-01-12) =

* Fix: Checbox buy as company - data are sent even when unchecked - thanks to [@morvy](https://github.com/morvy)

= 1.6.6 (2021-11-05) =

* Fix: jQuery 3.x compatibility [#41](https://github.com/vyskoczilova/kybernaut-ic-dic/issues/41) - thanks to [@morvy](https://github.com/morvy)
Expand Down
6 changes: 3 additions & 3 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.6.6
Version: 1.6.7
Author: Karolína Vyskočilová
Author URI: https://kybernaut.cz
Text Domain: woolab-ic-dic
Expand All @@ -12,7 +12,7 @@
Domain Path: /languages
Donate link: https://paypal.me/KarolinaVyskocilova/
WC requires at least: 3.5.0
WC tested up to: 5.7.0
WC tested up to: 6.1.0
Copyright: © 2009-2021 Karolína Vyskočilová.
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -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.6.6' );
define( 'WOOLAB_IC_DIC_VERSION', '1.6.7' );

// Check if WooCommerce active
function woolab_icdic_init() {
Expand Down

0 comments on commit fa07795

Please sign in to comment.