Releases: shlinkio/shlink-installer
Releases · shlinkio/shlink-installer
v8.4.2
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- Make sure installation commands are run with the right timeout
Deprecated
- Nothing
v8.4.1
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- Fix silent error when trying to download rr binary
Deprecated
- Nothing
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
v8.3.0
Changed
- Migrated infection config to json5.
- Migrated test doubles from prophecy to PHPUnit mocks.
- Replaced references to
doma.in
bys.test
.
Added
- #174 Added support for redirect status codes 308 and 307.
- Added support for short URL mode option.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v8.2.0
Changed
- Nothing
Added
- Added config option to enable/disable trailing slashes support.
- Added new script to make sure first API key is generated after successfully installing Shlink.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v8.1.0
Changed
- Updated to shlink-config 2.0.
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v8.0.0
Changed
- Nothing
Added
- #162 Added support for the redis pub/sub config option.
- #166 Added support for the multi-segment slugs config option.
Removed
- #161 Dropped support for PHP 8.0
- #151 Removed compatibility with config path approach. Only env vars are supported now.
Fixed
- Nothing
Deprecated
- Nothing
v7.1.0
v7.0.2
Added
- Nothing
Changed
- Nothing
Changed
- Nothing
Removed
- Nothing
Fixed
- Fixed delete threshold being always saved as 1.
Deprecated
- Nothing
v7.0.1
Added
- Nothing
Changed
- Nothing
Changed
- Nothing
Removed
- Nothing
Fixed
- Fixed non-sqlite questions being asked when importing a pre-7.0 config using SQLite.
Deprecated
- Nothing