Thecoderin_VatLayer - Version 1.0.0

Version Notes

Site-wide testing needed with all versions of Magento.

Download this release

Release Info

Developer Anish Karim
Extension Thecoderin_VatLayer
Version 1.0.0
Comparing to
See all releases


Code changes from version 0.1.0 to 1.0.0

app/code/local/Thecoderin/VatLayer/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Thecoderin_VatLayer>
5
- <version>0.1.0</version>
6
  </Thecoderin_VatLayer>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Thecoderin_VatLayer>
5
+ <version>1.0.0</version>
6
  </Thecoderin_VatLayer>
7
  </modules>
8
  <global>
app/code/local/Thecoderin/VatLayer/etc/system.xml CHANGED
@@ -8,7 +8,7 @@
8
  </tabs>
9
  <sections>
10
  <thecoderin translate="label" module="vatlayer">
11
- <label>Thecoderin Modules</label>
12
  <tab>thecoderin</tab>
13
  <frontend_type>text</frontend_type>
14
  <sort_order>100</sort_order>
@@ -30,6 +30,7 @@
30
  <sort_order>10</sort_order>
31
  <show_in_default>1</show_in_default>
32
  <show_in_website>1</show_in_website>
 
33
  <show_in_store>1</show_in_store>
34
  <comment><![CDATA[Please create an account in <a href='https://vatlayer.com/' target='_blank'>VAT Layer</a> and generate an <b style='color:red'>API key</b>.]]></comment>
35
  </apikey>
8
  </tabs>
9
  <sections>
10
  <thecoderin translate="label" module="vatlayer">
11
+ <label>VAT Number Validator</label>
12
  <tab>thecoderin</tab>
13
  <frontend_type>text</frontend_type>
14
  <sort_order>100</sort_order>
30
  <sort_order>10</sort_order>
31
  <show_in_default>1</show_in_default>
32
  <show_in_website>1</show_in_website>
33
+ <validate>required-entry</validate>
34
  <show_in_store>1</show_in_store>
35
  <comment><![CDATA[Please create an account in <a href='https://vatlayer.com/' target='_blank'>VAT Layer</a> and generate an <b style='color:red'>API key</b>.]]></comment>
36
  </apikey>
app/etc/modules/Thecoderin_VatLayer.xml CHANGED
@@ -4,7 +4,7 @@
4
  <Thecoderin_VatLayer>
5
  <active>true</active>
6
  <codePool>local</codePool>
7
- <version>0.1.0</version>
8
  </Thecoderin_VatLayer>
9
  </modules>
10
  </config>
4
  <Thecoderin_VatLayer>
5
  <active>true</active>
6
  <codePool>local</codePool>
7
+ <version>1.0.0</version>
8
  </Thecoderin_VatLayer>
9
  </modules>
10
  </config>
package.xml CHANGED
@@ -1,8 +1,8 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Thecoderin_VatLayer</name>
4
- <version>0.1.0</version>
5
- <stability>beta</stability>
6
  <license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
@@ -11,9 +11,9 @@
11
  Once the extension is installed on the system, you need to configure the same with the VAT Layer API Key, which can be obtained from their site. On enabling the VAT field on the checkout (Configurations &gt; Customer &gt; Customer Configuration &gt; Name and Address Options, Show Tax/VAT Number)</description>
12
  <notes>Site-wide testing needed with all versions of Magento.</notes>
13
  <authors><author><name>Anish Karim</name><user>Thecoderin</user><email>thecoderin@gmail.com</email></author></authors>
14
- <date>2016-03-03</date>
15
- <time>05:20:51</time>
16
- <contents><target name="magelocal"><dir name="Thecoderin"><dir name="VatLayer"><dir name="Helper"><file name="Data.php" hash="131115b5df46bfc2aa4e325fb4703b7c"/></dir><dir name="Model"><file name="Vatlayer.php" hash="d2db7b02138a4a29cc8de8048b18b0d7"/></dir><dir name="controllers"><file name="AjaxController.php" hash="3569ed3af63364ac47e6ac9ce6669fd3"/></dir><dir name="etc"><file name="adminhtml.xml" hash="fd6d22a2b7e344ac0a2c5f22b8ee6edd"/><file name="config.xml" hash="2fb1375a6d98628519e9f0751415cd66"/><file name="system.xml" hash="33e2ca6c252fca3a0071a8bdc2db5782"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="vatlayer.xml" hash="54efd925228c726b453c657e58c9e787"/></dir><dir name="template"><dir name="thecoderin"><file name="vatlayerjs.phtml" hash="83837c832b14d4db8f3fe478fdf248cd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Thecoderin_VatLayer.xml" hash="3d79c2e8b9d022a2def625cd9791c164"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="thecoderin"><file name="includejQ.js" hash="0905730c859a7d4e0e9db0e7bed2c6de"/><file name="vatlayer.js" hash="9d3d7e6e76860abbf59ca2f210a7b512"/></dir></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Thecoderin_VatLayer</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
11
  Once the extension is installed on the system, you need to configure the same with the VAT Layer API Key, which can be obtained from their site. On enabling the VAT field on the checkout (Configurations &gt; Customer &gt; Customer Configuration &gt; Name and Address Options, Show Tax/VAT Number)</description>
12
  <notes>Site-wide testing needed with all versions of Magento.</notes>
13
  <authors><author><name>Anish Karim</name><user>Thecoderin</user><email>thecoderin@gmail.com</email></author></authors>
14
+ <date>2016-03-18</date>
15
+ <time>09:58:09</time>
16
+ <contents><target name="magelocal"><dir name="Thecoderin"><dir name="VatLayer"><dir name="Helper"><file name="Data.php" hash="131115b5df46bfc2aa4e325fb4703b7c"/></dir><dir name="Model"><file name="Vatlayer.php" hash="d2db7b02138a4a29cc8de8048b18b0d7"/></dir><dir name="controllers"><file name="AjaxController.php" hash="3569ed3af63364ac47e6ac9ce6669fd3"/></dir><dir name="etc"><file name="adminhtml.xml" hash="fd6d22a2b7e344ac0a2c5f22b8ee6edd"/><file name="config.xml" hash="a6003252391708e5c0bf08c98d8f8d36"/><file name="system.xml" hash="112aab283c3eee1b07e10fde0660a771"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="vatlayer.xml" hash="54efd925228c726b453c657e58c9e787"/></dir><dir name="template"><dir name="thecoderin"><file name="vatlayerjs.phtml" hash="83837c832b14d4db8f3fe478fdf248cd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Thecoderin_VatLayer.xml" hash="64c961bb37b21e8f6c845633d23d5283"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="thecoderin"><file name="includejQ.js" hash="0905730c859a7d4e0e9db0e7bed2c6de"/><file name="vatlayer.js" hash="9d3d7e6e76860abbf59ca2f210a7b512"/></dir></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>