All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added documentation (see /docs)
- Added support for Teams
- Email validation for new users
- Requires PHP v7.1.3 or newer
- Extracted Launcher API, and related token management to technicpack/launcher-api package
- Running the solder:install command no longer causes an error about unknown 'name' parameter
These are additional instructions beyond the standard upgrade instructions in the readme. Please read them carefully as failing to make these changes can render the application non-funcitonal.
Database Changes
- Add a nullable, unsigned integer column named
current_team_id
to theusers
table - Add an unsigned integer column named
team_id
to themodpacks
table - Add an unsigned integer column named
team_id
to thepackages
table