Downloads

Download tar.gz 10.69 KB
MD5: 836d77e264c446314254f06566b39ca1
SHA-1: c89e0b9ce057d232ed800c13f8e8a19d954711d5
SHA-256: 88c71a1a78a7cc60741aa31cc95e72b69af662638ff64610f0a7f19cb612bcc5
Download zip 12.7 KB
MD5: b50954f52661c0d740a07afe11f14cde
SHA-1: 78714463f504318da8433c9894591b1880eaccc9
SHA-256: 08b3dc9b76348a7469d0e1a6106edf017176afca8f58d953d049a36d00871ab5

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.

Created by: ahmad-khalil-imagex
Created on: 8 Jul 2026 at 19:22 UTC
Last updated: 8 Jul 2026 at 19:23 UTC
Bug fixes

Other releases