Skip to content

Commit

Permalink
version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Jan 27, 2021
1 parent 23dad1c commit addfbd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 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: .6
Version: 0.7
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmprovat
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', '.6');
define('PMPRO_VAT_TAX_VERSION', '0.7');

/**
* Load plugin textdomain.
Expand Down Expand Up @@ -833,4 +833,4 @@ function pmprovat_calculate_subtotal( $final_amount, $tax_rate ){

return round( $original_amount, apply_filters( 'pmprovat_rounding', 2 ) );

}
}
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, tax, vat, eu
Requires at least: 4
Tested up to: 5.5.3
Stable tag: .6
Tested up to: 5.6
Stable tag: 0.7

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

Expand Down Expand Up @@ -33,7 +33,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 ==
== Changelog == 0.7 - 2021-01-27 =
* ENHANCEMENT: UK VAT numbers are automatically validated as true. The EU API no longer supports UK VAT numbers. The UK VAT APIs are difficult for end users to integrate with.
* ENHANCEMENT: Added Sweedish translation files.
* ENHANCEMENT: Added the pmprovat_hide_vat_if_same_country filter. Enable through custom code.

= .6 - 2020-11-03
* ENHANCEMENT: Updated Romanian VAT to 19%. (Thanks, Mirco Babini)
* ENHANCEMENT: Added German language files. (Thanks, Maja Benke)
Expand Down

0 comments on commit addfbd8

Please sign in to comment.