From e5ac3b61a4e2104ac48b417991af37c6712b6ce5 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Tue, 23 Jul 2024 16:18:01 +0300 Subject: [PATCH] ## 14.27.1 - 2024-07-23 --- CHANGELOG.md | 6 ++++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f54fa2715..16090dd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.27.1 - 2024-07-23 + +### Fixed +- Overflow drop-down on table + ## 14.27.0 - 2024-07-23 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index b3a12c754..023bb4774 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -23,7 +23,7 @@ class Dashboard * * @deprecated Use `Dashboard::version()` instead. */ - public const VERSION = '14.27.0'; + public const VERSION = '14.27.1'; /** * @deprecated