• Posted:

  • Type:Blog Post
  • Type:Tom Donahue

Updates to wms-drupal from 3.2.1 to 3.2.3

PHP 8.4 readiness — A lot of this release is about clearing the remaining blockers to running on PHP 8.4. That includes retiring problematic or obsolete pieces (for example the old Media PDF Thumbnail stack and its views/config), tightening how uninstall is handled in data_info, and pulling in Drupal core and dependency updates that keep the platform on supported, compatible versions.

Slate everywhere — Lehigh Slate implementation is now wired in so all of our sites can use the same Slate support: the implementation package is required, the module is enabled, content managers get the right access, and Config Ignore keeps Slate settings sane across environments.

Updates — Routine core and contrib updates also landed (accessibility in the editor, moderated bulk publish, trash, Chosen-style selects, and related packages), mostly as ongoing maintenance on top of the two themes above.


A bit more detail

AreaWhat changed
DRUP-3569
media_pdf_thumbnail removed; pdf_image_entity view and related media library config gone; roles/splits cleaned; data_info adds uninstall validation/cleanup (MediaPdfThumbnail path); media view restored without PDF-thumbnail-specific configuration. Framed here as part of PHP 8.4 / platform cleanup.
DRUP-3630
lehigh-drupal/lehigh-slate-implementation, module enablement, settings export, content_manager permissions, config_ignore for Slate implementation settings — shared Slate support across the estate.
DRUP-3669
Auto-updater batch: core-recommended, core-dev, core-composer-scaffold, trash, moderated_content_bulk_publish, editoria11y, chosen, consolidation/config.

Scope: 15 non-merge commits in 3.2.1..3.2.3; big diff stats are largely config/view removal plus lockfile churn.