CommerceStack_Recommender - Version 3.0.4

Version Notes

Please contact help@commercestack.com with any feature requests, bugs, issues, or questions.

Download this release

Release Info

Developer CommerceStack
Extension CommerceStack_Recommender
Version 3.0.4
Comparing to
See all releases


Code changes from version 3.0.3 to 3.0.4

Files changed (24) hide show
  1. app/code/community/CommerceStack/Recommender/Helper/Data.php +2 -2
  2. app/code/community/CommerceStack/Recommender/etc/config.xml +1 -1
  3. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-install-0.9.3.php +0 -2
  4. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-1.2.6-2.0.0.php +1 -1
  5. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.0-2.0.1.php +2 -1
  6. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.1-2.0.2.php +2 -1
  7. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.2-2.0.3.php +2 -1
  8. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.3-2.0.4.php +2 -1
  9. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.4-2.0.5.php +2 -1
  10. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.5-2.0.6.php +2 -1
  11. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.6-2.0.7.php +2 -1
  12. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.7-2.0.8.php +2 -1
  13. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.8-2.0.9.php +2 -1
  14. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.9-2.1.0.php +2 -1
  15. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.0-2.1.1.php +2 -1
  16. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.1-2.1.2.php +2 -1
  17. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.2-2.1.3.php +2 -1
  18. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.3-2.2.0.php +2 -1
  19. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.0-2.2.1.php +2 -1
  20. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.1-2.2.2.php +2 -1
  21. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.2-2.2.3.php +2 -1
  22. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.3-2.2.4.php +2 -1
  23. app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.4-3.0.0.php +1 -2
  24. package.xml +3 -3
app/code/community/CommerceStack/Recommender/Helper/Data.php CHANGED
@@ -402,7 +402,7 @@ class CommerceStack_Recommender_Helper_Data extends Mage_Core_Helper_Abstract
402
 
403
  public function setIndexerStatus($status)
404
  {
405
- $indexer = Mage::getModel('recommender/product_indexer_category');
406
  $indexer->setStatus($status);
407
  }
408
- }
402
 
403
  public function setIndexerStatus($status)
404
  {
405
+ $indexer = Mage::getModel('recommender/category_indexer_product');
406
  $indexer->setStatus($status);
407
  }
408
+ }
app/code/community/CommerceStack/Recommender/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <CommerceStack_Recommender>
5
- <version>3.0.3</version>
6
  </CommerceStack_Recommender>
7
  </modules>
8
 
2
  <config>
3
  <modules>
4
  <CommerceStack_Recommender>
5
+ <version>3.0.4</version>
6
  </CommerceStack_Recommender>
7
  </modules>
