File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
app/Http/Controllers/API/User Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ This file is a running track of new features and fixes to each version of the pa
33
44This project follows [ Semantic Versioning] ( http://semver.org ) guidelines.
55
6+ ## v0.6.0-beta.2 (Courageous Carniadactylus)
7+ ### Fixed
8+ * ` [beta.1] ` — Fixes task management ststem not running correctly.
9+ * ` [beta.1] ` — Fixes API endpoint for command sending missing the required class definition.
10+
611## v0.6.0-beta.1 (Courageous Carniadactylus)
712### Fixed
813* ` [pre.7] ` — Fixes bug with subuser checkbox display.
Original file line number Diff line number Diff line change 3030use Pterodactyl \Http \Controllers \Controller ;
3131use Pterodactyl \Repositories \Daemon \PowerRepository ;
3232use Pterodactyl \Transformers \User \ServerTransformer ;
33+ use Pterodactyl \Repositories \Daemon \CommandRepository ;
3334
3435class ServerController extends Controller
3536{
You can’t perform that action at this time.
0 commit comments