-
stable v7 -
- moved to config/environment value: Max upload size / Chunk size (previously .env-only)
Standalone:
- Pterodactyl Panel version target to v1.15.0 (only)
- Add support for Pterodactyl Panel v1.15.0
Blueprint:
- Max upload size / Chunk size is now also configurable from the Blueprint admin panel
Wings:
- Add support for v1.13.2
To improve compatibility between Blueprint addons and prevent inconsistent update state (old and new addons overwriting each other's panel changes):
Back up your panel first.
- Replace the old
.blueprintfiles in your panel's Blueprint upload folder with the new ones from this update. - Remove all addons:
blueprint -remove *.blueprint, or name them individually if you don't want to remove every addon at once, e.g.blueprint -remove lassodrag.blueprint betterarchive.blueprint - Install them all at once:
blueprint -install *.blueprint, or again name them individually, e.g.blueprint -install lassodrag.blueprint betterarchive.blueprint
-
stable v4 -
Removed a wrong imported route from the other addon in patch.
-
stable v3 -
Fix the wrong request class used, make sure the merge request is authorized.