File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ in 1.x versions.
77To get the diff for a specific change, go to https://github.com/joomlatools/joomlatools-console/commit/xxx where xxx is the change hash.
88To 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments