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

Commit

Permalink
Bug fix (PS 1.5): ps_version_compliancy removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Gaillard committed Apr 17, 2014
1 parent 47de16c commit c83d095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>vatnumber</name>
<displayName><![CDATA[European VAT number]]></displayName>
<version><![CDATA[1.5]]></version>
<version><![CDATA[1.6]]></version>
<description><![CDATA[Enable entering of the VAT intra-community number when creating the address. You must fill in the company field to allow entering the VAT number.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[billing_invoicing]]></tab>
Expand Down
3 changes: 1 addition & 2 deletions vatnumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct()
{
$this->name = 'vatnumber';
$this->tab = 'billing_invoicing';
$this->version = 1.5;
$this->version = '1.6';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand All @@ -48,7 +48,6 @@ public function __construct()

$this->displayName = $this->l('European VAT number');
$this->description = $this->l('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.');
$this->ps_versions_compliancy = array('min' => '1.5.6.1', 'max' => _PS_VERSION_);
}

public function install()
Expand Down

0 comments on commit c83d095

Please sign in to comment.