|
1 | | -# v3-remastered 1.2 |
| 1 | +# v3.2.0-Nexus |
2 | 2 |
|
3 | 3 | ## Bug Fixes |
4 | 4 |
|
5 | | -- Resolved ticket component having no translation! |
6 | | -- Reverted the change for vite: `MPA` app! |
7 | | -- Added null and type checks in `Register.php` to prevent 'Trying to access array offset on value of type bool' and 'getTokenFromUUID(): Argument #1 ($uuid) must be of type string, null given' errors. |
8 | | -- Improved error handling in `Callback/Discord.php` for failed HTTP requests and missing array keys to prevent warnings and fatal errors. |
9 | | -- Added null check for `$session` in `PermissionMiddleware.php` to prevent 'Call to a member function hasPermission() on null' fatal error. |
10 | | -- Fixed a bug where users above id 100 matching a char will not be found! |
11 | | -- Fixed useless components being rendered behind! |
12 | | - |
13 | | -## New Features |
14 | | - |
15 | | -- Validation logic on frontend and backend to reduce false input provided to pterodactyl panel! |
16 | | -- Servers now get deleted after renew has reached day 0! |
17 | | -- New logic to check the users existence into pterodactyl! |
18 | | -- Ability for users to see server in deployment! |
19 | | -- Ability for users to delete the server that are in deployment stage! |
20 | | -- Init command actually helps you now lol |
21 | | -- Clear license cache command |
22 | | - |
23 | | -## Features Removed |
24 | | - |
25 | | -- Ability to disable telemetry via UI (Requires a plugin now!) |
| 5 | +- Fixed missing translations in ticket component |
| 6 | +- Reverted Vite MPA (Multi-Page Application) configuration changes |
| 7 | +- Enhanced type safety in `Register.php` to prevent null reference and type coercion errors |
| 8 | +- Improved error handling for Discord API callbacks to prevent warnings and fatal errors |
| 9 | +- Added session null check in `PermissionMiddleware.php` to prevent fatal errors |
| 10 | +- Fixed user-character matching for user IDs above 100 |
| 11 | +- Removed unnecessary component rendering in background layers |
| 12 | +- Resolved VIP-only flag initialization issues |
| 13 | +- Fixed user deletion functionality in dashboard |
| 14 | +- Resolved server deletion issues |
| 15 | +- Fixed plugin settings encryption system |
| 16 | + |
| 17 | +## Enhancements |
| 18 | + |
| 19 | +- Implemented comprehensive validation on both frontend and backend for Pterodactyl panel inputs |
| 20 | +- Added automatic server cleanup on renewal expiration |
| 21 | +- Enhanced user verification logic for Pterodactyl integration |
| 22 | +- Added server deployment status visibility for users |
| 23 | +- Implemented server deletion capability during deployment phase |
| 24 | +- Improved initialization command functionality |
| 25 | +- Added command to clear license cache |
| 26 | +- Introduced URL-based plugin installation support |
| 27 | + |
| 28 | +## Breaking Changes |
| 29 | + |
| 30 | +- Telemetry controls moved to plugin system (UI controls removed) |
| 31 | +- Advanced customization features restricted to premium users |
26 | 32 |
|
27 | 33 | ## Updates |
28 | 34 |
|
|
50 | 56 | - Updated `symfony/console` to v7.3.1 |
51 | 57 | - Updated `symfony/yaml` to v7.3.1 |
52 | 58 |
|
53 | | -# v3-remastered 1.1 |
| 59 | +# v3-remastered 1.0 |
54 | 60 |
|
55 | 61 | ## Bug Fixes |
56 | 62 |
|
|
0 commit comments