Version Notes
PHP required version adjustment.
Download this release
Release Info
Developer | Matt Lee |
Extension | Lumidatum_ProdRecWidget |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +5 -5
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lumidatum_ProdRecWidget</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>alpha</stability>
|
6 |
<license uri="https://opensource.org/licenses/mit-license.php">MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>A widget that displays product recommendations from Lumidatum.</summary>
|
10 |
<description>If you have a trained product recommendation model for Lumidatum, you can simply add this widget to your Magento site and display product recommendations for a given product being viewed, and additionally, user purchase history (if they're logged in). Simply specify your Lumidatum model Id and your Lumidatum user API token, the pages you would like the recommendation widget to appear on, and you're ready to go!</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Matt Lee</name><user>Lumidatum</user><email>hello@lumidatum.com</email></author></authors>
|
13 |
-
<date>2016-05-
|
14 |
-
<time>
|
15 |
<contents><target name="mageetc"><dir><dir name="var"><dir name="www"><dir name="magento.loc"><dir name="public"><dir name="magento1"><dir name="app"><file name="etc" hash=""/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.0.0</min><max>5.6.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lumidatum_ProdRecWidget</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>alpha</stability>
|
6 |
<license uri="https://opensource.org/licenses/mit-license.php">MITL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>A widget that displays product recommendations from Lumidatum.</summary>
|
10 |
<description>If you have a trained product recommendation model for Lumidatum, you can simply add this widget to your Magento site and display product recommendations for a given product being viewed, and additionally, user purchase history (if they're logged in). Simply specify your Lumidatum model Id and your Lumidatum user API token, the pages you would like the recommendation widget to appear on, and you're ready to go!</description>
|
11 |
+
<notes>PHP required version adjustment.</notes>
|
12 |
<authors><author><name>Matt Lee</name><user>Lumidatum</user><email>hello@lumidatum.com</email></author></authors>
|
13 |
+
<date>2016-05-13</date>
|
14 |
+
<time>19:35:01</time>
|
15 |
<contents><target name="mageetc"><dir><dir name="var"><dir name="www"><dir name="magento.loc"><dir name="public"><dir name="magento1"><dir name="app"><file name="etc" hash=""/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.0.0</min><max>5.6.35</max></php></required></dependencies>
|
18 |
</package>
|