Skip to content

Commit fd3cdf3

Browse files
Update CHANGELOG and version number to 1.5.8
1 parent 23fde99 commit fd3cdf3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ in 1.x versions.
77
To get the diff for a specific change, go to https://github.com/joomlatools/joomlatools-console/commit/xxx where xxx is the change hash.
88
To view the diff between two versions, go to https://github.com/joomlatools/joomlatools-console/compare/v1.0.0...v1.0.1
99

10+
* 1.5.8 (2020-06-03)
11+
* Added - Add JOOMLATOOLS_CONSOLE_HOME environment variable [#120](https://github.com/joomlatools/joomlatools-console/issues/120)
12+
1013
* 1.5.7 (2020-05-27)
1114
* Fixed - Fix --use-webroot-dir in site:create [#121](https://github.com/joomlatools/joomlatools-console/issues/121)
1215

src/Joomlatools/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Application extends \Symfony\Component\Console\Application
1111
*
1212
* @var string
1313
*/
14-
const VERSION = '1.5.7';
14+
const VERSION = '1.5.8';
1515

1616
/**
1717
* Application name

0 commit comments

Comments
 (0)