Version Notes
Developed By CueBlocks
Download this release
Release Info
Developer | Francesco Magazzu' |
Extension | CueBlocks_FreeAutoInvoice |
Version | 0.0.2 |
Comparing to | |
See all releases |
Code changes from version 0.0.1 to 0.0.2
app/code/community/CueBlocks/FreeAutoInvoice/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CueBlocks_FreeAutoInvoice>
|
5 |
-
<version>0.
|
6 |
</CueBlocks_FreeAutoInvoice>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CueBlocks_FreeAutoInvoice>
|
5 |
+
<version>0.0.2</version>
|
6 |
</CueBlocks_FreeAutoInvoice>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>CueBlocks_FreeAutoInvoice</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://store.cueblocks.com/LICENSE_STORE.txt">EULA</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Automatic Invoice Free Orders</description>
|
11 |
<notes>Developed By CueBlocks</notes>
|
12 |
<authors><author><name>CueBlocks</name><user>Franky</user><email>magento@cueblocks.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_FreeAutoInvoice.xml" hash="e8466ae582895091735f88b5be2a6360"/></dir></target><target name="magecommunity"><dir><dir name="CueBlocks"><dir name="FreeAutoInvoice"><dir name="Helper"><file name="Data.php" hash="0e3246e4148d012bbb64414288622f8e"/></dir><dir name="Model"><file name="Observer.php" hash="8158ec0ff6888f5c649f516aa30fa732"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.2</min><max>7.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>CueBlocks_FreeAutoInvoice</name>
|
4 |
+
<version>0.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://store.cueblocks.com/LICENSE_STORE.txt">EULA</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Automatic Invoice Free Orders</description>
|
11 |
<notes>Developed By CueBlocks</notes>
|
12 |
<authors><author><name>CueBlocks</name><user>Franky</user><email>magento@cueblocks.com</email></author></authors>
|
13 |
+
<date>2014-10-16</date>
|
14 |
+
<time>06:16:39</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_FreeAutoInvoice.xml" hash="e8466ae582895091735f88b5be2a6360"/></dir></target><target name="magecommunity"><dir><dir name="CueBlocks"><dir name="FreeAutoInvoice"><dir name="Helper"><file name="Data.php" hash="0e3246e4148d012bbb64414288622f8e"/></dir><dir name="Model"><file name="Observer.php" hash="8158ec0ff6888f5c649f516aa30fa732"/></dir><dir name="etc"><file name="config.xml" hash="0838180c5495ba211d2c06e2c3e07dac"/><file name="system.xml" hash="fd48fb15259c551364990196b50b4f71"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.2</min><max>7.0.0</max></php></required></dependencies>
|
18 |
</package>
|