Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
Version bump to 0.7.3
  • Loading branch information
andrewlimaza committed Feb 9, 2024
1 parent 18b7320 commit 05514ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pmpro-vat-tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - VAT Tax
Plugin URI: https://www.paidmembershipspro.com/add-ons/vat-tax/
Description: Calculate VAT tax at checkout and allow customers with a VAT Number lookup for VAT tax exemptions in EU countries.
Version: 0.7.2
Version: 0.7.3
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-vat-tax
Expand All @@ -12,7 +12,7 @@
//uses: https://github.com/herdani/vat-validation/blob/master/vatValidation.class.php
//For EU VAT number checking.

define('PMPRO_VAT_TAX_VERSION', '0.7.2');
define('PMPRO_VAT_TAX_VERSION', '0.7.3');

/**
* Load plugin textdomain.
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Paid Memberships Pro - VAT Tax Add On ===
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, tax, vat, eu
Requires at least: 4
Tested up to: 6.3
Stable tag: 0.7.2
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 0.7.3

Calculate VAT tax at checkout and allow customers with a VAT Number to avoid the tax.

Expand Down Expand Up @@ -34,6 +34,11 @@ For immediate help, also post to our premium support site at http://www.paidmemb
Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums.

== Changelog ==
= 0.7.3 - 2024-02-09 =
* ENHANCEMENT: Improved logic to validate VAT numbers for all countries. This will automatically strip the country code from the VAT number if entered in order to validate correctly. (@andrewlimaza)
* ENHANCEMENT: Improved logic around debugging VAT number validation. (@mircobabini)
* BUG FIX: Fixed an issue where the validation tag was not being removed when re-entering VAT number after a failed validation. (@mircobabini)

= 0.7.2 - 2023-08-01 =
* ENHANCEMENT: Moved filter `pmprovat_skip_validation` for better performance and logic reasons. (@mircobabini)
* ENHANCEMENT: Improved text domain and localization. (@JarrydLong)
Expand Down

0 comments on commit 05514ef

Please sign in to comment.