File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 14.37.0 - 2024-10-12
9
+
10
+ ### Added
11
+ - default balanced text style for ` TD `
12
+
13
+ ### Fixed
14
+ - Incorrect parsing of ` HTML ` in ` SimpleMDE ` field
15
+
8
16
## 14.36.2 - 2024-10-11
9
17
10
18
### Fixed
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Dashboard
23
23
*
24
24
* @deprecated Use `Dashboard::version()` instead.
25
25
*/
26
- public const VERSION = '14.36.2 ' ;
26
+ public const VERSION = '14.37.0 ' ;
27
27
28
28
/**
29
29
* @deprecated
You can’t perform that action at this time.
0 commit comments