Skip to content

v8.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 21:13
faf84bc

Changed

  • Changed loosely by loose for the short URL mode, ensuring a migration for those who previously set loosely.
  • 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 and update 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