Release v1.4.0-beta.1

This commit is contained in:
Alex Tselegidis 2020-10-22 12:50:47 +03:00
parent 747e2f9a12
commit e3089aeca9

View file

@ -9,7 +9,7 @@
| |
*/ */
$config['version'] = '1.4.0'; // This must be changed manually. $config['version'] = '1.4.0'; // This must be changed manually.
$config['release_label'] = 'Dev'; // Leave empty for no title or add Alpha, Beta etc ... $config['release_label'] = 'Beta.1'; // Leave empty for no title or add Alpha, Beta etc ...
$config['debug'] = Config::DEBUG_MODE; $config['debug'] = Config::DEBUG_MODE;
/* /*
@ -302,7 +302,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/';
| new release. | new release.
| |
*/ */
$config['cache_busting_token'] = '93GX4'; $config['cache_busting_token'] = '824HX';
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------