-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' * develop: Bump version for 1.2.4-pl release Cache total results number into correct variable name Fix for previous commit. (: Fix: multiple using of getPage overwites cache
- Loading branch information
Showing
4 changed files
with
19 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @package getpage | ||
* @subpackage build | ||
* @version 1.2.3-pl | ||
* @version 1.2.4-pl | ||
* @author Jason Coward <[email protected]> | ||
*/ | ||
$mtime = microtime(); | ||
|
@@ -25,7 +25,7 @@ | |
|
||
/* package defines */ | ||
define('PKG_NAME','getPage'); | ||
define('PKG_VERSION','1.2.3'); | ||
define('PKG_VERSION','1.2.4'); | ||
define('PKG_RELEASE','pl'); | ||
define('PKG_LNAME',strtolower(PKG_NAME)); | ||
|
||
|
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
-------------------- | ||
Snippet: getPage | ||
-------------------- | ||
Version: 1.2.3-pl | ||
Released: June 20, 2012 | ||
Version: 1.2.4-pl | ||
Released: March 24, 2014 | ||
Since: March 19, 2010 | ||
Author: Jason Coward <[email protected]> | ||
|
||
A generic wrapper snippet for returning paged results and navigation from snippets that return limitable collections. This release requires MODX Revolution 2.1+. | ||
|
||
Official Documentation: | ||
http://rtfm.modx.com/display/ADDON/getPage | ||
http://rtfm.modx.com/display/ADDON/getPage |
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