Skip to content

Releases: shlinkio/shlink-importer

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:36
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:58
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

v2.0.1

25 Oct 10:43
3fbd87a
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #13 Ensured shortCode cannot be null on ImportedShlinkUrl.

v2.0.0

24 Oct 12:40
875938f
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #9 Now the ImportedLinksProcessorInterface::process method receives a StyleInterface instance as its first argument, allowing consumers to display the import progress and give feedback.
  • #10 The ImportedShortUrl model now wraps the source from which it was imported. Because of this, the source is no longer passed to the ImportedLinksProcessorInterface::process method.
  • #7 Increased required MSI to 85%.

Deprecated

  • Nothing

Removed

  • Removed ShlinkUrl deprecated class. Use ImportedShlinkUrl instead.

Fixed

  • Nothing

v1.0.1

24 Oct 10:55
9d3364f
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fixed short-url:import command throwing an exception if source is not provided.