Release v1.4.1

This commit is contained in:
Alex Tselegidis 2020-12-17 16:54:58 +02:00
parent 5a52bde05a
commit 5d73fafc31
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
| Declare some of the global config values of Easy!Appointments. | Declare some of the global config values of Easy!Appointments.
| |
*/ */
$config['version'] = '1.4.0'; // This must be changed manually. $config['version'] = '1.4.1'; // This must be changed manually.
$config['release_label'] = ''; // 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;
@ -304,7 +304,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/';
| new release. | new release.
| |
*/ */
$config['cache_busting_token'] = '729RF'; $config['cache_busting_token'] = '924WX';
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------