Rees46_Personalization - Version 3.3.7

Version Notes

Centralized CSS management.

Download this release

Release Info

Developer REES46
Extension Rees46_Personalization
Version 3.3.7
Comparing to
See all releases


Code changes from version 3.3.6 to 3.3.7

app/code/community/Rees46/Personalization/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Rees46_Personalization>
5
- <version>3.3.6</version>
6
  </Rees46_Personalization>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Rees46_Personalization>
5
+ <version>3.3.7</version>
6
  </Rees46_Personalization>
7
  </modules>
8
  <global>
app/design/adminhtml/default/default/layout/rees46_personalization.xml CHANGED
@@ -7,9 +7,6 @@
7
  <reference name="before_body_end">
8
  <block type="core/template" name="rees46_init" after="-" template="rees46/personalization/init.phtml"/>
9
  </reference>
10
- <reference name="before_body_end">
11
- <block type="core/template" name="rees46_css" before="-" template="rees46/personalization/css.phtml"/>
12
- </reference>
13
  </default>
14
 
15
  <!-- Home-->
7
  <reference name="before_body_end">
8
  <block type="core/template" name="rees46_init" after="-" template="rees46/personalization/init.phtml"/>
9
  </reference>
 
 
 
10
  </default>
11
 
12
  <!-- Home-->
app/design/frontend/base/default/template/rees46/personalization/init.phtml CHANGED
@@ -14,6 +14,7 @@
14
  };
15
  <?php endif; ?>
