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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
14
14
* Many structural changes to the database and `Pterodactyl\Models` classes that would flood this changelog if they were all included. All required migrations included to handle database changes.
15
15
*`[pre.4]` — Service pack files are now stored in the database rather than on the host system to make updates easier.
16
16
* Clarified details for database hosts to prevent users entering invalid account details, as well as renamed tables and columns relating to it to keep things clearer.
17
+
* Updated all code to be Laravel compliant when using `env()` and moved to using `config()` throughout non `config/*.php` files.
17
18
18
19
### Fixed
19
20
* Fixes potential bug with invalid CIDR notation (ex: `192.168.1.1/z`) when adding allocations that could cause over 4 million records to be created at once.
@@ -24,6 +25,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
24
25
* Fixes bug where daemon was unable to register that certain games had fully booted and were ready to play on.
25
26
* Fixes bug causing MySQL user accounts to be corrupted when resetting a password via the panel.
26
27
*`[pre.4]` — Multiple clients refreshing the console no longer clears the console for all parties involved... sorry about that.
28
+
*`[pre.4]` — Fixes bug in environment setting script that would not remeber defaults and try to re-assign values.
27
29
28
30
### Added
29
31
* Ability to assign multiple allocations at once when creating a new server.
0 commit comments