Skip to content

1.0.2

Compare
Choose a tag to compare
@lukasbestle lukasbestle released this 17 Dec 21:43
· 42 commits to main since this release
1.0.2
e438796

Enhancements

  • Added support for PHP 8.1
  • The plugin version was added to composer.json for display in the Panel system view.

Breaking changes

  • Removed support for PHP 7.3, which reached its end-of-life and is no longer supported by Kirby.
  • The plugin's composer.json now requires a stable Kirby 3.6+ release.

Fixes

  • The plugin no longer throws an "Internal error in the Versions plugin (error code user-not-logged-in)" on the Panel login page. #7

Refactoring

  • Removed analysis stub for Kirby\Toolkit\Collection
  • Updated CI workflow