Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 296a322

Browse files
committed
// Version updated to v1.8.2
1 parent 61cea29 commit 296a322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>vatnumber</name>
44
<displayName><![CDATA[European VAT number]]></displayName>
5-
<version><![CDATA[1.8.1]]></version>
5+
<version><![CDATA[1.8.2]]></version>
66
<description><![CDATA[Enables you to enter the intra-community VAT number when creating the address. You must fill in the company field to allow entering the VAT number.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[billing_invoicing]]></tab>

vatnumber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct()
3333
{
3434
$this->name = 'vatnumber';
3535
$this->tab = 'billing_invoicing';
36-
$this->version = '1.8.1';
36+
$this->version = '1.8.2';
3737
$this->author = 'PrestaShop';
3838
$this->need_instance = 0;
3939

0 commit comments

Comments
 (0)