Skip to content

Releases: shlinkio/shlink-installer

v9.4.0

27 Dec 15:17
5d2c6b7
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Add config option for REDIRECT_EXTRA_PATH_MODE
  • Add config option for DB_USE_ENCRYPTION

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Deprecate AppendExtraPathConfigOption.

v9.3.0

24 Nov 13:23
f863285
Compare
Choose a tag to compare

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

11 Aug 16:24
269ea3f
Compare
Choose a tag to compare

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

14 Apr 06:37
94a5a66
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Add MEMORY_LIMIT config option.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v9.0.0

03 Mar 17:49
bbd2a79
Compare
Choose a tag to compare

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

26 Dec 15:15
ae3fa45
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Add config option to enable/disable QR codes for disables short URLs.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v8.6.1

17 Dec 18:44
6022141
Compare
Choose a tag to compare

Changed

  • Removed dependency on functional-php

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v8.6.0

25 Nov 19:07
bd1e4a2
Compare
Choose a tag to compare

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

22 Sep 07:48
aee6e98
Compare
Choose a tag to compare

Changed

  • #193 Display improved verbosity hint for installation commands based on interactive flag, suggesting -vvv for interactive executions, and SHELL_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

15 Jun 16:50
25cb9c3
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Make sure installation commands are run with the right timeout

Deprecated

  • Nothing