CraftCMS v3.6.1 Release Notes

Release Date: 2021-01-27 // over 3 years ago
  • โž• Added

    • โž• Added craft\console\ControllerTrait::checkTty().

    ๐Ÿ”„ Changed

    • The setup/welcome command that is run automatically after installing Craft via composer create-project craftcms/craft can now initiate the setup process automatically, if using Composer 2.
    • craft\console\Controller::$interactive is now set to false automatically for non-interactive shells.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug where the migrate/all command wasnโ€™t working when executed from a Composer script in a non-interactive shell, unless --interactive=0 was explicitly passed. (#7381)
    • ๐Ÿ›  Fixed an error that occurred when saving a Categories field with a branch limit. (#7449)