8
 
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-install-0.9.3.php CHANGED
@@ -37,5 +37,3 @@ CREATE TABLE IF NOT EXISTS {$this->getTable('recommender/product_link')} (
37
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Related products';
38
 
39
  ");
40
-
41
-
37
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Related products';
38
 
39
  ");
 
 
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-1.2.6-2.0.0.php CHANGED
@@ -7,4 +7,4 @@ $installer->run("
7
 
8
  ALTER TABLE {$this->getTable('recommender/product_link')} ADD COLUMN `count` INT(10) NULL AFTER `position` ;
9
 
10
- ");
7
 
8
  ALTER TABLE {$this->getTable('recommender/product_link')} ADD COLUMN `count` INT(10) NULL AFTER `position` ;
9
 
10
+ ");
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.0-2.0.1.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.1-2.0.2.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.2-2.0.3.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.3-2.0.4.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.4-2.0.5.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.5-2.0.6.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.6-2.0.7.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.7-2.0.8.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.8-2.0.9.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.0.9-2.1.0.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.0-2.1.1.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.1-2.1.2.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.2-2.1.3.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.1.3-2.2.0.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.0-2.2.1.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.1-2.2.2.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.2-2.2.3.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.3-2.2.4.php CHANGED
@@ -1 +1,2 @@
1
- <?php
 
1
+ <?php
2
+
app/code/community/CommerceStack/Recommender/sql/recommender_setup/mysql4-upgrade-2.2.4-3.0.0.php CHANGED
@@ -4,8 +4,7 @@ $installer = $this;
4
  $installer->startSetup();
5
 
6
  $installer->run("
7
-
8
  ALTER TABLE {$this->getTable('recommender/product_link')} ADD COLUMN `category_id` INT(10) NULL AFTER `product_id`;
9
  ALTER TABLE {$this->getTable('recommender/product_link')} DROP INDEX `link_type_id`;
10
  ALTER TABLE {$this->getTable('recommender/product_link')} ADD UNIQUE INDEX `link_type_id` (`link_type_id`,`product_id`,`category_id`,`position`);
11
- ");
4
  $installer->startSetup();
5
 
6
  $installer->run("
 
7
  ALTER TABLE {$this->getTable('recommender/product_link')} ADD COLUMN `category_id` INT(10) NULL AFTER `product_id`;
8
  ALTER TABLE {$this->getTable('recommender/product_link')} DROP INDEX `link_type_id`;
9
  ALTER TABLE {$this->getTable('recommender/product_link')} ADD UNIQUE INDEX `link_type_id` (`link_type_id`,`product_id`,`category_id`,`position`);
10
+ ");
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CommerceStack_Recommender</name>
4
- <version>3.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v 3.0</license>
7
  <channel>community</channel>
@@ -17,8 +17,8 @@ After installing, navigate to System-&gt;Configuration-&gt;Related Products Mana
17
  <notes>Please contact help@commercestack.com with any feature requests, bugs, issues, or questions.</notes>
18
  <authors><author><name>CommerceStack</name><user>dbright</user><email>dbright@commercestack.com</email></author></authors>
19
  <date>2015-11-24</date>
20
- <time>17:49:25</time>
21
- <contents><target name="magecommunity"><dir name="CommerceStack"><dir name="Recommender"><dir name="Block"><dir name="Cart"><file name="Crosssell.php" hash="e97eb9a5f718b3c549372388739075b2"/></dir><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Crosssell.php" hash="4a629f55e16abcd45d8b97ea7b83ee9d"/><file name="Related.php" hash="5d3e6e6fbeadee6a7b5b31675338171e"/></dir><file name="Tabs.php" hash="7e03bf328aee99fa9d591dc3836ee6d3"/></dir></dir></dir><dir name="Product"><dir name="List"><file name="Related.php" hash="7a80f10945bd246f0d907fa016459124"/><file name="Upsell.php" hash="3142af81e5978ef1814fd334ab66e85c"/></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Apikey.php" hash="def235a2710cea0b01ace89bce9ffda4"/><file name="Apikeyurl.php" hash="5ce3031fd84f912b3552d7c37f2a04ac"/><file name="Apisecret.php" hash="9b9a92981a5ff80aa4ec3e4255844801"/><file name="Apiuser.php" hash="bba5a87192ab0821d999aa4ab8cddada"/><file name="Cancelbutton.php" hash="7a87871461a6d589a28ccbc18f9d1603"/><file name="Customrulesiframe.php" hash="523b3dd848d62ab31bdc285ec2b6fdbb"/><file name="Email.php" hash="0231900a317a75e1f72cfdd440df2e45"/><file name="Helpiframe.php" hash="cd049db20bfa53e6a57eaba796a0f5b6"/><file name="Paymentiframe.php" hash="d69c5e5af421dc15bc2f27d871af20be"/><file name="Updatebutton.php" hash="5171684960b8e5b9030bd4f0bc427234"/></dir><file name="Form.php" hash="e879294fa8ff2d914dbe352979a2cc0e"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="dd7921ec7598a4abbd643b833dd10909"/></dir><dir name="Model"><dir name="Category"><dir name="Indexer"><file name="Product.php" hash="0b75655cb3bc3a7bd9a3ba66b5452249"/></dir></dir><dir name="Product"><file name="Link.php" hash="c4e15d853882690db3574424b5e275c7"/></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><dir name="Product"><dir name="Link"><dir name="Product"><file name="Cl.php" hash="64f7e356d20d76257ceb1334e6ec1036"/></dir><file name=".DS_Store" hash="94881651f077db217b9ec427591b721c"/></dir><file name="Link.php" hash="80fa3f20b8a3894bab960e01c4e052f5"/><file name=".DS_Store" hash="e999693fd37d82450997699da2d986e2"/></dir><file name=".DS_Store" hash="d032518ab85e6c3cbbb43688f6bc5bfe"/></dir><file name=".DS_Store" hash="4c2b2d46eba62dd07c7ffc1cf30460b4"/></dir><dir name="Mysql4"><dir name="Category"><dir name="Indexer"><file name="Product.php" hash="bfe2a939d0ad10d7513dd21362b10663"/></dir></dir><file name="Setup.php" hash="1e93566c0f56cc52cdf4e4a73153d2f9"/></dir><file name=".DS_Store" hash="195fa1ec4bb1126dc072b289fb841603"/></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Upsellsource.php" hash="34ed5e3c61bd288340b7de3809953ad3"/></dir></dir></dir><file name=".DS_Store" hash="b98ec272e7b775e485af3b5db7b24e6c"/></dir><dir name="controllers"><file name="AccountController.php" hash="2ba2f4ae67df9a140ed2b8b5bc4ec986"/><dir name="Adminhtml"><file name="RecommenderproductController.php" hash="f106f5fce36166b0d43cbf513b234482"/></dir><file name="IndexController.php" hash="7f2b74585f445f982064de464f07e7ff"/></dir><dir name="etc"><file name="config.xml" hash="3ade27687f785af93f785de61783813d"/><file name="system.xml" hash="83689275798fbc63b25d76a8c9191016"/></dir><dir name="sql"><dir name="recommender_setup"><file name="mysql4-install-0.9.3.php" hash="4ce1a6cfbc0dbcb55433d31d539d8f50"/><file name="mysql4-upgrade-0.9.3-0.9.4.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-0.9.4-0.9.5.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-0.9.5-1.0.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.0.1-1.0.2.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.0.2-1.1.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.1.0-1.2.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.2-1.2.3.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.3-1.2.4.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.5-1.2.6.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.6-2.0.0.php" hash="b2d2b463578d50b2a1a313c36d02ecdf"/><file name="mysql4-upgrade-2.0.0-2.0.1.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.1-2.0.2.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.2-2.0.3.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.3-2.0.4.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.4-2.0.5.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.5-2.0.6.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.6-2.0.7.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.7-2.0.8.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.8-2.0.9.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.0.9-2.1.0.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.1.0-2.1.1.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.1.1-2.1.2.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.1.2-2.1.3.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.1.3-2.2.0.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.2.0-2.2.1.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.2.1-2.2.2.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.2.2-2.2.3.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.2.3-2.2.4.php" hash="feabe5cc691b088d6ade3e04d6b120fc"/><file name="mysql4-upgrade-2.2.4-3.0.0.php" hash="a73eaea333687fbf06a789fa5ca60c3c"/></dir></dir><file name=".DS_Store" hash="9567c71fb3193ad25155b1c371035ddf"/></dir><dir name="CsApiClient"><dir name="Model"><file name="Account.php" hash="20e1e6ba30fec17b4222ee962fb45285"/><file name="Server.php" hash="026be03911b4af5079f2644f06634aa5"/></dir><dir name="etc"><file name="config.xml" hash="852026aa85d127c12b666444779fbc35"/></dir></dir><dir name="CsNotification"><dir name="Model"><dir name="AdminNotification"><file name="Feed.php" hash="b394ec8eb1473b3dadef23bf5aa3c1d6"/></dir></dir><dir name="etc"><file name="config.xml" hash="9ede9a59b2e857828a341bbf53953abe"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="recommender.xml" hash="8a42112390c712a8085f1b966c5fe437"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CommerceStack_Recommender.xml" hash="c0faaf57bb93c70fe6ba45e68c96fc11"/><file name="CommerceStack_CsApiClient.xml" hash="dd56312764a58b18b7e21738ebb8a6b0"/><file name="CommerceStack_CsNotification.xml" hash="94bb10db3af629c7e68bbf32fd18159c"/></dir></target></contents>
22
  <compatible/>
23
  <dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
24
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CommerceStack_Recommender</name>
4
+ <version>3.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v 3.0</license>
7
  <channel>community</channel>
17
  <notes>Please contact help@commercestack.com with any feature requests, bugs, issues, or questions.</notes>
18
  <authors><author><name>CommerceStack</name><user>dbright</user><email>dbright@commercestack.com</email></author></authors>
19
  <date>2015-11-24</date>
20
+ <time>21:15:56</time>
21
+ <contents><target name="magecommunity"><dir name="CommerceStack"><dir name="Recommender"><dir name="Block"><dir name="Cart"><file name="Crosssell.php" hash="e97eb9a5f718b3c549372388739075b2"/></dir><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Crosssell.php" hash="4a629f55e16abcd45d8b97ea7b83ee9d"/><file name="Related.php" hash="5d3e6e6fbeadee6a7b5b31675338171e"/></dir><file name="Tabs.php" hash="7e03bf328aee99fa9d591dc3836ee6d3"/></dir></dir></dir><dir name="Product"><dir name="List"><file name="Related.php" hash="7a80f10945bd246f0d907fa016459124"/><file name="Upsell.php" hash="3142af81e5978ef1814fd334ab66e85c"/></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Apikey.php" hash="def235a2710cea0b01ace89bce9ffda4"/><file name="Apikeyurl.php" hash="5ce3031fd84f912b3552d7c37f2a04ac"/><file name="Apisecret.php" hash="9b9a92981a5ff80aa4ec3e4255844801"/><file name="Apiuser.php" hash="bba5a87192ab0821d999aa4ab8cddada"/><file name="Cancelbutton.php" hash="7a87871461a6d589a28ccbc18f9d1603"/><file name="Customrulesiframe.php" hash="523b3dd848d62ab31bdc285ec2b6fdbb"/><file name="Email.php" hash="0231900a317a75e1f72cfdd440df2e45"/><file name="Helpiframe.php" hash="cd049db20bfa53e6a57eaba796a0f5b6"/><file name="Paymentiframe.php" hash="d69c5e5af421dc15bc2f27d871af20be"/><file name="Updatebutton.php" hash="5171684960b8e5b9030bd4f0bc427234"/></dir><file name="Form.php" hash="e879294fa8ff2d914dbe352979a2cc0e"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="1f26049f4ee55b04738a577ac9cb66ad"/></dir><dir name="Model"><dir name="Category"><dir name="Indexer"><file name="Product.php" hash="0b75655cb3bc3a7bd9a3ba66b5452249"/></dir></dir><dir name="Product"><file name="Link.php" hash="c4e15d853882690db3574424b5e275c7"/></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><dir name="Product"><dir name="Link"><dir name="Product"><file name="Cl.php" hash="64f7e356d20d76257ceb1334e6ec1036"/></dir><file name=".DS_Store" hash="94881651f077db217b9ec427591b721c"/></dir><file name="Link.php" hash="80fa3f20b8a3894bab960e01c4e052f5"/><file name=".DS_Store" hash="e999693fd37d82450997699da2d986e2"/></dir><file name=".DS_Store" hash="d032518ab85e6c3cbbb43688f6bc5bfe"/></dir><file name=".DS_Store" hash="4c2b2d46eba62dd07c7ffc1cf30460b4"/></dir><dir name="Mysql4"><dir name="Category"><dir name="Indexer"><file name="Product.php" hash="bfe2a939d0ad10d7513dd21362b10663"/></dir></dir><file name="Setup.php" hash="1e93566c0f56cc52cdf4e4a73153d2f9"/></dir><file name=".DS_Store" hash="195fa1ec4bb1126dc072b289fb841603"/></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Upsellsource.php" hash="34ed5e3c61bd288340b7de3809953ad3"/></dir></dir></dir><file name=".DS_Store" hash="b98ec272e7b775e485af3b5db7b24e6c"/></dir><dir name="controllers"><file name="AccountController.php" hash="2ba2f4ae67df9a140ed2b8b5bc4ec986"/><dir name="Adminhtml"><file name="RecommenderproductController.php" hash="f106f5fce36166b0d43cbf513b234482"/></dir><file name="IndexController.php" hash="7f2b74585f445f982064de464f07e7ff"/></dir><dir name="etc"><file name="config.xml" hash="8b86c297b03cca996a49574577a87c9b"/><file name="system.xml" hash="83689275798fbc63b25d76a8c9191016"/></dir><dir name="sql"><dir name="recommender_setup"><file name="mysql4-install-0.9.3.php" hash="e6695fa18402e779179a9ecb0a1f2115"/><file name="mysql4-upgrade-0.9.3-0.9.4.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-0.9.4-0.9.5.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-0.9.5-1.0.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.0.1-1.0.2.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.0.2-1.1.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.1.0-1.2.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.2-1.2.3.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.3-1.2.4.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.5-1.2.6.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-1.2.6-2.0.0.php" hash="543d26e4d3550c7b1d72c9524ceb107e"/><file name="mysql4-upgrade-2.0.0-2.0.1.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.1-2.0.2.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.2-2.0.3.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.3-2.0.4.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.4-2.0.5.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.5-2.0.6.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.6-2.0.7.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.7-2.0.8.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.8-2.0.9.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.0.9-2.1.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.1.0-2.1.1.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.1.1-2.1.2.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.1.2-2.1.3.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.1.3-2.2.0.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.2.0-2.2.1.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.2.1-2.2.2.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.2.2-2.2.3.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.2.3-2.2.4.php" hash="3beefb00777a6bd04265b7d33c23efa9"/><file name="mysql4-upgrade-2.2.4-3.0.0.php" hash="422be5199e3f650fbd31e74245f32e59"/></dir></dir><file name=".DS_Store" hash="9567c71fb3193ad25155b1c371035ddf"/></dir><dir name="CsApiClient"><dir name="Model"><file name="Account.php" hash="20e1e6ba30fec17b4222ee962fb45285"/><file name="Server.php" hash="026be03911b4af5079f2644f06634aa5"/></dir><dir name="etc"><file name="config.xml" hash="852026aa85d127c12b666444779fbc35"/></dir></dir><dir name="CsNotification"><dir name="Model"><dir name="AdminNotification"><file name="Feed.php" hash="b394ec8eb1473b3dadef23bf5aa3c1d6"/></dir></dir><dir name="etc"><file name="config.xml" hash="9ede9a59b2e857828a341bbf53953abe"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="recommender.xml" hash="8a42112390c712a8085f1b966c5fe437"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CommerceStack_Recommender.xml" hash="c0faaf57bb93c70fe6ba45e68c96fc11"/><file name="CommerceStack_CsApiClient.xml" hash="dd56312764a58b18b7e21738ebb8a6b0"/><file name="CommerceStack_CsNotification.xml" hash="94bb10db3af629c7e68bbf32fd18159c"/></dir></target></contents>
22
  <compatible/>
23
  <dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
24
  </package>