entity_usage 5.0.0

Bug fixes
New features

Entity Usage 5.0.0 is the first stable release of the 5.x branch, built for Drupal core 11.4 or higher and compatible with Drupal 12. The 8.x-2.x branch will not receive Drupal 12 support.

Rebuild all usage data after upgrading from 8.x-2.x. This release changes how paragraphs, revisions, and inline entities are tracked, and changes the entity_usage table indexes.
Run:

  drush entity-usage:recreate

Highlighted changes since 8.x-2.x:

webdashboard 1.0.0-alpha1

New features

First alpha release.

  • Default Webmaster and Editorial dashboards built with Display Builder and SDC
  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • Used by the Webship installer and the website site templates

webtheme 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • UIkit starterkit theme for Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • HTMX boosted navigation, no custom JavaScript
  • SDC components
  • Used by the Webship Portal site template

webnewsletter 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webdoc 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webpage 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webeditor 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webseo 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

websecurity 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webadmin 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webconfig 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webpatches 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

webassets 12.0.0-alpha1

Bug fixes
New features

First alpha release of the 12.0.x line.

  • Works with Drupal ~11.4 and PHP 8.4, ready for Drupal 12
  • OOP hooks
  • The default recipe installs the module
  • Used by the Webship installer and the website site templates

view_mode_conditional_fields 1.0.5

Bug fixes

Drupal 12 compatibility release.

Migrated hook_help(), hook_form_field_config_edit_form_alter(), and hook_form_alter() to an attribute-based OOP class (ViewModeConditionalFieldsHooks) using #[Hook] attributes, with #[LegacyHook] retained on all procedural wrappers in .module.
Created view_mode_conditional_fields.services.yml and registered ViewModeConditionalFieldsHooks as an autowired service.
Updated core_version_requirement from ^9 || ^10 || ^11 to ^10.1 || ^11 || ^12 per #3070687.
No functional changes. Safe to update.

digital_marketing_checklist 1.0.0

Bug fixes
New features

First stable release. Requires Drupal 10.3 or later, or Drupal 11, and Checklist API 2.1 or later.

rules_http_client 8.x-3.3

Drupal 12 compatibility release.

Updated core_version_requirement from ^10.3 || ^11 to ^10.3 || ^11 || ^12, declaring full compatibility with the next major version of Drupal core per #3070687.
No functional changes. Safe to update.

file_bulkupload_translations 1.0.3

Fixed

  • The custom regex is now checked before it is saved. A pattern that does not compile, or that has no capturing group, is refused with a clear message.
  • A bad regex coming from a config import no longer raises a PHP warning on every upload. It is now read as "no language code found".
  • The widget loads files through the injected entity type manager instead of the static File::load() call.

googlemap_block 3.0.1

Bug fixes

Bugfix release on the 3.0.x branch. Drupal 12 compatible.

Drupal 12 compatibility: hooks refactored to attribute-based OOP pattern.
Fixed EditLocation::buildForm() missing return statement (PHP strictness / static analysis error).
core_version_requirement updated to ^10 || ^11 || ^12.

googlemap_block 3.0.x-dev

Branch created from the 3.0.0 tag as the ongoing development branch for the 3.x series.

custom_node_breadcrumbs 1.1.3

Applied Drupal 12 compatibility fixes and automated field setup for 1.1.x.

ai_llms_txt_generator 1.0.2

Applied rector patch and upgrade status fixes to resolve Drupal 11/12 compatibility errors.

sdc_critical_css 1.0.0-alpha3

Bug fixes

Bugfix alpha: detect enabled SDC CSS from each component's registered library files instead of a theme folder regex.

Nested component directories (for example Pulse / atomic design: components/01-atoms/space-button/) were previously skipped even when checked on the settings form. Matching now uses Drupal's library registry and the CSS actually attached to the page, so folder layout no longer matters. Custom and contrib themes, hyphens, and underscores still work. The checkbox list remains authoritative.

API and settings may still change. Not covered by security advisories.

og_menu 2.0.0-alpha5

Bug fixes
New features

This alpha restores group-scoped menu permissions, fixes several crashes, and improves Drupal 12 compatibility.

canvas_paragraphs 1.0.0-alpha2

New features

This release extends entity-type bridging, fixes test/container issues, and adds CI coverage. The module remains experimental — see the tracking issue on native Canvas paragraph support.

layout_paragraphs_restrictions 2.1.0-alpha11

Bug fixes

Fixes edge case when parent component cannot be resolved.

Contributors (1)

pixelwhip

Changelog

Issues: 1 issues resolved.

Changes since 2.1.0-alpha10 (compare):

subscription_manager 1.0.0-beta6

New features

Feature release — Phase 3 of the stable-release roadmap (#3616939: Stable release roadmap). Sites upgrading run updates 10015–10020; the connector chooser replaces the default connector setting (your configured default migrates automatically), and a Billing history link appears in the account menu after a cache rebuild. Each feature has a change record, linked below.

subscription_manager 1.0.0-beta5

Bug fixes
New features

Multi-connector correctness release — Phase 2 of the stable-release roadmap (#3616939: Stable release roadmap): the structural work that makes several connectors running side by side safe. No update hooks; three behavior changes carry change records, linked below.

subscription_manager 1.0.0-beta4

Bug fixes

Access-control, hardening and compatibility release — Phase 1 of the stable-release roadmap (#3616939: Stable release roadmap). Sites upgrading run update 10014.

Pages

Subscribe with RSS Subscribe to Releases for all