Version Notes
Add configuration to enable or disable the VATfix
Configuration is at customer -> create_account
Download this release
Release Info
Developer | Roman Hutterer |
Extension | Multibyte_VATFix |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- package.xml +4 -4
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Multibyte_VATFix</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -14,9 +14,9 @@ With this extension the ability to change a Customers Usergroup bases on a valid
|
|
14 |
<notes>Add configuration to enable or disable the VATfix
|
15 |
Configuration is at customer -> create_account</notes>
|
16 |
<authors><author><name>Roman Hutterer</name><user>roman204</user><email>info@multibyte.at</email></author></authors>
|
17 |
-
<date>
|
18 |
-
<time>
|
19 |
<contents><target name="magecommunity"><dir name="Multibyte"><dir name="VATFix"><dir name="Helper"><file name="Countries.php" hash="3dcb13f1bdeb978d3be3edd875231228"/><file name="Data.php" hash="434cae20d1ca7f28109fd978bf98e05c"/></dir><dir name="etc"><file name="config.xml" hash="be3a4af513e7fc31f526f9638c8fed4e"/><file name="system.xml" hash="8afda4bebf69e9709c9c16470fb2674a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Multibyte_VATFix.xml" hash="3dd4e35b16777f8edb2c4e2da4034e72"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><php><min>5.1.0</min><max>5.
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Multibyte_VATFix</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
14 |
<notes>Add configuration to enable or disable the VATfix
|
15 |
Configuration is at customer -> create_account</notes>
|
16 |
<authors><author><name>Roman Hutterer</name><user>roman204</user><email>info@multibyte.at</email></author></authors>
|
17 |
+
<date>2014-02-11</date>
|
18 |
+
<time>09:09:42</time>
|
19 |
<contents><target name="magecommunity"><dir name="Multibyte"><dir name="VATFix"><dir name="Helper"><file name="Countries.php" hash="3dcb13f1bdeb978d3be3edd875231228"/><file name="Data.php" hash="434cae20d1ca7f28109fd978bf98e05c"/></dir><dir name="etc"><file name="config.xml" hash="be3a4af513e7fc31f526f9638c8fed4e"/><file name="system.xml" hash="8afda4bebf69e9709c9c16470fb2674a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Multibyte_VATFix.xml" hash="3dd4e35b16777f8edb2c4e2da4034e72"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
+
<dependencies><required><php><min>5.1.0</min><max>5.5.8</max></php></required></dependencies>
|
22 |
</package>
|