Skip to content

Releases: acelaya-forks/shlink-config

v2.0.0

06 Aug 15:55
7e4e467
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Dropped support for PHP 8.0
  • Removed PathCollection class. It is no longer used anywhere in Shlink projects.

Fixed

  • Nothing

Deprecated

  • Nothing

v1.6.0

27 Jan 19:44
Compare
Choose a tag to compare

Changed

  • Updated to infection 0.26, enabling HTML reports.
  • Added explicitly enabled composer plugins to composer.json.

Added

  • Added EnvVarLoaderProvider that loads generated config as env vars.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Deprecated check for regular swoole extension.

v1.5.0

01 Jan 17:11
56ab5b8
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Added env function from shlinkio/shlink-common package.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v1.4.0

05 Dec 08:49
4bde8c5
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Created new factory to tell if either swoole or openswoole are enabled

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v1.3.1

01 Nov 10:27
8d017be
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fixed regression introduced on return types of DottedAccessConfigAbstractFactory.

Deprecated

  • Nothing

v1.3.0

01 Nov 09:47
2cf30a0
Compare
Choose a tag to compare

Changed

  • Increased required phpstan level to 9
  • Added experimental builds under PHP 8.1
  • Moved ci workflow to external repo and reused
  • Updated to phpstan 1.0

Added

  • Nothing

Removed

  • Dropped support for PHP 7.4

Fixed

  • Nothing

Deprecated

  • Nothing

v1.1.1

10 Dec 21:58
de0616f
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fixed DottedAccessConfigAbstractFactory not resolving null values that are explicitly defined.

v1.1.0

01 Nov 09:56
78c947a
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #1 Updated infection to v0.19.
  • Added PHP 8 to the build matrix, allowing failures on it.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing