Skip to content

Releases: shlinkio/shlink-php-sdk

v3.1.0

11 Jan 15:19
664685a

Choose a tag to compare

Changed

  • Nothing

Added

  • Add support for before-date and after-date redirect conditions, introduced in Shlink 5.0.0

Removed

  • Drop support for PHP 8.3

Fixed

  • Nothing

Deprecated

  • Nothing

v3.0.1

03 Nov 08:09
1180d8d

Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Allow OrphanVisitsFilter to filter by domain.

Deprecated

  • Nothing

v3.0.0

02 Nov 10:10
53a79f2

Choose a tag to compare

Changed

  • Nothing

Added

  • Add support for PHP 8.5
  • Add support for Shlink 4.6.0

Removed

  • Drop support for Shlink older than 4.0.0

Fixed

  • Nothing

Deprecated

  • Nothing

v2.5.0

25 Jul 07:12
6945613

Choose a tag to compare

Changed

  • Update to PHPUnit 12

Added

  • Add support for features introduced in Shlink 4.5.0, like more device types, and any-value-query-param and valueless-query-param redirect conditions.

Removed

  • Drop support for PHP 8.2

Fixed

  • Nothing

Deprecated

  • Nothing

v2.4.0

25 Nov 08:30
7e8fc0a

Choose a tag to compare

Changed

  • Switch to xdebug for code coverage reports, as pcov is not marking functions as covered
  • Update shlinkio coding standard to v2.4
  • Update to PHPStan 2.0

Added

  • Add support for PHP 8.4
  • Add support for Shlink 4.3

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.3.0

03 Sep 16:45

Choose a tag to compare

Changed

  • Nothing

Added

  • Add support for pathPrefix when creating short URLs.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.2.0

15 Aug 08:46
5a6d77d

Choose a tag to compare

Changed

  • Nothing

Added

  • Add support for IP-address redirect conditions from Shlink 4.2.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.1.0

30 Jul 06:36

Choose a tag to compare

Changed

  • Update to PHPStan 1.11
  • Update dependencies

Added

  • Improve type definitions for iterables. Static analysis tools and IDEs should now be smarter and be able to properly infer item types.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.0.0

11 Mar 20:14
6601a4d

Choose a tag to compare

Changed

  • #25 Add code coverage collection to integration tests.
  • ShortUrlsFilter::containingTags renamed to ShortUrlsFilter::containingSomeTags.

Added

  • #53 Add support for Shlink 4.0.0.

    • Short URL redirect rules.
    • Filter orphan visits by type.
    • Deprecate anything related with device long URLs.
  • #57 Add support for tagsMode when listing short URLs.

Removed

  • Remove infection and mutation tests
  • #54 Drop support for Shlink older than 3.3.0.

Fixed

  • Nothing

Deprecated

  • Nothing

v1.4.0

04 Feb 08:59
e27672c

Choose a tag to compare

Changed

  • Add Shlink 3.7 to integration test matrix
  • Update dependencies

Added

  • Add support for PHP 8.3

Removed

  • Drop support for PHP 8.1

Fixed

  • Nothing

Deprecated

  • Nothing