We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a23ee5 commit acea2c3Copy full SHA for acea2c3
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CliTools Changelog
2
==================
3
4
+2.4.1 - 2017-05-14
5
+------------------
6
+- Fix sync problems after deletion of database
7
+- Fix compiling (auto install box.phar)
8
+
9
2.4.0 - 2017-04-23
10
------------------
11
- Add TYPO3 extensionmanager tables to default TYPO3 filter
src/command.php
@@ -21,7 +21,7 @@
21
*/
22
23
error_reporting(E_ALL);
24
-define('CLITOOLS_COMMAND_VERSION', '2.4.0');
+define('CLITOOLS_COMMAND_VERSION', '2.4.1');
25
define('CLITOOLS_ROOT_FS', __DIR__);
26
27
require __DIR__ . '/vendor/autoload.php';
0 commit comments