Skip to content

Releases: acelaya-forks/shlink-importer

v4.0.0

06 Aug 17:17
4258020
Compare
Choose a tag to compare

Changed

  • Used PHP 8.1 syntax wherever possible (readonly, enums, etc).

Added

  • Nothing

Removed

  • Dropped support for PHP 8.0

Fixed

  • Nothing

Deprecated

  • Nothing

v3.0.0

23 Apr 17:25
Compare
Choose a tag to compare

Changed

  • Enhanced how common config is passed to processors, avoiding raw arrays.
  • Updated to infection 0.26, enabling HTML reports.
  • Added explicitly enabled composer plugins to composer.json.

Added

  • #47 Added support to import from YOURLS under a specific domain.
  • #46 Added support to import from Kutt.it.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.5.0

12 Dec 16:07
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • #41 Added support to import from YOURLS.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.4.0

02 Dec 19:37
f4172b6
Compare
Choose a tag to compare

Changed

  • Moved ci workflow to external repo and reused
  • Updated to phpstan 1.0

Added

  • Added support for PHP 8.1
  • Added support for Symfony 6.0

Removed

  • Dropped support for PHP 7.4

Fixed

  • Nothing

Deprecated

  • Nothing

v2.3.1

02 Aug 16:15
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #34 Added experimental builds under PHP 8.1.
  • #36 Increased required phpstan level to 8.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #32 Fixed error when importing short URLs with no visits from another Shlink instance.

v2.3.0

22 May 19:59
Compare
Choose a tag to compare

Added

  • #4 Added support to import from another Shlink instance through its REST API.

    It imports visits and metadata as well, preparing the implementation to support this on other import sources.

Changed

  • #25 Increased required MSI to 80%.
  • Updated to Infection 0.23

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.2.0

06 Feb 19:43
0f3ace3
Compare
Choose a tag to compare

Added

  • #21 Added support to import URL title prop.
  • #5 Added support to import from a standard CSV file.

Changed

  • Migrated build to Github Actions.
  • #23 Increased required MSI to 75%.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.1.0

04 Dec 17:38
f0c6e2a
Compare
Choose a tag to compare

Added

  • Explicitly added PHP 8 as a supported version.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing