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
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,36 @@ 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.8.0
7
+
**Important:** this version updates the `version` field on generated Eggs to be `PTDL_v2` due to formatting changes. This
8
+
should be completely seamless for most installations as the Panel is able to convert between the two. Custom solutions
9
+
using these eggs should be updated to account for the new format.
10
+
11
+
### Fixed
12
+
* Schedules are no longer run when a server is suspended or marked as installing.
13
+
* The remote field when creating a database is no longer limited to an IP address and `%` wildcard — all expected MySQL remote host values are allowed.
14
+
* Allocations cannot be deleted from a server by a user if the server is configured with an `allocation_limit` set to `0`.
15
+
* The Java Version modal no longer shows a dropdown and update option to users that do not have permission to make those changes.
16
+
* The Java Version modal now correctly returns only the images available to the server's selected Egg.
17
+
18
+
### Changed
19
+
* Forces HTTPS on URLs when the `APP_URL` value is set and includes `https://` within the URL. This addresses proxy misconfiguration issues that would cause URLs to be generated incorrectly.
20
+
* Lowers the default timeout values for requests to Wings instances from 10 seconds to 5 seconds.
21
+
* Additional permissions (`CREATE TEMPORARY TABLES`, `CREATE VIEW`, `SHOW VIEW`, `EVENT`, and `TRIGGER`) are granted to users when creating new databases for servers.
22
+
* development: removed Laravel Debugbar in favor of Clockwork for debugging.
23
+
* The 2FA input field when logging in is now correctly identified as `one-time-password` to help browser autofill capabilities.
24
+
25
+
### Added
26
+
* Added support for PHP 8.1 in addition to PHP 8.0 and 7.4.
27
+
* Adds more support for catching potential PID exhaustion errors in different games.
28
+
* It is now possible to create a new node on the Panel using an artisan command.
29
+
* A new cron cheatsheet has been added which appears when creating a schedule.
30
+
* Adds support for filtering the `/api/application/nodes/:id/allocations` endpoint using `?filter[server_id]=0` to only return allocations that are not currently assigned to a server on that node.
31
+
* Adds support for naming docker image values in an Egg to improve front-end display capabilities.
32
+
33
+
### Removed
34
+
* Removes Google Analytics from the front end code.
35
+
6
36
## v1.7.0
7
37
### Fixed
8
38
* Fixes typo in message shown to user when deleting a database.
0 commit comments