-
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.
1.1.0-pl Release (requires MODX 2.1+)
Merge branch 'develop' * develop: Bump version for 1.1.0-pl release Fix ability to override cache_key, cache_handler, and cache_expires Add cache properties to Snippet defaults Add changelog to transport package build script Change default cache_key property to use 'resource' (for MODX 2.1+)
- Loading branch information
Showing
5 changed files
with
41 additions
and
8 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.0.0-pl | ||
* @version 1.1.0-pl | ||
* @author Jason Coward <[email protected]> | ||
*/ | ||
$mtime = microtime(); | ||
|
@@ -25,7 +25,7 @@ | |
|
||
/* package defines */ | ||
define('PKG_NAME','getPage'); | ||
define('PKG_VERSION','1.0.0'); | ||
define('PKG_VERSION','1.1.0'); | ||
define('PKG_RELEASE','pl'); | ||
define('PKG_LNAME',strtolower(PKG_NAME)); | ||
|
||
|
@@ -73,6 +73,7 @@ | |
$builder->setPackageAttributes(array( | ||
'license' => file_get_contents($sources['source_core'] . '/docs/license.txt'), | ||
'readme' => file_get_contents($sources['source_core'] . '/docs/readme.txt'), | ||
'changelog' => file_get_contents($sources['source_core'] . '/docs/changelog.txt'), | ||
)); | ||
|
||
/* zip up the package */ | ||
|
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
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,11 +1,11 @@ | ||
-------------------- | ||
Snippet: getPage | ||
-------------------- | ||
Version: 1.0.0-pl | ||
Version: 1.1.0-pl | ||
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. | ||
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 |
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