Skip to content

Commit

Permalink
changelog and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Nov 3, 2020
1 parent d28e1b1 commit 596d196
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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: .5.2
Version: .6
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', '.5.2');
define('PMPRO_VAT_TAX_VERSION', '.6');

/**
* Load plugin textdomain.
Expand Down
12 changes: 10 additions & 2 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: 4.8.2
Stable tag: .5.2
Tested up to: 5.5.3
Stable tag: .6

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

Expand Down Expand Up @@ -34,6 +34,14 @@ 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 ==
= .6 - 2020-11-03
* ENHANCEMENT: Updated Romanian VAT to 19%. (Thanks, Mirco Babini)
* ENHANCEMENT: Added German language files. (Thanks, Maja Benke)
* ENHANCEMENT: Added pmprovat_skip_validation filter. If set to __return_true, the VAT verification API request will be skipped. This is useful if you do VAT verification manually later or have a high traffic site that would hit rate limits. (Thanks, Mirco Babini)
* BUG FIX/ENHANCEMENT: Fixed warnings and notices.
* BUG FIX/ENHANCEMENT: Now correctly calculating the tax amount and subtotal on recurring orders. Requires PMPro v2.5+.
* BUG FIX: No longer double applying tax on recurring orders, which was happening in some cases.

= .5.2 =
* ENHANCEMENT: Improved fields display on membership checkout page to use no tables for compatibility with Paid Memberships Pro v1.9.4.
* ENHANCEMENT: Added a pmprovat_calculated_taxes filter to modify TAX amount (in support of different VAT rates for different products, not charging VAT for certain products/levels, etc)
Expand Down

0 comments on commit 596d196

Please sign in to comment.