Skip to content

Commit 07d18f0

Browse files
Release 5.2.3 (#3594)
1 parent dcf6d36 commit 07d18f0

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
## 5.2.3
5+
6+
Released: 2025-08-18
7+
8+
This release includes a security-related fix for new installations. Our thanks to an anonymous report for identifying this issue and disclosing it to us responsibly! 👏🙏
9+
10+
For existing users, please make sure to check your allowed file types. Every file is uploaded as is to a publicly accessible folder, which can be abused if HTML is allowed and the preview function in the Bolt admin panel is used. We recommend limiting the allowed file types as much as possible!
11+
12+
### 🔐 Security related changes
13+
14+
- Flip default for allowed file types (bobvandevijver, [#3593](https://github.com/bolt/core/pull/3593))
15+
416
## 5.2.2
517

618
Released: 2025-03-10

assets/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '5.2.2';
2+
export const version = '5.2.3';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bolt",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"homepage": "https://boltcms.io",
55
"author": "Bob den Otter <bob@twokings.nl> (https://boltcms.io)",
66
"license": "MIT",

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class Version
2323
* Stable — 3.0.0
2424
* Development — 3.1.0 alpha 1
2525
*/
26-
public const VERSION = '5.2.2';
26+
public const VERSION = '5.2.3';
2727
public const CODENAME = '';
2828

2929
/**

0 commit comments

Comments
 (0)