Skip to content

Commit da17356

Browse files
committed
chore: prep 1.8.14
1 parent c21fc3a commit da17356

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.8.14](https://github.com/flarum/framework/compare/v1.8.13...v1.8.14)
4+
### Fixed
5+
* Show correct error message for HTTP 405 Method Not Allowed responses (https://github.com/flarum/framework/pull/4417)
6+
* Invalidate unread notification count cache when all notifications are deleted (https://github.com/flarum/framework/pull/4391)
7+
* [Theme] Return `Less_Tree_Keyword` for boolean custom Less functions (https://github.com/flarum/framework/pull/4405)
8+
### Performance
9+
* Eliminate redundant DB writes in auth middleware and cache notification counts (https://github.com/flarum/framework/pull/4365)
10+
* Store scheduler last-run timestamp in cache instead of database (https://github.com/flarum/framework/pull/4363)
11+
### Changed
12+
* [Package Manager] Remove Extiverse references (https://github.com/flarum/framework/pull/4395)
13+
### GDPR extension
14+
* Invalidate erasure confirmation token after use, preventing link reuse (https://github.com/flarum/gdpr/pull/70)
15+
* Guard against re-confirming already-processed erasure requests (https://github.com/flarum/gdpr/pull/70)
16+
* Log confirming IP address on erasure requests for audit purposes (https://github.com/flarum/gdpr/pull/70)
17+
* Automatically purge confirmation IPs after 90 days via scheduled command (https://github.com/flarum/gdpr/pull/70)
18+
* Show requested-at, confirmed-at, and eligible-for-auto-processing dates in erasure modal (https://github.com/flarum/gdpr/pull/70)
19+
320
## [v1.8.13](https://github.com/flarum/framework/compare/v1.8.12...v1.8.13)
421
### Changed
522
* 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)