File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/Http/Controllers/Api/Application/Locations Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
99* Fixes the ` store() ` function on the locations API not working due to an incorrect return typehint.
1010* Fixes daemon secrets not being able to be reset on a Node.
1111* Fixes an issue where files were not editable due to missing URL encoding in the file manager.
12+ * Fixed checking of language changes
13+ * Fixed Spigot egg not building versions other than ` latest ` .
14+ * Fixed the Forge egg install script.
1215
1316### Updated
1417* Upgraded core to use Laravel ` 5.7.14 ` .
Original file line number Diff line number Diff line change 1313use Pterodactyl \Http \Controllers \Api \Application \ApplicationApiController ;
1414use Pterodactyl \Http \Requests \Api \Application \Locations \GetLocationRequest ;
1515use Pterodactyl \Http \Requests \Api \Application \Locations \GetLocationsRequest ;
16- use Pterodactyl \Http \Requests \Api \Application \Locations \DeleteLocationRequest ;
1716use Pterodactyl \Http \Requests \Api \Application \Locations \StoreLocationRequest ;
17+ use Pterodactyl \Http \Requests \Api \Application \Locations \DeleteLocationRequest ;
1818use Pterodactyl \Http \Requests \Api \Application \Locations \UpdateLocationRequest ;
1919
2020class LocationController extends ApplicationApiController
You can’t perform that action at this time.
0 commit comments