From 5ec303863a1b9d8458ba139c4c297b7ba07cd14f Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Fri, 11 Oct 2024 16:12:28 +0300 Subject: [PATCH] ## 14.36.2 - 2024-10-11 --- CHANGELOG.md | 5 +++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc29fc777..f83288b99 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.36.2 - 2024-10-11 + +### Fixed +- Incorrect parsing of `HTML` in `SimpleMDE` field + ## 14.36.1 - 2024-10-11 ### Fixed diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 50361544e..e347399b8 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.36.1'; + public const VERSION = '14.36.2'; /** * @deprecated