Version Notes
Initial release of Inspectlet integration module.
Download this release
Release Info
Developer | Eke Digital |
Extension | Eke_Inspectlet |
Version | 0.1.0 |
Comparing to | |
See all releases |
Version 0.1.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Eke_Inspectlet</name>
|
4 |
+
<version>0.1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Inspectlet session recording integration module for Magento.</summary>
|
10 |
+
<description>This extension integrates the required code snippet for Inspectlet session recording service to work along with tagging of user events. </description>
|
11 |
+
<notes>Initial release of Inspectlet integration module. </notes>
|
12 |
+
<authors><author><name>Eke Digital</name><user>ekedigital</user><email>dane@ekedigital.com</email></author></authors>
|
13 |
+
<date>2016-10-03</date>
|
14 |
+
<time>19:30:28</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Eke"><file name="Inspectlet" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="magelocal"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eke_inspectlet.xml" hash=""/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eke_Inspectlet.xml" hash=""/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Helper_Abstract</name><channel>community</channel><min>1.6</min><max>1.9</max></package></required></dependencies>
|
18 |
+
</package>
|