We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f496419 commit e45fcf3Copy full SHA for e45fcf3
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@
3
This file contains the code changes that were introduced into each release (starting from v1.1.0) so that is easy for
4
developers to maintain and readjust their custom modifications on the main project codebase.
5
6
-## [Unreleased]
+## [1.5.0] - 2024-07-07
7
8
### Added
9
application/config/app.php
@@ -9,10 +9,10 @@
|
10
*/
11
12
-$config['version'] = '1.5.0-beta.1'; // This must be changed manually.
+$config['version'] = '1.5.0'; // This must be changed manually.
13
14
$config['url'] = Config::BASE_URL;
15
16
$config['debug'] = Config::DEBUG_MODE;
17
18
-$config['cache_busting_token'] = 'ZV953';
+$config['cache_busting_token'] = 'ZV954';
0 commit comments