Downloads
Release notes
Bug fix release.
- drupal/field_validation is now required as ^3.0@beta. Previously, when Composer's recipe-unpack plugin moved the recipe's dependencies into your project's root
composer.json, the plain ^3.0 constraint replaced the @beta stability flag you added during installation — causing every subsequent Composer operation to fail with
"3.0.0-beta7 … is rejected by your minimum-stability". The flag now survives unpacking. If your site was already affected, run composer require
drupal/field_validation:^3.0@beta once to repair it.
- README: installation instructions now configure the AI provider before applying the recipe, and document that a failed preflight rolls the site back to its
pre-apply state.
No configuration changes; sites that already applied 1.0.0 successfully don't need to re-apply.