recipe_installer_kit 1.0.4

Bug fixes

Welp, 1.0.3 was the shortest-lived release in history. This fixes a bad return type hint -- put there by spicy autocomplete; thanks for nothing, AI -- that completely broke \Drupal\RecipeKit\Installer\Form\AlterBase.

recipe_installer_kit 1.0.3

New features

Added a base class to make it easier to alter forms in the early installer, since hook_form_alter() implementations in the profile are ignored.

Contributors (1)

phenaproxima

Changelog

Issues: 1 issues resolved.

recipe_installer_kit 1.0.2

Bug fixes
New features

Fixed a bug, and added the ability for install profiles supported by Recipe Installer Kit to explicitly reference core recipes.

Contributors (3)

RajabNatshah, phenaproxima, rajab natshah

Changelog

Issues: 2 issues resolved.

recipe_installer_kit 1.0.1

Bug fixes

Fixed a bug when installing in a language other than English.

Contributors (4)

gloomcheng, phenaproxima, sujal kshatri, sujal_31

Changelog

Issues: 1 issues resolved.

recipe_installer_kit 1.0.0

Bug fixes

First stable release! This package has been in production use by Drupal CMS, and other projects, for the better part of a year. I think we can call it stable, don't you?

Contributors (2)

mstrelan, phenaproxima

Changelog

Issues: 2 issues resolved.

recipe_installer_kit 1.0.0-alpha8

New features

This release adds support for site templates, in the form of \Drupal\RecipeKit\Installer\Form\SiteTemplateForm, which is a form that scans for site template recipes (with type: Site in recipe.yml) and displays them as radio buttons so you can choose one.

recipe_installer_kit 1.0.0-alpha7

Bug fixes
New features

Added a form that allows you to choose a site template (i.e., a recipe of the Site type) to install. Also improved support for translation and fixed a couple of bugs.

recipe_installer_kit 1.0.0-alpha5

Bug fixes
New features

Reverted one bug fix from 1.0.0-alpha4, which seems to have broken automatic login after installation is complete (see #3520014: Flush all caches once done).

But we added quite a bit more that is useful!

recipe_installer_kit 1.0.0-alpha1

Initial alpha release.

Alpha releases are not a stable API, so backwards compatibility-breaking changes may occur between this release and the next alpha. If you use this in your project, it is advisable to pin it to a specific version, like: composer require drupal/recipe_installer_kit:1-alpha1.

Subscribe with RSS Subscribe to Releases for Recipe Installer Kit