Issue #3569351 by dydave: Dropped support for Drupal 10.2 and below.

https://www.drupal.org/project/admin_toolbar/issues/3569351

Drop support for Drupal 10.2 and below:

  • Updated all modules core_version_requirement to ^10.3 || ^11.
  • Since the module admin_toolbar_links_access_filter should not be needed anymore, all the code from its module file was removed.
  • Removed all version_compare cases for versions lower than 10.3.
  • Renamed the admin_toolbar_tools library from toolbar.icon to admin_toolbar_tools.
  • Minor refactoring of the ToolbarController class.
  • Moved constants class AdminToolbarToolsConstants under the tests folder.
  • Added missing return types where possible.
  • Refactored CSS file admin_toolbar.sticky_behavior.css to use cascading style.
  • Removed unneeded workaround in Test class AdminToolbarAdminMenuTest for Drupal 10.2.

Merge request reports

Loading