Version Notes
Fixed cache issue.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Strategery_InfiniteScroll2 |
Version | 3.2.0 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.2.0
- app/code/community/Strategery/Infinitescroll/Block/Init.php +2 -2
- app/code/community/Strategery/Infinitescroll/Helper/Data.php +1 -1
- app/code/community/Strategery/Infinitescroll/Model/Admin/Feed.php +1 -1
- app/code/community/Strategery/Infinitescroll/Model/Observer.php +1 -1
- app/code/community/Strategery/Infinitescroll/etc/config.xml +3 -4
- app/code/community/Strategery/Infinitescroll/etc/system.xml +1 -1
- app/design/frontend/base/default/layout/strategery-infinitescroll.xml +1 -1
- app/design/frontend/base/default/template/strategery/infinitescroll/init.phtml +2 -2
- app/etc/modules/Strategery_Infinitescroll.xml +1 -1
- package.xml +7 -7
app/code/community/Strategery/Infinitescroll/Block/Init.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
-
* @copyright Copyright (c)
|
15 |
*
|
16 |
* @author Enrique Piatti
|
17 |
*/
|
@@ -21,7 +21,7 @@ class Strategery_Infinitescroll_Block_Init extends Mage_Core_Block_Template
|
|
21 |
public function getConfigData()
|
22 |
{
|
23 |
$helper = Mage::helper('infinitescroll');
|
24 |
-
$cache = Mage::
|
25 |
$configData = $cache->load("infinitescroll_configData");
|
26 |
if ( ! $configData) {
|
27 |
$configData = $helper->getConfigData('selectors/content');
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
15 |
*
|
16 |
* @author Enrique Piatti
|
17 |
*/
|
21 |
public function getConfigData()
|
22 |
{
|
23 |
$helper = Mage::helper('infinitescroll');
|
24 |
+
$cache = Mage::app()->getCache();
|
25 |
$configData = $cache->load("infinitescroll_configData");
|
26 |
if ( ! $configData) {
|
27 |
$configData = $helper->getConfigData('selectors/content');
|
app/code/community/Strategery/Infinitescroll/Helper/Data.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
-
* @copyright Copyright (c)
|
15 |
*
|
16 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
17 |
* @link http://gabrielsomoza.com/
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
15 |
*
|
16 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
17 |
* @link http://gabrielsomoza.com/
|
app/code/community/Strategery/Infinitescroll/Model/Admin/Feed.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
-
* @copyright Copyright (c)
|
15 |
*
|
16 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
17 |
* @link http://gabrielsomoza.com/
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
15 |
*
|
16 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
17 |
* @link http://gabrielsomoza.com/
|
app/code/community/Strategery/Infinitescroll/Model/Observer.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
-
* @copyright Copyright (c)
|
15 |
*
|
16 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
17 |
* @link http://gabrielsomoza.com/
|
11 |
* @category Strategery
|
12 |
* @package Strategery_Infinitescroll
|
13 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
14 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
15 |
*
|
16 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
17 |
* @link http://gabrielsomoza.com/
|
app/code/community/Strategery/Infinitescroll/etc/config.xml
CHANGED
@@ -12,12 +12,11 @@
|
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
-
* @copyright Copyright (c)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
19 |
-
*
|
20 |
-
* Update 2.0.0
|
21 |
* @author Damian A. Pastorini (admin@dwdesigner.com)
|
22 |
* @link http://www.dwdesigner.com/
|
23 |
*/
|
@@ -25,7 +24,7 @@
|
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Strategery_Infinitescroll>
|
28 |
-
<version>3.
|
29 |
</Strategery_Infinitescroll>
|
30 |
</modules>
|
31 |
<global>
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
19 |
+
*
|
|
|
20 |
* @author Damian A. Pastorini (admin@dwdesigner.com)
|
21 |
* @link http://www.dwdesigner.com/
|
22 |
*/
|
24 |
<config>
|
25 |
<modules>
|
26 |
<Strategery_Infinitescroll>
|
27 |
+
<version>3.1.0</version>
|
28 |
</Strategery_Infinitescroll>
|
29 |
</modules>
|
30 |
<global>
|
app/code/community/Strategery/Infinitescroll/etc/system.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
-
* @copyright Copyright (c)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
app/design/frontend/base/default/layout/strategery-infinitescroll.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
-
* @copyright Copyright (c)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
app/design/frontend/base/default/template/strategery/infinitescroll/init.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
-
* @copyright Copyright (c)
|
16 |
*
|
17 |
* @author Enrique Piatti (contacto@enriquepiatti.com)
|
18 |
*/
|
@@ -25,7 +25,7 @@
|
|
25 |
?>
|
26 |
<?php if(Mage::getStoreConfig('infinitescroll/general/jquery')): ?>
|
27 |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
28 |
-
<script>window.jQuery || document.write('<script src="<?php echo $this->getJsUrl('jquery/jquery.
|
29 |
<script>jQuery.noConflict();</script>
|
30 |
<?php endif ?>
|
31 |
<?php if($iasConfig = $helper->getConfigData('advanced/ias_config')) :?>
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
16 |
*
|
17 |
* @author Enrique Piatti (contacto@enriquepiatti.com)
|
18 |
*/
|
25 |
?>
|
26 |
<?php if(Mage::getStoreConfig('infinitescroll/general/jquery')): ?>
|
27 |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
28 |
+
<script>window.jQuery || document.write('<script src="<?php echo $this->getJsUrl('jquery/jquery.1.10.2.min.js') ?>"><\/script>')</script>
|
29 |
<script>jQuery.noConflict();</script>
|
30 |
<?php endif ?>
|
31 |
<?php if($iasConfig = $helper->getConfigData('advanced/ias_config')) :?>
|
app/etc/modules/Strategery_Infinitescroll.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
-
* @copyright Copyright (c)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
12 |
* @category Strategery
|
13 |
* @package Strategery_Infinitescroll
|
14 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
15 |
+
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com)
|
16 |
*
|
17 |
* @author Gabriel Somoza (me@gabrielsomoza.com)
|
18 |
* @link http://gabrielsomoza.com/
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Strategery_InfiniteScroll2</name>
|
4 |
-
<version>3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -30,11 +30,11 @@ User: demo<br />
|
|
30 |
Password: demo1234</p>
|
31 |
<h2>Reporting Issues / Support</h2>
|
32 |
<p>To report issues or request support please visit our <a href="https://github.com/Strategery-Inc/Magento-InfiniteScroll/issues">Github repository.</a></p></description>
|
33 |
-
<notes>
|
34 |
-
<authors><author><name>
|
35 |
-
<date>
|
36 |
-
<time>
|
37 |
-
<contents><target name="magecommunity"><dir name="Strategery"><dir name="Infinitescroll"><dir name="Block"><file name="Init.php" hash="
|
38 |
<compatible/>
|
39 |
-
<dependencies
|
40 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Strategery_InfiniteScroll2</name>
|
4 |
+
<version>3.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
30 |
Password: demo1234</p>
|
31 |
<h2>Reporting Issues / Support</h2>
|
32 |
<p>To report issues or request support please visit our <a href="https://github.com/Strategery-Inc/Magento-InfiniteScroll/issues">Github repository.</a></p></description>
|
33 |
+
<notes>Fixed cache issue.</notes>
|
34 |
+
<authors><author><name>Strategery</name><user>auto-converted</user><email>contact@usestrategery.com</email></author><author><name>Damian A. Pastorini</name><user>auto-converted</user><email>damian.pastorini@dwdeveloper.com</email></author></authors>
|
35 |
+
<date>2015-01-21</date>
|
36 |
+
<time>11:09:59</time>
|
37 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Strategery_Infinitescroll.xml" hash="4acaec55ca53dfe149334e9c6913a84a"/></dir></target><target name="magecommunity"><dir name="Strategery"><dir name="Infinitescroll"><dir name="Block"><file name="Init.php" hash="09517504367e7e2fe319a58597a64f8c"/></dir><dir name="Helper"><file name="Data.php" hash="ec09dad465a447b9c09f766974553621"/></dir><dir name="Model"><dir name="Admin"><file name="Feed.php" hash="1b1923861d96c70957a9e362de414117"/></dir><file name="Observer.php" hash="1c9708aca3058c56c53309a7785d6cba"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c7729a65c53f84047a9df2adfe445649"/><file name="config.xml" hash="481a45c05fdeca22b3708b8405ac210f"/><file name="system.xml" hash="487a4c57e419bd079098a8959240798d"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="strategery-infinitescroll.xml" hash="9eafe0844b88b451fd863eacc140e4c0"/></dir><dir name="template"><dir name="strategery"><dir name="infinitescroll"><file name="init.phtml" hash="769da2226589641f50b44bb9490231b4"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="jquery"><dir name="infinitescroll"><file name="jquery-ias.js" hash="72522152b90a9502da008600b068a31a"/><file name="jquery-ias.min.js" hash="ea1087ec549df2d923db487b696a5f43"/><file name="jquery.easing-1.3.pack.js" hash="83e56485c52e15ff74e1c02615af14af"/><file name="jquery.ui.totop.min.js" hash="c0c43bf13983cd65ab4584b479d2a2d9"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="infinitescroll"><file name="ias_config.js" hash="50a5cda2f0214c13f1423640c521335a"/></dir></dir></dir></dir></dir></target></contents>
|
38 |
<compatible/>
|
39 |
+
<dependencies/>
|
40 |
</package>
|