16
  REES46.init('<?php echo $this->helper('rees46_personalization')->getAPIKey() ?>', user_data, function() {
 
17
  <?php $events = Mage::helper('rees46_personalization/event')->getEventsQueue(true) ?>
18
  <?php foreach($events as $event): ?>
19
  <?php if($event['name'] == 'view' || $event['name'] == 'cart' || $event['name'] == 'remove_from_cart'): ?>
14
  };
15
  <?php endif; ?>
16
  REES46.init('<?php echo $this->helper('rees46_personalization')->getAPIKey() ?>', user_data, function() {
17
+ REES46.addStyleToPage();
18
  <?php $events = Mage::helper('rees46_personalization/event')->getEventsQueue(true) ?>
19
  <?php foreach($events as $event): ?>
20
  <?php if($event['name'] == 'view' || $event['name'] == 'cart' || $event['name'] == 'remove_from_cart'): ?>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rees46_Personalization</name>
4
- <version>3.3.6</version>
5
  <stability>stable</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
@@ -61,11 +61,11 @@ All KPIs and ordering history are available at your REES46 profile. Track the pe
61
  == Bonus: make more income with REES46 online-merchandising platform. &#xD;
62
  &#xD;
63
  You can participate in our advertising program. Switch on the merchandising mode to allow the promotiong brands to appear in first row of your in-store recommendation. You&#x2019;ll get revenue for clicks. It&#x2019;s important: this model promote only items that already in your catalogue (not the items from another sites)!</description>
64
- <notes>HTTPS support</notes>
65
  <authors><author><name>REES46</name><user>mkechinov</user><email>kechinoff@gmail.com</email></author></authors>
66
- <date>2016-04-25</date>
67
- <time>13:55:17</time>
68
- <contents><target name="magecommunity"><dir name="Rees46"><dir name="Personalization"><dir name="Helper"><file name="Admin.php" hash="2d31ca47bba5404e8b9d777027f70f48"/><file name="Data.php" hash="eecf1cab557b61ff3de492ca8d768ff2"/><file name="Event.php" hash="b556b383c49d1ce32e75a34739c0ec80"/></dir><dir name="Model"><file name="Observer.php" hash="46514b2c3bebbf55a375df6eef73b01d"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PersonalizationController.php" hash="223eb514006587a194e969487e650b6d"/></dir><file name="BlockController.php" hash="af21b92af9fb8c8aacc60f41cf40b54c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6377f088c69a7b1b241fe382893d0254"/><file name="config.xml" hash="1d156fbbca77861b5ffa66061c666b45"/><file name="system.xml" hash="9b5cca89ddeea0405ed55fb34f7dea7f"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="rees46_personalization.xml" hash="55c2cd3a5a293270896c3c1e4ad3b677"/></dir><dir name="template"><dir name="rees46"><dir name="personalization"><file name="index.phtml" hash="4af8baf7282f391241fc980b6d56aff5"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rees46_personalization.xml" hash="b1a6845c76cc0e3efbf901bb5a6a0322"/></dir><dir name="template"><dir name="rees46"><dir name="personalization"><dir name="blocks"><file name="cart.phtml" hash="c594f670a1b069c5c8418db41a89e4a7"/><file name="category.phtml" hash="ddaa3e5542058a6091ada3565e32b085"/><file name="category_popular.phtml" hash="db6f2d7df16ab69b76030eb008df9b22"/><file name="home.phtml" hash="3ca3dff9140e0bb0d850b456f9bf8640"/><file name="product.phtml" hash="8e5621b3897e374fe34436326f2132e9"/></dir><file name="css.phtml" hash="8a8c5c44da1286ec14b040f5edeb2cfd"/><file name="init.phtml" hash="de05f8fde956a61e071bd314e9c8aa07"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Rees46_Personalization.xml" hash="67bdc8c38ce74e98dda5d70a0943f2fe"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Rees46_Personalization.csv" hash="0169f9749d80016235f9c69c245f0976"/></dir><dir name="ru_RU"><file name="Rees46_Personalization.csv" hash="9a71f4c9cb704beb7bf698595ee9db13"/></dir></dir></target></contents>
69
  <compatible/>
70
- <dependencies><required><php><min>5.2.1</min><max>6.0.0</max></php></required></dependencies>
71
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rees46_Personalization</name>
4
+ <version>3.3.7</version>
5
  <stability>stable</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
61
  == Bonus: make more income with REES46 online-merchandising platform. &#xD;
62
  &#xD;
63
  You can participate in our advertising program. Switch on the merchandising mode to allow the promotiong brands to appear in first row of your in-store recommendation. You&#x2019;ll get revenue for clicks. It&#x2019;s important: this model promote only items that already in your catalogue (not the items from another sites)!</description>
64
+ <notes>Centralized CSS management.</notes>
65
  <authors><author><name>REES46</name><user>mkechinov</user><email>kechinoff@gmail.com</email></author></authors>
66
+ <date>2016-07-29</date>
67
+ <time>15:22:27</time>
68
+ <contents><target name="magecommunity"><dir name="Rees46"><dir name="Personalization"><dir name="Helper"><file name="Admin.php" hash="2d31ca47bba5404e8b9d777027f70f48"/><file name="Data.php" hash="eecf1cab557b61ff3de492ca8d768ff2"/><file name="Event.php" hash="b556b383c49d1ce32e75a34739c0ec80"/></dir><dir name="Model"><file name="Observer.php" hash="46514b2c3bebbf55a375df6eef73b01d"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PersonalizationController.php" hash="223eb514006587a194e969487e650b6d"/></dir><file name="BlockController.php" hash="af21b92af9fb8c8aacc60f41cf40b54c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6377f088c69a7b1b241fe382893d0254"/><file name="config.xml" hash="f60a7ac504290d1652aa033b087d646f"/><file name="system.xml" hash="9b5cca89ddeea0405ed55fb34f7dea7f"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="rees46_personalization.xml" hash="83770ae4cef3d6602ab4bace18c50d18"/></dir><dir name="template"><dir name="rees46"><dir name="personalization"><file name="index.phtml" hash="4af8baf7282f391241fc980b6d56aff5"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rees46_personalization.xml" hash="b1a6845c76cc0e3efbf901bb5a6a0322"/></dir><dir name="template"><dir name="rees46"><dir name="personalization"><dir name="blocks"><file name="cart.phtml" hash="c594f670a1b069c5c8418db41a89e4a7"/><file name="category.phtml" hash="ddaa3e5542058a6091ada3565e32b085"/><file name="category_popular.phtml" hash="db6f2d7df16ab69b76030eb008df9b22"/><file name="home.phtml" hash="3ca3dff9140e0bb0d850b456f9bf8640"/><file name="product.phtml" hash="8e5621b3897e374fe34436326f2132e9"/></dir><file name="css.phtml" hash="8a8c5c44da1286ec14b040f5edeb2cfd"/><file name="init.phtml" hash="a62110d92e9a14645e428b830ad087ce"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Rees46_Personalization.xml" hash="67bdc8c38ce74e98dda5d70a0943f2fe"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Rees46_Personalization.csv" hash="0169f9749d80016235f9c69c245f0976"/></dir><dir name="ru_RU"><file name="Rees46_Personalization.csv" hash="9a71f4c9cb704beb7bf698595ee9db13"/></dir></dir></target></contents>
69
  <compatible/>
70
+ <dependencies><required><php><min>5.2.1</min><max>7.0.0</max></php></required></dependencies>
71
  </package>