Skip to content

Commit

Permalink
Bump 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Dec 1, 2014
1 parent 1e1c902 commit 3451c98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* define package */
define('PKG_NAME','Articles');
define('PKG_NAME_LOWER',strtolower(PKG_NAME));
define('PKG_VERSION','1.7.9');
define('PKG_VERSION','1.7.10');
define('PKG_RELEASE','pl');

/* define sources */
Expand Down Expand Up @@ -69,7 +69,7 @@
$modx->loadClass('transport.modPackageBuilder','',false, true);
$builder = new modPackageBuilder($modx);
$builder->createPackage(PKG_NAME_LOWER,PKG_VERSION,PKG_RELEASE);
$builder->registerNamespace(PKG_NAME_LOWER,false,true,'{core_path}components/'.PKG_NAME_LOWER.'/');
$builder->registerNamespace(PKG_NAME_LOWER,false,true,'{core_path}components/'.PKG_NAME_LOWER.'/','{assets_path}components/'.PKG_NAME_LOWER.'/');
$modx->log(modX::LOG_LEVEL_INFO,'Created Transport Package and Namespace.');

$modx->log(modX::LOG_LEVEL_INFO,'Adding file resolvers to category...');
Expand Down
2 changes: 1 addition & 1 deletion _build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
,"lowCaseName": "articles"
,"description": ""
,"author": "Shaun McCormick"
,"version": "1.7.9"
,"version": "1.7.10"
,"package":{
"elements": {
"plugins": [{
Expand Down
3 changes: 3 additions & 0 deletions core/components/articles/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog for Articles.


Articles 1.7.10
===============================
- Fixes bug: TVs were not getting parsed into Latest Articles Chunk
- Fixes View and Close buttons
- Updated getPage to 1.2.4
Expand Down

0 comments on commit 3451c98

Please sign in to comment.