UK Web Platform May 2025 Release Notes v3.11.0
Version 3.11.0 of the UK Web Platform was released on May 8th, 2025. This release includes feature additions and bugfixes. Platform packages are available at github.com/uky-web.
New Features
- We created the Confirm Unpublish module and published it on drupal.org so others in the Drupal community can utilize it as well. Confirm Unpublish adds a confirmation dialog when unpublishing nodes to prevent accidental content removal. Site administrators can optionally enable logging to the database log (watchdog) when a user accepts the confirmation prompt. By default, the confirmation dialog is shown for all content types. However, administrators can selectively exclude specific content types from this behavior through the module’s configuration form. This module will not be enabled by default but can be enabled on request or by code editors.
- Added a configuration logging solution (config_log | config_log_views) so that when changes are made to the configuration of the site those will be recorded and available in a view listing for admins. Currently this module does not provide permissions but we will work with the project maintainers to get that feature added so we can provide this to other roles in the platform.
Fixes
- Updated the styling for the contact info paragraph type that can be added to a flex grid or a 2:1 slab. The styling originally matched limestone. Updated it to look more like the people view. Image is removed on smaller break points.
Other Changes
- Updated TableField module to a supported release to clear up security warnings.
For Developers
- Fixed issue of getting WSOD on intial login in gitpod/ddev by adding a fake default ldap config.
- Disabled ddev css / js aggregation by default.
- Cleaned up uk-site-install.sh with variables and added a ddev drush cex -y after a fresh install.
- Updated ddev mariadb version to 10.11 to match production.