Skip to content

Releases: shlinkio/shlink-importer

v5.5.0

27 Dec 15:21
dccea03
Compare
Choose a tag to compare

Changed

  • Update shlinkio coding standard to v2.4
  • Update to PHPStan 2.0

Added

  • #68 Import redirect rules when importing from Shlink

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v5.4.0

21 Oct 09:01
Compare
Choose a tag to compare

Changed

  • Update dependencies.
  • Set empty string as escape character for CSVs to avoid deprecation warnings in PHP 8.4
  • Switch to xdebug for code coverage reports, as pcov is not marking functions as covered

Added

  • Add support for laminas/laminas-servicemanager v4.x.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v5.3.2

12 Apr 16:13
1cb0589
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Take into consideration custom_bitlinks when consuming Bitly API.

    When custom slugs are used, they are returned there, while the link field contains an internal random link which is not the one you want to import.

Deprecated

  • Nothing

v5.3.1

28 Mar 12:45
d0c3607
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fix errors when importing short URLs using Shlink strategy from a Shlink 4 instance

Deprecated

  • Nothing

v5.3.0

03 Mar 17:44
Compare
Choose a tag to compare

Changed

  • Update dependencies
  • Update to PHPUnit 11

Added

  • Nothing

Removed

  • Remove infection and mutation tests.

Fixed

  • Nothing

Deprecated

  • Nothing

v5.2.1

17 Dec 18:34
Compare
Choose a tag to compare

Changed

  • Remove dependency on functional-php

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v5.2.0

25 Nov 18:44
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Add support for PHP 8.3

Removed

  • Drop support for PHP 8.1

Fixed

  • Nothing

Deprecated

  • Nothing

v5.1.0

22 Apr 10:03
245fa50
Compare
Choose a tag to compare

Changed

  • Replaced references to doma.in by s.test.
  • Migrated to PHPUnit 10 and update to 10.1 config format.
  • Use JSON functions from shlinkio/shlink-json.

Added

  • Ensure CSVs generated by shlink-web-client are properly parsed.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v5.0.0

16 Dec 21:28
Compare
Choose a tag to compare

Changed

  • Migrated infection config to json5.
  • Migrated from prophecy to PHPUnit mocks.

Added

  • #30 Added support to import orphan visits from Shlink.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

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