Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This release is primarily to provide a relatively stable release for testing and getting users ready to migrate.
The core functionality exists and is working as far as I can tell.
However, there is missing functionality.
Important Note: This release has been pushed out as a "feature" such that the simplytest.me project can utilize this module and modules that depend on it.
There are now newer, and stricter, dependencies. You must update the new dependencies prior to updating this module. In case there are any problems, I suggest disabling this module first, updating the dependencies, and then re-enabling this module. You should not have to uninstall this module, just disable it.
Bugfixes:
- [dd3e538] remove obvious coding mistake of a self-defining variable.
- [c781c13] the Node Information disappeared.
-- At some point the node information stopped showing up and I only just noticed.
-- The quick solution is just to move the node information to a markup element in the array.
Updates:
- [641ef81] make the node information nid a link.
-- This will be a link to the original or live content.
This is a hotfix release.
This fixes a major regression in the revision-specific accessibility report pages.
The problem causes the valid url to show a page not found and so the revision-specific reports are not viewable.
The problem does not happen if the drupal cache is not cleared so it is not immediately obvious that there is a problem.
Features:
- add delete statistics for node rules and actions.
Bugfixes:
- #1401782: PDO error on installation
- return the reports variable not some non-existent results variable.
- prevent error from returning undefined variable.
- $reports should be initialized to an empty array.