mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Release v1.4.2
This commit is contained in:
parent
b28ccfe0c9
commit
7393c36462
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['version'] = '1.4.2'; // This must be changed manually.
|
$config['version'] = '1.4.2'; // This must be changed manually.
|
||||||
$config['release_label'] = 'beta.1'; // Leave empty for no title or add Alpha, Beta etc ...
|
$config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ...
|
||||||
$config['debug'] = Config::DEBUG_MODE;
|
$config['debug'] = Config::DEBUG_MODE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -314,7 +314,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/';
|
||||||
| new release.
|
| new release.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['cache_busting_token'] = '624TB';
|
$config['cache_busting_token'] = 'ZV947';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue