Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jul 7, 2024
1 parent f496419 commit e45fcf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions application/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit e45fcf3

Please sign in to comment.