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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,31 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
+
## v1.11.0
7
+
### Changed (since 1.10.4)
8
+
* Changed minimum PHP version requirement from `7.4` to `8.0`.
9
+
* Upgraded from Laravel 8 to Laravel 9.
10
+
* This release requires Wings v1.11.x in order for Server Transfers to work.
11
+
*`MB` byte suffixes are now displayed as `MiB` to more accurately reflect the actual value.
12
+
* Server re-installation failures are tracked independently of the initial installation process.
13
+
14
+
### Fixed (since 1.10.4)
15
+
* Node maintenance mode now properly blocks access to servers.
16
+
* Fixed the length validation on the Minecraft Forge egg.
17
+
* Fixed the password in the JDBC string not being properly URL encoded.
18
+
* Fixed an issue where Wings would throw a validation error while attempting to upload activity logs.
19
+
* Properly handle a missing `Content-Length` header in the response from the daemon.
20
+
* Ensure activity log properties are always returned as an object instead of an empty array.
21
+
22
+
### Added (since 1.10.4)
23
+
* Added the `server:settings.description` activity log event for when a server description is changed.
24
+
* Added the ability to cancel file uploads in the file manager for a server.
25
+
* Added a telemetry service to collect anonymous metrics from the panel, this feature is *enabled* by default and can be toggled using the `PTERODACTYL_TELEMETRY_ENABLED` environment variable.
26
+
6
27
## v1.11.0-rc.2
7
28
### Changed
8
-
*`MB` byte suffix are now `MiB` to more accurately reflect the actual value.
9
-
* Server reinstallation failures are tracked independently of the initial installation process.
29
+
*`MB` byte suffixes are now displayed as`MiB` to more accurately reflect the actual value.
30
+
* Server re-installation failures are tracked independently of the initial installation process.
10
31
11
32
### Fixed
12
33
* Properly handle a missing `Content-Length` header in the response from the daemon.
@@ -19,7 +40,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
19
40
20
41
## v1.11.0-rc.1
21
42
### Changed
22
-
* Changed minimum PHP version is now 8.0 instead of `7.4`.
43
+
* Changed minimum PHP version requirement from `7.4` to `8.0`.
23
44
* Upgraded from Laravel 8 to Laravel 9.
24
45
* This release requires Wings v1.11.x in order for Server Transfers to work.
0 commit comments