Skip to content

Commit 5e2e827

Browse files
authored
Update CHANGELOG.md (#5502)
1 parent ace4c02 commit 5e2e827

File tree

1 file changed

+28
-17
lines changed

1 file changed

+28
-17
lines changed

CHANGELOG.md

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,63 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6-
## v1.11.10
7-
8-
### BREAKING
9-
10-
* Minimum PHP verion is now 8.2 due to Laravel upgrade!
6+
## v1.12.0
7+
### Fixed
8+
9+
* [CVE-2025-68954](https://github.com/pterodactyl/panel/security/advisories/GHSA-8c39-xppg-479c)
10+
* [CVE-2025-69197](https://github.com/pterodactyl/panel/security/advisories/GHSA-rgmp-4873-r683)
11+
* [CVE-2025-69198](https://github.com/pterodactyl/panel/security/advisories/GHSA-jw2v-cq5x-q68g)
12+
* Fixes a self-XSS issue when entering random data into boxes while creating a new database host.
13+
* Fixes missing `HttpForbiddenException` import in the backup status controller.
14+
* Fixes issue where scheduled tasks would execute every minute regardless of their configured cron syntax.
15+
* Pressing `Ctrl+Z` to undo while editing a file no longer deletes the initial file content.
16+
* Fixed incorrect error message being returned when attempting to delete your own account as an admin.
17+
* Fixes node description not being settable via the API.
18+
* Fixes 0-bytes files returning an error when attempting to upload.
19+
* Fixes nodes displaying the first available location even when that field was not edited and the node has a different value set.
20+
21+
### Changed
22+
* Minimum NodeJS version updated to 22 for building.
23+
* Updated all JS and PHP dependencies to their latest versions (where feasible).
24+
* The endpoint for disabling 2FA on an account using the client API changed from `DELETE /api/client/account/two-factor` to `POST /api/client/account/two-factor/disable`
25+
* `^C` in an egg's stop configuration no longer rewrites itself into the default stop configuration.
26+
* `IBM Plex Sans` font is now bundled with the local assets instead of loading from Google CDNs.
27+
* Upload size on nodes is no longer restricted to a max of 1024MB, any positive integer value can be used.
28+
* Administrators are now listed first when viewing a list of all users on the system.
29+
* Websocket no longer endlessly polls when connection issues are encountered, or when Wings disconnects the user for a reason that should not be re-attempted.
1130

31+
## v1.11.10
1232
### Fixed
13-
1433
* Update Laravel to address [CVE-2024-52301](https://github.com/advisories/GHSA-gv7v-rgg6-548h)
1534

16-
## v1.11.9
35+
### Changed
36+
* Minimum PHP version is now 8.2 due to Laravel upgrade!
1737

38+
## v1.11.9
1839
### Fixed
19-
2040
* Fixed issue with CI not pushing Docker image
2141

2242
## v1.11.8
23-
2443
### Fixed
25-
2644
* Fixed an issue where a `DELETE` request was used instead of a `POST`, potentially logging user passwords in plain text if they disable 2FA.
2745

2846
## v1.11.7
29-
3047
### Added
31-
3248
* Java 21 to Minecraft eggs
3349

3450
### Changed
35-
3651
* Updated Minecraft EULA link
3752

3853
### Fixed
39-
4054
* Fixed backups not ever being marked as completed (#5088)
4155
* Fixed `.7z` files not being detected as a compressed file (#5016)
4256

4357
## v1.11.6
44-
4558
### Changed
46-
4759
* Better node ownership checks for internal backup endpoints
4860
* Improved validation rules on `docker_image` fields to prevent invalid inputs
4961

5062
### Fixed
51-
5263
* Multiple XSS vulnerabilities in the admin area ([GHSA-384w-wffr-x63q](https://github.com/pterodactyl/panel/security/advisories/GHSA-384w-wffr-x63q))
5364

5465
## v1.11.5

0 commit comments

Comments
 (0)