mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Release v1.5.0
This commit is contained in:
parent
f4964193e1
commit
e45fcf30b5
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue