Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: district09/drupal_module_og-sm

Release 3.0.7

30 Aug 13:18
b09e9f2
Compare
Choose a tag to compare

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

16 Jan 14:11
Compare
Choose a tag to compare

Fixed

  • Fix TypeError
    TypeError: array_keys(): Argument #1 ($array) must be of type array, null given

Release 3.0.5

16 Jan 14:10
Compare
Choose a tag to compare

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

15 Jan 13:53
Compare
Choose a tag to compare
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

08 Jan 13:53
3a689ff
Compare
Choose a tag to compare
Merge pull request #42 from district09/feature/HEAT-6669057

HEAT-6669057: Update callback url for D10 compatibility

3.0.2

04 Jan 09:43
Compare
Choose a tag to compare

Fix site switcher jquery once

Add sitenode bundle class

20 Dec 14:47
Compare
Choose a tag to compare
3.0.1

Add sitenode bundle class

3.0.0

16 Oct 09:37
Compare
Choose a tag to compare

Drupal 10 support

2.1.0

29 Aug 12:18
d34fe41
Compare
Choose a tag to compare

Add support for php 8.

2.0.0

11 Oct 12:52
156ac6e
Compare
Choose a tag to compare

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.