Skip to content

Releases: shlinkio/shlink-installer

v5.0.0

09 May 08:45
14bfcc5
Compare
Choose a tag to compare

Added

  • #71 Added config options for mercure integration.
  • #82 Added config option to optionally disable IP address anonymization.
  • #76 Added MYSQL_ATTR_USE_BUFFERED_QUERY => true driver option for mysql and mariadb connections.

Changed

  • #74 Grouped several config options to sub-namespaces. The changed classes are as follows.

    • Database:
      • Config\Option\DatabaseDriverConfigOption -> Config\Option\Database\DatabaseDriverConfigOption
      • Config\Option\DatabaseNameConfigOption -> Config\Option\Database\DatabaseNameConfigOption
      • Config\Option\DatabaseHostConfigOption -> Config\Option\Database\DatabaseHostConfigOption
      • Config\Option\DatabasePortConfigOption -> Config\Option\Database\DatabasePortConfigOption
      • Config\Option\DatabaseUserConfigOption -> Config\Option\Database\DatabaseUserConfigOption
      • Config\Option\DatabasePasswordConfigOption -> Config\Option\Database\DatabasePasswordConfigOption
      • Config\Option\DatabaseSqlitePathConfigOption -> Config\Option\Database\DatabaseSqlitePathConfigOption
      • Config\Option\DatabaseMySqlOptionsConfigOption -> Config\Option\Database\DatabaseMySqlOptionsConfigOption
    • UrlShortener:
      • Config\Option\ShortDomainHostConfigOption -> Config\Option\UrlShortener\ShortDomainHostConfigOption
      • Config\Option\ShortDomainSchemaConfigOption -> Config\Option\UrlShortener\ShortDomainSchemaConfigOption
      • Config\Option\ValidateUrlConfigOption -> Config\Option\UrlShortener\ValidateUrlConfigOption
      • Config\Option\ShortCodeLengthOption -> Config\Option\UrlShortener\ShortCodeLengthOption
    • Visit:
      • Config\Option\VisitsWebhooksConfigOption -> Config\Option\Visit\VisitsWebhooksConfigOption
      • Config\Option\CheckVisitsThresholdConfigOption -> Config\Option\Visit\CheckVisitsThresholdConfigOption
      • Config\Option\VisitsThresholdConfigOption -> Config\Option\Visit\VisitsThresholdConfigOption
    • Redirect:
      • Config\Option\BaseUrlRedirectConfigOption -> Config\Option\Redirect\BaseUrlRedirectConfigOption
      • Config\Option\InvalidShortUrlRedirectConfigOption -> Config\Option\Redirect\InvalidShortUrlRedirectConfigOption
      • Config\Option\Regular404RedirectConfigOption -> Config\Option\Redirect\Regular404RedirectConfigOption
    • Worker:
      • Config\Option\TaskWorkerNumConfigOption -> Config\Option\Worker\TaskWorkerNumConfigOption
      • Config\Option\WebWorkerNumConfigOption -> Config\Option\Worker\WebWorkerNumConfigOption

    The rest remain the same.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #78 Allowed clear cache command to fail, and ensured it is not run on new installs.

v4.4.0

29 Apr 17:05
4232239
Compare
Choose a tag to compare

Added

  • #80 Added config option to ask for a custom GeoLite license key.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v4.3.2

06 Apr 18:53
c2c9881
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #68 Updated dev dependencies.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #69 Ensured doctrine orm:clear-cache:meta command is run after the installation, to avoid outdated cached metadata to be persisted between versions.

v4.3.1

23 Mar 19:48
7e2e66d
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #66 Fixed regression making config not to be loaded from proper location.

v4.3.0

13 Mar 20:20
3f7adf0
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #64 Added shlinkio/shlink-config as a project dependency, deprecating the Shlinkio\Shlink\Installer\Utils\PathCollection class.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v4.2.0

18 Feb 19:21
Compare
Choose a tag to compare

Added

  • #62 Added config option to ask for default short codes length.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v4.1.0

15 Feb 19:14
ecbeb9c
Compare
Choose a tag to compare

Added

  • #56 Added MicrosoftSQL to the list of supported database servers.
  • #57 Created new service to handle importing assets from previous versions when updating.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v4.0.1

27 Jan 09:09
85641ec
Compare
Choose a tag to compare

Added

  • #41 Added gif to readme file which shows how the tool works.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #55 Fixed GeoLite db file not being imported on updates.

v4.0.0

05 Jan 16:34
3a936ba
Compare
Choose a tag to compare

Added

  • #19 Added support to ask for redis servers URIs during installation.

Changed

  • #38 Configuration generation deeply refactoring, easing including new options.
  • #44 Updated to coding standard v2.1.0
  • #45 Migrated from Zend Framework components to Laminas.

Deprecated

  • Nothing

Removed

  • #43 Dropped support for PHP 7.2 and 7.3
  • #52 GeoLite2 db is no longer downloaded during installation.

Fixed

  • Nothing

v3.3.0

29 Dec 12:55
c505b65
Compare
Choose a tag to compare

Added

  • #37 Added option to ask for visits webhooks.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing