From 5b0a86e75f6177e745a6fb033a46dbcca5f00e30 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Sun, 18 Aug 2024 03:27:59 +0300 Subject: [PATCH] ## 14.28.2 - 2024-08-18 --- CHANGELOG.md | 5 +++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b03a41c4..b5adec527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.28.2 - 2024-08-18 + +### Fixed +- SimpleMDE Field Incorrectly Marked as Empty When Using `required` Attribute [#2877](https://github.com/orchidsoftware/platform/issues/2877) + ## 14.28.1 - 2024-08-13 ### Fixed diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index e904734a2..cf3636c94 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.28.1'; + public const VERSION = '14.28.2'; /** * @deprecated