Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Feb 26, 2025
1 parent 3aa4082 commit a0373f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.8
Version: 0.8.1
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.8');
define('PMPRO_VAT_TAX_VERSION', '0.8.1');

/**
* Load plugin textdomain.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios
Tags: paid memberships pro, pmpro, tax, vat, eu
Requires at least: 5.0
Tested up to: 6.6
Stable tag: 0.8
Stable tag: 0.8.1

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

Expand Down Expand Up @@ -34,6 +34,9 @@ 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.8.1 - 2025-02-26 =
* ENHANCEMENT: Updated VAT rates for Finland and Slovakia as required. (@mircobabini)

= 0.8 - 2024-07-18 =
* ENHANCEMENT: Added support for v3.1+ Paid Memberships Pro frontend changes. #120 (@andrewlimaza, @kimcoleman)
* ENHANCEMENT: Added support for V3.1+ Paid Memberships Pro new order hook using the `pmpro_order_single_meta` action. (@kimcoleman)
Expand Down

0 comments on commit a0373f6

Please sign in to comment.