Skip to content

Backwardly compatible

When I was about to upgrade a site from Drupal 10 to 11, I needed to disable the 2.0 version of this module before upgrading, remove it from composer, upgrade the site add the 2.1 version via composer and re-enable it. In the normal scheme of things in strictly managed CI/CD environment, there would also be configuration code to deal with.

As this module's simple and singular purpose is to remove empty HTML paragraph tags by using regex, and the PCRE extension has been a part of PHP since PHP 4.0, I think it's best we keep this simple - let's ignore PHP and assume it will work with whatever Drupal requires.

Closes #3489624

Merge request reports

Loading