Releases: shlinkio/shlink-installer
Releases · shlinkio/shlink-installer
v9.4.0
v9.3.0
Changed
- Switch to xdebug for code coverage reports, as pcov is not marking functions as covered
- Update shlinkio coding standard to v2.4
- Update to PHPStan 2.0
Added
- Nothing
Removed
- Remove dependency on
laminas/laminas-config
.
Fixed
- Nothing
Deprecated
- Nothing
v9.2.0
Changed
- Update to PHPUnit 11
- Update to PHPStan 1.11
Added
- Add
ROBOTS_ALLOW_ALL_SHORT_URLS
config option. - Add
ROBOTS_USER_AGENTS
config option. - Add support for
laminas/laminas-servicemanager
v4.x.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v9.1.0
Changed
- Nothing
Added
- Add
MEMORY_LIMIT
config option.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v9.0.0
Changed
- Update dependencies
- Default value for QR codes enabled for disabled short URLs is now true.
- Title resolution defaults to true now.
Added
- Add QR code options for foreground color, background color and logo URL.
Removed
- Remove config options related with webhooks.
- Remove config option to decode redis credentials.
- Remove support for openswoole.
- Remove infection and mutation tests.
- Remove web and task worker config options.
Fixed
- Nothing
Deprecated
- Nothing
v8.7.0
Changed
- Nothing
Added
- Add config option to enable/disable QR codes for disables short URLs.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v8.6.1
Changed
- Removed dependency on functional-php
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v8.6.0
Changed
-
#199 Async-related questions no longer depend on the presence of the swoole/openswoole extension. Instead, a question is asked at first to know the runtime to be used.
This ensures those questions are asked for roadrunner too, and skipped if swoole/openswoole is installed but not meant to be used.
Added
- Add
CacheNamespaceConfigOption
to customize the cache namespace. - Add support for PHP 8.3
- #200 Add Matomo integration config options.
- Add
RedisDecodeCredentialsConfigOption
to enable/disable URL-decoding on redis server credentials. - Add
RabbitMqUseSslConfigOption
to enable SSL connections to RabbitMQ servers.
Removed
- Drop support for PHP 8.1
Fixed
- Nothing
Deprecated
- Nothing
v8.5.0
Changed
- #193 Display improved verbosity hint for installation commands based on
interactive
flag, suggesting-vvv
for interactive executions, andSHELL_VERBOSITY=3
for non-interactive ones. - Display warning next to SQLite when selecting database, informing it is not supported for production setups.
Added
- Improve
init
command's--initial-api-key
flag, so that it can receive an optional value which will be used as the initial API key.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v8.4.2
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- Make sure installation commands are run with the right timeout
Deprecated
- Nothing