Skip to content

Releases: shlinkio/shlink-installer

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

v8.4.1

08 Jun 16:45
e8f7bbc
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fix silent error when trying to download rr binary

Deprecated

  • Nothing

v8.4.0

23 May 21:13
faf84bc
Compare
Choose a tag to compare

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

v8.3.0

28 Jan 09:39
1ead941
Compare
Choose a tag to compare

Changed

  • Migrated infection config to json5.
  • Migrated test doubles from prophecy to PHPUnit mocks.
  • Replaced references to doma.in by s.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

18 Sep 15:08
c3b0d1e
Compare
Choose a tag to compare

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

08 Aug 17:32
38e418f
Compare
Choose a tag to compare

Changed

  • Updated to shlink-config 2.0.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v8.0.0

04 Aug 10:58
9cb7de5
Compare
Choose a tag to compare

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

23 Apr 17:29
92f8093
Compare
Choose a tag to compare

Added

  • #157 Added support for the timezone config option.

Changed

  • Nothing

Changed

  • Nothing

Removed

  • Nothing

Fixed

  • #155 Fixed router config cache not getting deleted when editing config options.

Deprecated

  • Deprecated webhook-related config options.

v7.0.2

19 Feb 17:24
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Changed

  • Nothing

Removed

  • Nothing

Fixed

  • Fixed delete threshold being always saved as 1.

Deprecated

  • Nothing

v7.0.1

09 Feb 21:45
a1d30e1
Compare
Choose a tag to compare

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