File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ # [ 2.3.1] ( https://github.com/getformwork/formwork/releases/tag/2.3.1 )
4+
5+ ** Enhancements**
6+ - ** Update image picker on modal open**
7+ - Improve togglegroup styles for dark color scheme
8+
9+ ** Bug fixes**
10+ - Fix default HTTPS port in ` Http\Request `
11+ - Fix ProseMirror caret disappearing in dark color scheme
12+ - Fix image picker styles
13+ - Serve actual index.php script with PHP built-in server
14+
15+ ** Security**
16+ - Restrict media MIME types to determine the result of ` File::type() ` based on supported formats
17+
318# [ 2.3.0] ( https://github.com/getformwork/formwork/releases/tag/2.3.0 )
419
520** Enhancements**
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ final class App
6464 /**
6565 * Current Formwork version
6666 */
67- public const string VERSION = '2.3.0 ' ;
67+ public const string VERSION = '2.3.1 ' ;
6868
6969 /**
7070 * App services container
You can’t perform that action at this time.
0 commit comments