You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
11
30
31
+
## v1.11.10
12
32
### Fixed
13
-
14
33
* Update Laravel to address [CVE-2024-52301](https://github.com/advisories/GHSA-gv7v-rgg6-548h)
15
34
16
-
## v1.11.9
35
+
### Changed
36
+
* Minimum PHP version is now 8.2 due to Laravel upgrade!
17
37
38
+
## v1.11.9
18
39
### Fixed
19
-
20
40
* Fixed issue with CI not pushing Docker image
21
41
22
42
## v1.11.8
23
-
24
43
### Fixed
25
-
26
44
* Fixed an issue where a `DELETE` request was used instead of a `POST`, potentially logging user passwords in plain text if they disable 2FA.
27
45
28
46
## v1.11.7
29
-
30
47
### Added
31
-
32
48
* Java 21 to Minecraft eggs
33
49
34
50
### Changed
35
-
36
51
* Updated Minecraft EULA link
37
52
38
53
### Fixed
39
-
40
54
* Fixed backups not ever being marked as completed (#5088)
41
55
* Fixed `.7z` files not being detected as a compressed file (#5016)
42
56
43
57
## v1.11.6
44
-
45
58
### Changed
46
-
47
59
* Better node ownership checks for internal backup endpoints
48
60
* Improved validation rules on `docker_image` fields to prevent invalid inputs
49
61
50
62
### Fixed
51
-
52
63
* Multiple XSS vulnerabilities in the admin area ([GHSA-384w-wffr-x63q](https://github.com/pterodactyl/panel/security/advisories/GHSA-384w-wffr-x63q))
0 commit comments