From d83bab1fbc3dada5e12ffdba457eb367d456e423 Mon Sep 17 00:00:00 2001 From: tabuna Date: Thu, 18 Jan 2024 03:21:03 +0300 Subject: [PATCH] ## 14.18.0 - 2024-01-18 --- CHANGELOG.md | 8 ++++++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dccb439d2..95547b70f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 14.18.0 - 2024-01-18 + +### Changed +- Boostrap, node-sass versions and other dependencies + +### Fixed +- Change the default value for metrics layout to be compatible with modals [#2787](https://github.com/orchidsoftware/platform/pull/2787) + ## 14.17.1 - 2023-12-30 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 01811f288..995583675 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -21,7 +21,7 @@ class Dashboard /** * ORCHID Version. */ - public const VERSION = '14.17.1'; + public const VERSION = '14.18.0'; /** * @deprecated