This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Releases: district09/drupal_module_og-sm
Releases · district09/drupal_module_og-sm
Release 3.0.7
Fixed
- HEAT-674294: Fix "node_add_list" urls
This module alters the URLs for the "node_add_list" page. The problem is these URLs are present in different variables for the twig files. Depending on the theme the "bundles" variable or the "types" variable is used. This fix makes sure both variables contain the same URLs.
3.0.6
Release 3.0.5
Fixed
- HEAT-667131: Add fix for new permission
In Drupal 10, a new permission "reset all terms" was added which allows you to reorder the terms in a vocabulary. This module did not yet aaccount for the existence of that permission.
3.0.4
Release 3.0.4 commit 5c6b84e34467d2580120e60c190e07cd9af54fdf Author: Jelle Sebreghts <[email protected]> Date: Mon Jan 15 14:52:26 2024 Fix usage of event_dispatcher See https://www.drupal.org/node/3154407
3.0.3
3.0.2
Fix site switcher jquery once
Add sitenode bundle class
3.0.1 Add sitenode bundle class
3.0.0
Drupal 10 support
2.1.0
2.0.0
This release adds proper support for Drupal 9.1 and higher, older versions will
not work with this release!
Changed
- Change minimal PHP version to 7.2.
- Change minimal Drupal version to 9.1.
Updated
- Update qa-drupal to 1.4.x.
- Update info files.
Fixed
- Fixe PHPCS, PHPMD & PHPStan issues.
- Fixe deprecations.