Skip to content

Releases: lukasbestle/kirby-versions

2.0.1

08 Mar 21:46
2.0.1
41bfcba
Compare
Choose a tag to compare

✨ Enhancements

  • Additional fixes to styling for Kirby 4

2.0.0

06 Mar 21:19
2.0.0
2b14200
Compare
Choose a tag to compare

✨ Enhancements

  • Support for Kirby 4

🚨 Breaking changes

  • Drop support for Kirby 3
  • Drop support for PHP 8.0

1.1.0

06 Mar 21:19
1.1.0
6827de0
Compare
Choose a tag to compare

✨ Enhancements

  • Support for Kirby 3.10 and PHP 8.3

1.0.6

22 Jan 21:24
1.0.6
dce88a2
Compare
Choose a tag to compare

Enhancements

  • Support for Kirby 3.9 and PHP 8.2

Fixes

  • Fix "Cannot read properties of undefined" error when the instance name was changed after setup #12
  • Fix sorting of pages with unsaved changes in the error dialog

1.0.5

03 Oct 20:01
1.0.5
5c54531
Compare
Choose a tag to compare

Enhancements

  • Support for Kirby 3.8 #11

Breaking changes

  • Removed support for PHP 7.4, which is no longer supported by Kirby and soon reaches its end-of-life.

1.0.4

07 Aug 15:37
1.0.4
2135745
Compare
Choose a tag to compare

Features

  • New French translation

Thanks to @Sean-OShea for his contribution. 💛

1.0.3

16 Jul 13:49
1.0.3
b6871dc
Compare
Choose a tag to compare

Enhancements

  • Support for Kirby 3.7 (which is also the new minimum requirement) #8
  • The versions list uses Kirby 3.7's new table layout for a better overview
  • The UI has been updated to match the refined design of Kirby 3.7

Refactoring

  • The plugin no longer uses Kirby's helper functions
  • Prettier is used for formatting the frontend code
  • Indentation was switched to tabs
  • Minor code cleanup

1.0.2

17 Dec 21:43
1.0.2
e438796
Compare
Choose a tag to compare

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

1.0.1

09 Oct 10:46
1.0.1
0020e7f
Compare
Choose a tag to compare

Enhancements

  • Support for Kirby 3.6.0 (which is also the new minimum requirement due to breaking changes in the Panel code) #6
  • Full RTL language support in the Panel UI

Fixes

  • Creating a version no longer fails if an older version of the same day has been deleted

Refactoring

  • The build process has been switched to kirbyup
  • The documentation has been moved to the GitHub wiki #5

1.0.0

18 May 07:52
cf36829
Compare
Choose a tag to compare

🎉 Initial release