Development branch for AI Image 2.x.
This is the provider-neutral CKEditor 5 rewrite built on Drupal AI’s text_to_image operation. It is intended for development and testing; use 2.0.0-alpha1 for the first tagged pre-release.
Not backward compatible with the legacy AI Image module. Legacy configuration and APIs are unsupported.
First alpha release of the AI Image 2.x rewrite. It uses Drupal AI for provider-neutral text-to-image generation in CKEditor 5. This version is not compatible with legacy AI Image; the legacy code line is unsupported.
Drupal 12 support - The module now declares compatibility with Drupal 10, 11, and 12 (core_version_requirement: ^10 || ^11 || ^12, drupal/core: ^10 || ^11 || ^12).
Translated breadcrumb labels - Breadcrumb items loaded from URL aliases now use the entity translation for the active language context instead of always falling back to the site default language.
Bug fixes
- hook_help() now works (it was inside a class and never ran).
- Settings form no longer rejects a save when no relation column is entered.
- Primary key fallback uses the correct column when a table has no primary key.
- Table names are escaped, and column checks use the schema API instead of raw SQL.
Security update for Cloud 8.x. This release addresses two security vulnerabilities. Upgrade to 8.0.0-beta2, run database updates, and rebuild caches. See the corresponding Drupal Security Team advisories for details.
Security update for Cloud 7.x. This release addresses two security vulnerabilities. Upgrade to 7.0.1, run database updates, and rebuild caches. See the corresponding Drupal Security Team advisories for details.
Vocabulary Types support (submodule schema_org_mapper_vocabulary_types): the Vocabulary Types module gives a vocabulary a landing page of its own (a real URL such as /blog or /about-us, with its own fields). That page is a separate entity from the vocabulary's terms, so it now has its own Schema.org Mapper tab, inside Vocabulary type.
The Composer project template for Cucumber. Create a site with composer create-project drupal/cucumber_project:~12.0 my-site, then install it with bin/drush site:install cucumber.
Added
task: The Cucumber 12.0.x project template, verified against the published releases on Drupal 11.4 with PHP 8.4.
Webform 6.3.1 for Drupal 11 contains a coordinated set of 22 security fixes with advisories and one additional hardening change. Sites using a supported Webform release should update.
Webform 6.2.12 for Drupal 10 contains a coordinated set of 22 security fixes with advisories and one additional hardening change. Sites using a supported Webform release should update.