v8.4.0
Changed
- Changed
loosely
byloose
for the short URL mode, ensuring a migration for those who previously setloosely
. - Updated to PHPUnit 10 and migrated config to PHPUnit 10.1 format.
Added
-
#183 Create new
init
command that can be used to set up and initialize the environment for Shlink.This command makes sure the database is created, caches are cleared, etc., and can be used by those who wish to automate Shlink installations with env vars instead of the interactive
install
/update
.The existing
install
andupdate
commands use this one internally, and it is also suitable for the docker image entry point. -
#184 During updates, the installer can now detect if the RoadRunner binary exists in the "old" installation folder, in which case it downloads a new instance as part of the process.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing