Version Notes
Barcode data for products is now exported as EAN
Download this release
Release Info
Developer | Oyvind Henriksen |
Extension | Poq_Integration |
Version | 2.0.0.2.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.0.2.2 to 2.0.0.2.3
- app/etc/modules/Poq_Integration.xml +19 -0
- package.xml +3 -3
app/etc/modules/Poq_Integration.xml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Module initial config
|
5 |
+
*
|
6 |
+
* @author Poq Studio
|
7 |
+
*/
|
8 |
+
-->
|
9 |
+
<config>
|
10 |
+
<modules>
|
11 |
+
<Poq_Integration>
|
12 |
+
<active>true</active>
|
13 |
+
<codePool>community</codePool>
|
14 |
+
<depends>
|
15 |
+
<Mage_Adminhtml />
|
16 |
+
</depends>
|
17 |
+
</Poq_Integration>
|
18 |
+
</modules>
|
19 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Poq_Integration</name>
|
4 |
-
<version>2.0.0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license>ASL</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Barcode data for products is now exported as EAN</notes>
|
12 |
<authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
|
13 |
<date>2014-09-01</date>
|
14 |
-
<time>12:
|
15 |
-
<contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="c008f517ee4299385ac8887c9b7852dc"/></dir><dir name="controllers"><file name="IndexController.php" hash="945406d76a1857809db993bb47bda114"/><file name="OrderController.php" hash="e41bc679854fe870fb74fec4ec25de26"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="f49058ef8c5cc6326367837c205e4029"/><file name="system.xml" hash="d4e53e147e5c76e6e9977382b31e005b"/></dir><file name=".DS_Store" hash="edbbdc9cbdcde369d585980e7a279eac"/></dir><file name=".DS_Store" hash="16eb133391c4355b50681fccd76eee48"/></dir></target><target name="mageetc"><dir name="modules"><file name="Poq_Integration" hash=""/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Poq_Integration</name>
|
4 |
+
<version>2.0.0.2.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>ASL</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>Barcode data for products is now exported as EAN</notes>
|
12 |
<authors><author><name>Oyvind Henriksen</name><user>poqmagento</user><email>info@poqstudio.com</email></author></authors>
|
13 |
<date>2014-09-01</date>
|
14 |
+
<time>12:42:51</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Poq"><dir name="Integration"><dir name="Helper"><file name="Data.php" hash="c008f517ee4299385ac8887c9b7852dc"/></dir><dir name="controllers"><file name="IndexController.php" hash="945406d76a1857809db993bb47bda114"/><file name="OrderController.php" hash="e41bc679854fe870fb74fec4ec25de26"/></dir><dir name="etc"><file name="adminhtml.xml" hash="545b50fa7d354adb75a6bc27ff2ef41e"/><file name="config.xml" hash="f49058ef8c5cc6326367837c205e4029"/><file name="system.xml" hash="d4e53e147e5c76e6e9977382b31e005b"/></dir><file name=".DS_Store" hash="edbbdc9cbdcde369d585980e7a279eac"/></dir><file name=".DS_Store" hash="16eb133391c4355b50681fccd76eee48"/></dir></target><target name="mageetc"><dir name="modules"><file name="Poq_Integration.xml" hash="f735b9c01c16c559a05ba50185ef8a61"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|