Skip to content

Commit

Permalink
Bump version 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Oct 8, 2014
1 parent cf0127a commit 814fb30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _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.8');
define('PKG_VERSION','1.7.9');
define('PKG_RELEASE','pl');

/* define sources */
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.2"
,"version": "1.7.9"
,"package":{
"elements": {
"plugins": [{
Expand Down
2 changes: 2 additions & 0 deletions core/components/articles/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog for Articles.

Articles 1.7.9
===============================
- Add setting for default published status of new article
- Updated getlist to be multibyte safe and article update getButtons override change
- 2.3 Fixes
Expand Down

0 comments on commit 814fb30

Please sign in to comment.