-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from Strategery-Inc/damian/release-3-2-3
- V. 3.2.3
- Loading branch information
Showing
8 changed files
with
43 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,9 @@ | |
* | ||
* @author Gabriel Somoza ([email protected]) | ||
* @link http://gabrielsomoza.com/ | ||
* | ||
* Update 2.0.0 | ||
* @author Damian A. Pastorini ([email protected]) | ||
* @link http://www.dwdesigner.com/ | ||
* | ||
* @author Damian A. Pastorini ([email protected]) | ||
* @link http://www.dwdeveloper.com/ | ||
*/ | ||
class Strategery_Infinitescroll_Helper_Data extends Mage_Core_Helper_Abstract | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
* @author Gabriel Somoza ([email protected]) | ||
* @link http://gabrielsomoza.com/ | ||
* | ||
* Update 2.0.0 | ||
* @author Enrique Piatti ([email protected]) | ||
* @link http://www.dwdesigner.com/ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
* @author Gabriel Somoza ([email protected]) | ||
* @link http://gabrielsomoza.com/ | ||
* | ||
* Update 2.0.0 | ||
* @author Enrique Piatti ([email protected]) | ||
* @link http://www.dwdesigner.com/ | ||
*/ | ||
|
22 changes: 22 additions & 0 deletions
22
app/code/community/Strategery/Infinitescroll/etc/adminhtml.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* InfiniteScroll - Magento Integration | ||
* | ||
* NOTICE OF LICENSE | ||
* | ||
* This source file is subject to the Academic Free License (AFL 3.0), | ||
* available through the world-wide-web at this URL: | ||
* http://opensource.org/licenses/afl-3.0.php | ||
* | ||
* @category Strategery | ||
* @package Strategery_Infinitescroll | ||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) | ||
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com) | ||
* | ||
* @author Gabriel Somoza ([email protected]) | ||
* @link http://gabrielsomoza.com/ | ||
* | ||
* @author Damian A. Pastorini ([email protected]) | ||
* @link http://www.dwdeveloper.com/ | ||
*/ | ||
--> | ||
<config> | ||
<acl> | ||
<resources> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
* @author Gabriel Somoza ([email protected]) | ||
* @link http://gabrielsomoza.com/ | ||
* | ||
* @author Damian A. Pastorini (admin@dwdesigner.com) | ||
* @link http://www.dwdesigner.com/ | ||
* @author Damian A. Pastorini (damian.pastorini@dwdeveloper.com) | ||
* @link http://www.dwdeveloper.com/ | ||
*/ | ||
--> | ||
<config> | ||
<modules> | ||
<Strategery_Infinitescroll> | ||
<version>3.2.2</version> | ||
<version>3.2.3</version> | ||
</Strategery_Infinitescroll> | ||
</modules> | ||
<global> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,8 @@ | |
* @author Gabriel Somoza ([email protected]) | ||
* @link http://gabrielsomoza.com/ | ||
* | ||
* Update 2.0.0 | ||
* @author Damian A. Pastorini ([email protected]) | ||
* @link http://www.dwdesigner.com/ | ||
* @author Damian A. Pastorini ([email protected]) | ||
* @link http://www.dwdeveloper.com/ | ||
*/ | ||
--> | ||
<config> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ | |
* @copyright Copyright (c) 2014 Strategery Inc. (http://usestrategery.com) | ||
* | ||
* @author Enrique Piatti ([email protected]) | ||
* | ||
* @author Damian A. Pastorini ([email protected]) | ||
* @link http://www.dwdeveloper.com/ | ||
*/ | ||
?> | ||
<?php if($this->isEnabled()): ?> | ||
|
@@ -178,7 +181,7 @@ | |
} | ||
|
||
SgyIAS._log('Done loading IAS.'); | ||
$(document).trigger( "infiniteScrollReady", [window.ias]); | ||
$(document).trigger( "infiniteScrollReady", [window.ias]); | ||
}); | ||
}); | ||
} | ||
|