Release v1.5.0

This commit is contained in:
Alex Tselegidis 2024-07-07 13:53:43 +02:00
parent f4964193e1
commit e45fcf30b5
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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';