Version Notes
Fix namespace issues.
Download this release
Release Info
Developer | LeadDyno |
Extension | Leaddyno_Ldmage |
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,17 +1,17 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Leaddyno_Ldmage</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integration with LeadDyno affiliate marketing platform. </summary>
|
10 |
<description>This extension will instantly integrate our affiliate tracking application once your credentials are provided and then update our system with purchase information through Magento</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>LeadDyno</name><user>LeadDyno</user><email>admin@leaddyno.com</email></author></authors>
|
13 |
-
<date>2016-11-
|
14 |
-
<time>18:
|
15 |
<contents><target name="magelocal"><dir name="Leaddyno"><dir name="Ldmage"><dir name="Block"><file name="Clicktracking.php" hash="b7e7b1bed5d3efe1753f2d6315c6668b"/></dir><dir name="Helper"><file name="Data.php" hash="dcd627dbb59a95fc1ea9441e98c0bde6"/></dir><dir name="Model"><file name="Config.php" hash="389b94457cc50876c52a987113ce9e9b"/><file name="Observer.php" hash="c174b018e993b6514d4ce029be4b7950"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c98b0c30dcf6306c5f7796fad831f594"/><file name="config.xml" hash="580e5bf825af81cb4e5d7d406a725720"/><file name="system.xml" hash="75c8c5c587e2d38c7435b6822dc2f9f0"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ldmage.xml" hash="f2ede9e844c4c59f8eb9c70f26884685"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="ldmage.xml" hash="f2ede9e844c4c59f8eb9c70f26884685"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Leaddyno_Ldmage.xml" hash="45d1a504c876472972ea4ab858fd486a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>7.5.0</max></php></required></dependencies>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Leaddyno_Ldmage</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integration with LeadDyno affiliate marketing platform. </summary>
|
10 |
<description>This extension will instantly integrate our affiliate tracking application once your credentials are provided and then update our system with purchase information through Magento</description>
|
11 |
+
<notes>Fix namespace issues.</notes>
|
12 |
<authors><author><name>LeadDyno</name><user>LeadDyno</user><email>admin@leaddyno.com</email></author></authors>
|
13 |
+
<date>2016-11-15</date>
|
14 |
+
<time>18:28:13</time>
|
15 |
<contents><target name="magelocal"><dir name="Leaddyno"><dir name="Ldmage"><dir name="Block"><file name="Clicktracking.php" hash="b7e7b1bed5d3efe1753f2d6315c6668b"/></dir><dir name="Helper"><file name="Data.php" hash="dcd627dbb59a95fc1ea9441e98c0bde6"/></dir><dir name="Model"><file name="Config.php" hash="389b94457cc50876c52a987113ce9e9b"/><file name="Observer.php" hash="c174b018e993b6514d4ce029be4b7950"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c98b0c30dcf6306c5f7796fad831f594"/><file name="config.xml" hash="580e5bf825af81cb4e5d7d406a725720"/><file name="system.xml" hash="75c8c5c587e2d38c7435b6822dc2f9f0"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ldmage.xml" hash="f2ede9e844c4c59f8eb9c70f26884685"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="ldmage.xml" hash="f2ede9e844c4c59f8eb9c70f26884685"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Leaddyno_Ldmage.xml" hash="45d1a504c876472972ea4ab858fd486a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>7.5.0</max></php></required></dependencies>
|