From e45fcf30b579a9a2a03bbbb35efb96556f1ad426 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 7 Jul 2024 13:53:43 +0200 Subject: [PATCH] Release v1.5.0 --- CHANGELOG.md | 2 +- application/config/app.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b42adf22..5069948c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file contains the code changes that were introduced into each release (starting from v1.1.0) so that is easy for developers to maintain and readjust their custom modifications on the main project codebase. -## [Unreleased] +## [1.5.0] - 2024-07-07 ### Added diff --git a/application/config/app.php b/application/config/app.php index ae289aa6..6cdba90a 100644 --- a/application/config/app.php +++ b/application/config/app.php @@ -9,10 +9,10 @@ | */ -$config['version'] = '1.5.0-beta.1'; // This must be changed manually. +$config['version'] = '1.5.0'; // This must be changed manually. $config['url'] = Config::BASE_URL; $config['debug'] = Config::DEBUG_MODE; -$config['cache_busting_token'] = 'ZV953'; +$config['cache_busting_token'] = 'ZV954';