Skip to content

Commit 18fa4ff

Browse files
committed
update getResources to 1.6.1
1 parent e80d366 commit 18fa4ff

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

_build/build.transport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
define('PKG_NAME','Articles');
3030
define('PKG_NAME_LOWER',strtolower(PKG_NAME));
3131
define('PKG_VERSION','1.7.6');
32-
define('PKG_RELEASE','dev');
32+
define('PKG_RELEASE','pl');
3333

3434
/* define sources */
3535
$root = dirname(dirname(__FILE__)).'/';

_build/data/transport.subpackages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$subpackages = array(
3131
'archivist' => 'archivist-1.2.4-pl',
3232
'getpage' => 'getpage-1.2.3-pl',
33-
'getresources' => 'getresources-1.6.0-pl',
33+
'getresources' => 'getresources-1.6.1-pl',
3434
'quip' => 'quip-2.3.3-pl',
3535
'taglister' => 'taglister-1.1.7-pl',
3636
);

_build/resolvers/packages/resolve.getresources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
$success= true;
1111
if ($transport && $transport->xpdo) {
12-
$signature = 'getresources-1.6.0-pl';
12+
$signature = 'getresources-1.6.1-pl';
1313
$modx =& $transport->xpdo;
1414
$modx->addPackage('modx.transport',$modx->getOption('core_path').'model/');
1515

-38.7 KB
Binary file not shown.
39.3 KB
Binary file not shown.

core/components/articles/docs/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog for Articles.
22

3+
Articles 1.7.6
4+
===============================
5+
- #50 Conditionally load classes in controller
6+
- #68 Fix False Positive on Confirm Navigation warning
7+
- #64 Remove static html code from page.nav placeholder
8+
- #62 Allow number at start of tag to be treated still as tag (@jasonbird)
9+
- Update getResources to 1.6.1
10+
311
Articles 1.7.5
412
===============================
513
- #54 Fix RSS Feeds (Revert PR #15,#25)

0 commit comments

Comments
 (0)