Skip to content

Commit e45fcf3

Browse files
Release v1.5.0
1 parent f496419 commit e45fcf3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This file contains the code changes that were introduced into each release (starting from v1.1.0) so that is easy for
44
developers to maintain and readjust their custom modifications on the main project codebase.
55

6-
## [Unreleased]
6+
## [1.5.0] - 2024-07-07
77

88
### Added
99

application/config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
|
1010
*/
1111

12-
$config['version'] = '1.5.0-beta.1'; // This must be changed manually.
12+
$config['version'] = '1.5.0'; // This must be changed manually.
1313

1414
$config['url'] = Config::BASE_URL;
1515

1616
$config['debug'] = Config::DEBUG_MODE;
1717

18-
$config['cache_busting_token'] = 'ZV953';
18+
$config['cache_busting_token'] = 'ZV954';

0 commit comments

Comments
 (0)