forked from mirrors/easyappointments
Release v1.4.2-beta.1
This commit is contained in:
parent
11479f2af4
commit
215c4f501e
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
| Declare some of the global config values of Easy!Appointments.
|
||||
|
|
||||
*/
|
||||
$config['version'] = '1.4.1'; // This must be changed manually.
|
||||
$config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ...
|
||||
$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['debug'] = Config::DEBUG_MODE;
|
||||
|
||||
/*
|
||||
|
@ -314,7 +314,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/';
|
|||
| new release.
|
||||
|
|
||||
*/
|
||||
$config['cache_busting_token'] = '924WX';
|
||||
$config['cache_busting_token'] = '624TB';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue