From 7393c3646281b0598a00156d0096d979f168e57e Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 27 Jul 2021 11:31:43 +0300 Subject: [PATCH] Release v1.4.2 --- application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index db6d0646..c217dcfd 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -9,7 +9,7 @@ | */ $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; /* @@ -314,7 +314,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/'; | new release. | */ -$config['cache_busting_token'] = '624TB'; +$config['cache_busting_token'] = 'ZV947'; /* |--------------------------------------------------------------------------