mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Release v1.4.3
This commit is contained in:
parent
13e81c80b1
commit
44af526a6f
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
| Declare some of the global config values of Easy!Appointments.
|
||||
|
|
||||
*/
|
||||
$config['version'] = '1.4.3-beta.1'; // This must be changed manually.
|
||||
$config['version'] = '1.4.3'; // This must be changed manually.
|
||||
$config['release_label'] = ''; // 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'] = '8UC842';
|
||||
$config['cache_busting_token'] = '6398SW';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue