mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Release v1.5.0-dev.1
This commit is contained in:
parent
24f6b5b4e9
commit
4410c5fb8c
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@ $config['version'] = '1.5.0-dev.1'; // This must be changed manually.
|
||||||
$config['url'] = Config::BASE_URL;
|
$config['url'] = Config::BASE_URL;
|
||||||
|
|
||||||
$config['debug'] = Config::DEBUG_MODE;
|
$config['debug'] = Config::DEBUG_MODE;
|
||||||
|
|
||||||
|
$config['cache_busting_token'] = 'ZV948';
|
||||||
|
|
Loading…
Reference in a new issue