Skip to content

Commit a0b4b8d

Browse files
committed
chore: prep 1.8.17 release
1 parent 35f0172 commit a0b4b8d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.8.17](https://github.com/flarum/framework/compare/v1.8.16...v1.8.17)
4+
### Added
5+
* First-party Audit extension (https://github.com/flarum/framework/pull/4704)
6+
### Fixed
7+
* Schedule the abandoned-extensions sync command so it actually runs (https://github.com/flarum/framework/pull/4706)
8+
* Mobile discussion total post count not updating on reply (https://github.com/flarum/framework/pull/4684)
9+
* Native tooltip flash, async teardown leaks, and dynamic text (https://github.com/flarum/framework/pull/4675)
10+
* Add XSLT polyfill so the forum continues to boot on browsers without XSLT (https://github.com/flarum/framework/pull/4644)
11+
* [Testing] Use cookie for testing authentication (https://github.com/flarum/framework/pull/4631)
12+
### Changed
13+
* Peg Composer to an LTS version (https://github.com/flarum/framework/pull/4661)
14+
315
## [v1.8.16](https://github.com/flarum/framework/compare/v1.8.15...v1.8.16)
416
### Security
517
* Path traversal in LESS parser via theme color settings, incomplete fix for CVE-2023-27577 (https://github.com/flarum/framework/security/advisories/GHSA-xjvc-pw2r-6878)

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.16';
26+
const VERSION = '1.8.17';
2727

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

0 commit comments

Comments
 (0)