Skip to content

Releases: getkirby/composerkit

3.1.0

Choose a tag to compare

@bastianallgeier bastianallgeier released this 09 Dec 12:11

✨ Enhancement

  • PHP 8.5 support
  • Upgraded to Kirby 5.2.0

3.0.0

Choose a tag to compare

@bastianallgeier bastianallgeier released this 24 Jun 08:22

✨ Enhancement

  • Upgraded to Kirby 5.0.0

🚨 Breaking change

  • Minimum requirement is now PHP 8.2

2.0.0

Choose a tag to compare

@bastianallgeier bastianallgeier released this 05 Jun 11:34
26e1ae0

🚨 Breaking change

This kit is still young but already has its first breaking change. It's a simple one though. The languages root should also be inside data/storage as @jensscherbl correctly pointed out in #6

To upgrade existing installations, please move /site/languages to /data/storage/languages

1.0.0

Choose a tag to compare

@bastianallgeier bastianallgeier released this 14 May 09:28

This is the first version of our brand new composerkit 🎉

We believe it's a great way to start your project if you're already using Composer.

Features

  • As minimal as the plainkit, but with a few nice improvements for more advanced setups
  • Public folder setup by default
  • Data folder setup for content, accounts, license and runtime data (cache, sessions, logs, etc.) This is heavily inspired by @tobimori's fantastic https://github.com/tobimori/kirby-baukasten

Installation

Start your new project with …

composer create-project getkirby/composerkit my-kirby-site