Skip to content

Commit

Permalink
Bump version for 1.2.4-pl release
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Mar 25, 2014
1 parent ebdc04a commit ab2d0c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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));

Expand Down
2 changes: 2 additions & 0 deletions core/components/getpage/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog for getPage.

getPage 1.2.4-pl (March 24, 2014)
====================================
- [#19] Add scriptProperties to cachePageKey signature
- [#24] Cache total results number into correct variable name

Expand Down
6 changes: 3 additions & 3 deletions core/components/getpage/docs/readme.txt
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

0 comments on commit ab2d0c9

Please sign in to comment.