Skip to content

1.4.0

Compare
Choose a tag to compare
@bastianallgeier bastianallgeier released this 29 Feb 15:18
· 8 commits to main since this release
8cb3477

🎉 Features

New upgrade command

Upgrades your kirby folder and cleans the media/panel folder #71

kirby upgrade

To upgrade to a specific version, you can add the version as first argument

kirby upgrade 4.1.0

New backup command

Creates a zip file in a new backup folder. You can either backup your entire site or parts of it. #62

Entire site …

kirby backup

Only parts of it …

kirby backup content

The root argument refers to any root in your installation (e.g. site, accounts, media, etc.)

New clear:lock command

Removes all lock files in your content folder #59

kirby clear:lock

New clear:logins command

Removes the .logins file to unblock any failed login attempts. #60

kirby clear:logins

New make:user command

Creates a new user by taking you through a set of handy prompts. You can also pass email, password, etc. as arguments. #68

kirby make:user

New make:language command

Creates a new language by taking you through a set of handy prompts. You can also pass language code, reading direction, etc. as arguments. #69

kirby make:language

New plugin commands

plugin:install

Installs a Kirby plugin repository from Github

kirby plugin:install getkirby/kql

plugin:upgrade

Upgrades an already installed Kirby plugin

kirby plugin:upgrade getkirby/kql

plugin:remove

Removes a Kirby plugin

kirby plugin:remove getkirby/kql

New debug mode

Add -d or --debug to any command to get full error stacks #64

✨ Enhancements

  • Use namespaced class names in make:model command #31

🐛 Bug fixes

  • Fixed unzip command on Linux and Windows #44
  • Fix error handling in clean:content command #61
  • clean:content no longer throws exception on translations #72