Skip to content

Commit

Permalink
Merge pull request #63 from strangerstudios/dev
Browse files Browse the repository at this point in the history
Language and version bnump
  • Loading branch information
andrewlimaza authored Jul 17, 2024
2 parents 9e96d18 + 85f2019 commit 1e581b7
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 13 deletions.
Binary file modified languages/pmpro-vat-tax.mo
Binary file not shown.
16 changes: 12 additions & 4 deletions languages/pmpro-vat-tax.po
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
# Copyright (C) 2023 Paid Memberships Pro
# Copyright (C) 2024 Paid Memberships Pro
# This file is distributed under the same license as the Paid Memberships Pro - VAT Tax plugin.
msgid ""
msgstr ""
"Project-Id-Version: Paid Memberships Pro - VAT Tax 0.7.1\n"
"Project-Id-Version: Paid Memberships Pro - VAT Tax 0.7.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"Last-Translator: Paid Memberships Pro <[email protected]>\n"
"Language-Team: Paid Memberships Pro <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-08-01T09:32:04+00:00\n"
"POT-Creation-Date: 2024-07-17T07:09:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: pmpro-vat-tax\n"

#. Plugin Name of the plugin
#: pmpro-vat-tax.php
msgid "Paid Memberships Pro - VAT Tax"
msgstr ""

#. Plugin URI of the plugin
#: pmpro-vat-tax.php
msgid "https://www.paidmembershipspro.com/add-ons/vat-tax/"
msgstr ""

#. Description of the plugin
#: pmpro-vat-tax.php
msgid "Calculate VAT tax at checkout and allow customers with a VAT Number lookup for VAT tax exemptions in EU countries."
msgstr ""

#. Author of the plugin
#: pmpro-vat-tax.php
msgid "Paid Memberships Pro"
msgstr ""

#. Author URI of the plugin
#: pmpro-vat-tax.php
msgid "https://www.paidmembershipspro.com"
msgstr ""

Expand Down Expand Up @@ -229,13 +234,16 @@ msgid "Seller Country"
msgstr ""

#: pmpro-vat-tax.php:743
#: pmpro-vat-tax.php:746
msgid "VAT Number: "
msgstr ""

#: pmpro-vat-tax.php:746
#: pmpro-vat-tax.php:749
msgid "VAT Country: "
msgstr ""

#: pmpro-vat-tax.php:749
#: pmpro-vat-tax.php:752
msgid "VAT Tax Rate: "
msgstr ""
19 changes: 12 additions & 7 deletions languages/pmpro-vat-tax.pot
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
# Copyright (C) 2023 Paid Memberships Pro
# Copyright (C) 2024 Paid Memberships Pro
# This file is distributed under the same license as the Paid Memberships Pro - VAT Tax plugin.
msgid ""
msgstr ""
"Project-Id-Version: Paid Memberships Pro - VAT Tax 0.7.1\n"
"Project-Id-Version: Paid Memberships Pro - VAT Tax 0.7.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"Last-Translator: Paid Memberships Pro <[email protected]>\n"
"Language-Team: Paid Memberships Pro <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-08-01T09:32:04+00:00\n"
"POT-Creation-Date: 2024-07-17T07:09:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: pmpro-vat-tax\n"

#. Plugin Name of the plugin
#: pmpro-vat-tax.php
msgid "Paid Memberships Pro - VAT Tax"
msgstr ""

#. Plugin URI of the plugin
#: pmpro-vat-tax.php
msgid "https://www.paidmembershipspro.com/add-ons/vat-tax/"
msgstr ""

#. Description of the plugin
#: pmpro-vat-tax.php
msgid "Calculate VAT tax at checkout and allow customers with a VAT Number lookup for VAT tax exemptions in EU countries."
msgstr ""

#. Author of the plugin
#: pmpro-vat-tax.php
msgid "Paid Memberships Pro"
msgstr ""

#. Author URI of the plugin
#: pmpro-vat-tax.php
msgid "https://www.paidmembershipspro.com"
msgstr ""

Expand Down Expand Up @@ -228,14 +233,14 @@ msgstr ""
msgid "Seller Country"
msgstr ""

#: pmpro-vat-tax.php:743
#: pmpro-vat-tax.php:746
msgid "VAT Number: "
msgstr ""

#: pmpro-vat-tax.php:746
#: pmpro-vat-tax.php:749
msgid "VAT Country: "
msgstr ""

#: pmpro-vat-tax.php:749
#: pmpro-vat-tax.php:752
msgid "VAT Tax Rate: "
msgstr ""
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.3
Version: 0.8
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.3');
define('PMPRO_VAT_TAX_VERSION', '0.8');

/**
* Load plugin textdomain.
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ 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 - TBD =
* 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)

= 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)
Expand Down

0 comments on commit 1e581b7

Please sign in to comment.