Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
algoritmika committed Nov 14, 2024
1 parent 3840f5f commit 4ca8397
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eu-vat-for-woocommerce.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/*
Plugin Name: EU/UK VAT for WooCommerce
Plugin Name: EU/UK VAT Manager for WooCommerce
Plugin URI: https://wpfactory.com/item/eu-vat-for-woocommerce/
Description: Manage EU VAT in WooCommerce. Beautifully.
Version: 3.1.1
Version: 3.1.2
Author: WPFactory
Author URI: https://wpfactory.com/
Text Domain: eu-vat-for-woocommerce
Domain Path: /langs
WC tested up to: 9.3
WC tested up to: 9.4
Requires Plugins: woocommerce
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -33,7 +33,7 @@ final class Alg_WC_EU_VAT {
* @var string
* @since 1.0.0
*/
public $version = '3.1.1';
public $version = '3.1.2';

/**
* core object.
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmukherjeeli, aegkr
Tags: EU VAT, UK VAT, tax, vat validation, VAT
Requires at least: 6.1
Tested up to: 6.6
Stable tag: 3.1.1
Tested up to: 6.7
Stable tag: 3.1.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Manage EU/ UK VAT in WooCommerce, validate VAT numbers real time with VIES, exempt or preserve VAT with various settings & cases
Manage EU/ UK VAT in WooCommerce, validate VAT numbers real time with VIES, exempt or preserve VAT with various settings & cases.

== Description ==

Expand Down Expand Up @@ -290,6 +290,10 @@ Once activated, access the plugin's settings by navigating to the “WPFactory

== Changelog ==

= 3.1.2 - 14/11/2024 =
* WC tested up to: 9.4.
* Tested up to: 6.7.

= 3.1.1 - 09/11/2024 =
* Fix - Initializing the plugin on the `plugins_loaded` action.
* Dev - Code refactoring.
Expand Down

0 comments on commit 4ca8397

Please sign in to comment.