Skip to content

Commit 73b27ae

Browse files
committed
Update CHANGELOG.md
1 parent fa75038 commit 73b27ae

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,31 @@ 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.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+
627
## v1.11.0-rc.2
728
### 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.
1031

1132
### Fixed
1233
* 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.
1940

2041
## v1.11.0-rc.1
2142
### 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`.
2344
* Upgraded from Laravel 8 to Laravel 9.
2445
* This release requires Wings v1.11.x in order for Server Transfers to work.
2546

0 commit comments

Comments
 (0)