Kana Cli Versions Save

A simple, portable CLI for efficient WordPress development

0.20.1

1 week ago

0.20.1 - 2024-05-05

Bug Fixes

  • Fix an error that prevented a site from starting when the current folder was detected as a plugin or a theme.

Chores

  • Update projecct dependencies

0.20.0

1 week ago

0.20.0 - 2024-05-05

Breaking Changes

  • Shorthand flags for string parameters have been removed. For example, the name flag must use the full "--name=" syntax and the "-n=" has been removed.
  • Rename adminLogin setting to automaticLogin

Features

  • Adds a "theme" option to set a default theme (not available for sites where the type is set to "theme")
  • Sort config command output alphabetically
  • Add plugins flag to install specified plugins on start.
  • Allow for global configuration of default plugins

Bug Fixes

  • Always ensure that all default plugins are installed and activated on site start

Chores

  • Update project dependencies

0.19.0

1 week ago

0.19.0 - 2024-05-04

Features

  • Update Traefik to 3.0.0 (https://traefik.io/blog/traefik-3-0-ga-has-landed-heres-how-to-migrate/)
  • Automatically login to wp_admin when opening a wp_admin URL
  • Introduce the adminLogin config variable to allow users to disable automatic login into the WordPress Dashboard
  • Introduce the IS_KANA_ENVIRONMENT env variable to allow developers to verify they're working in a Kana development environment

Bug Fixes

  • Fixed a warning in the Traefik rules due to an improper rule
  • WordPress will no longer display an email send error if Mailpit is running
  • Fix documentation of default PHP version

Chores

  • Update project dependencies

0.18.7

3 weeks ago

0.18.7 - 2024-04-22

Features

  • Update Traefik container name to make format of other containers.

Bug Fixes

  • Ensure the current Docker context is always used as appropriate

Chores

  • Update project dependencies

0.18.6

1 month ago

0.18.6 - 2024-03-19

Chores

  • Update project dependencies
  • Rename repository from kana-cli to kana

0.18.5

1 month ago

0.18.5 - 2024-03-19

Bug Fixes

  • Fix a bug preventing wp-cli commands running on named sites.

Chores

  • Update project dependencies

0.18.4

1 month ago

0.18.4 - 2024-03-17

Bug Fixes

  • Ensure wp-cli can run on plugins and themes.
  • Ensure we can run interactive wp-cli commands such as help

Chores

  • Update project dependencies
  • Add further testing including full command tests

0.18.3

2 months ago

0.18.3 - 2024-03-16

Features

  • Add an admin flag to the open command to make accessing the WordPress dashboard easier.

Bug Fixes

  • Save proper site name and version when creating mu plugin
  • Don't show a "directory not empty" error for named sites.
  • Fix xdebug command description
  • Fix an issue that caused a fatal error when running kana db export

Chores

  • Refactor: use simpler function names to make the naming convention easier.

0.18.2

2 months ago

0.18.2 - 2024-03-15

Chores

  • Update project dependencies.

0.18.1

2 months ago

0.18.1 - 2024-02-25

Chores

  • Switch to PHP 8.2 as the default PHP version for new sites
  • Update Traefik from 2.10 to 2.11