Skip to content

Commit b95efcd

Browse files
committed
Release 2.3.1
1 parent 4a72c47 commit b95efcd

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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**

formwork/src/Cms/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)