Skip to content

Commit 7867d46

Browse files
authored
[1.x] chore: prep 1.8.14 (#4420)
* chore: prep 1.8.14 * chore: add nicknames changes
1 parent c21fc3a commit 7867d46

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v1.8.14](https://github.com/flarum/framework/compare/v1.8.13...v1.8.14)
4+
### Security
5+
* [Nicknames] Display name injection in notification emails via autolink/markdown (CVE-2026-30913) (https://github.com/flarum/framework/security/advisories/GHSA-3c4m-j3g4-hh25)
6+
### Fixed
7+
* Show correct error message for HTTP 405 Method Not Allowed responses (https://github.com/flarum/framework/pull/4417)
8+
* Invalidate unread notification count cache when all notifications are deleted (https://github.com/flarum/framework/pull/4391)
9+
* [Theme] Return `Less_Tree_Keyword` for boolean custom Less functions (https://github.com/flarum/framework/pull/4405)
10+
### Performance
11+
* Eliminate redundant DB writes in auth middleware and cache notification counts (https://github.com/flarum/framework/pull/4365)
12+
* Store scheduler last-run timestamp in cache instead of database (https://github.com/flarum/framework/pull/4363)
13+
### Changed
14+
* [Package Manager] Remove Extiverse references (https://github.com/flarum/framework/pull/4395)
15+
### GDPR extension
16+
* Invalidate erasure confirmation token after use, preventing link reuse (https://github.com/flarum/gdpr/pull/70)
17+
* Guard against re-confirming already-processed erasure requests (https://github.com/flarum/gdpr/pull/70)
18+
* Log confirming IP address on erasure requests for audit purposes (https://github.com/flarum/gdpr/pull/70)
19+
* Automatically purge confirmation IPs after 90 days via scheduled command (https://github.com/flarum/gdpr/pull/70)
20+
* Show requested-at, confirmed-at, and eligible-for-auto-processing dates in erasure modal (https://github.com/flarum/gdpr/pull/70)
21+
322
## [v1.8.13](https://github.com/flarum/framework/compare/v1.8.12...v1.8.13)
423
### Changed
524
* Add PHP 8.5 to reusable workflows, build JS on PHP 8.3 (https://github.com/flarum/framework/pull/4339)

framework/core/src/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Application
2323
*
2424
* @var string
2525
*/
26-
const VERSION = '1.8.13';
26+
const VERSION = '1.8.14';
2727

2828
/**
2929
* The IoC container for the Flarum application.

0 commit comments

Comments
 (0)