oci_osfs 1.0.0-beta2

The problem was that the code was calling \Drupal::settings() a function that doesn't exist in Drupal. I've changed it to use Settings::get() instead, which is the correct way to access settings from settings.php within Drupal.

The changes made:

  1. Added use Drupal\Core\Site\Settings; at the top of the file
  2. Changed \Drupal::settings()->get('oci_osfs.api_key', []) to Settings::get('oci_osfs.api_key', [])
1.0.0-beta2

canvas 1.0.1

This patch release improves compatibility with Drupal 11.3 and cleans up some rough edges in Canvas, both in the backend code and in the user interface (see this video for more information). Component config entities are now updated only when actually necessary.

1.0.1

social_auth_entra_id 2.0.0

New Features

Microsoft Personal Account Support

  • Account Type Configuration: Choose organization-only, common (organization + personal), or consumers-only (personal accounts).
  • Dynamic Endpoint Routing: Automatic OAuth endpoint selection based on the configured account type.
  • Flexible Issuer Validation: Validation adapts for personal accounts while maintaining security standards.

Admin Experience Improvements

    2.0.0

    intercept_base 2.0.20

    • Prevented event registration active SMS messages from sending to customers on the waitlist
    • Fixed issue with event filter toggle incorrectly appearing on room reservation calendar
    • ​​Fixed an issue with autocomplete dropdowns not displaying correctly on s​taff events listing page
    • Fixed an error that was occurring when adding bulk room reservations
    2.0.20

    intercept 2.0.20

    • Prevented event registration active SMS messages from sending to customers on the waitlist
    • Fixed issue with event filter toggle incorrectly appearing on room reservation calendar
    • ​​Fixed an issue with autocomplete dropdowns not displaying correctly on s​taff events listing page
    • Fixed an error that was occurring when adding bulk room reservations
    2.0.20

    og_access 2.0.3

    Fixes a node access regression in og 2.x-dev where saving group content as a non group admin could drop OG grants (because og_audience references may be permission-filtered), potentially making private group content viewable. Grant generation now uses raw audience target_id values and adds a regression test.

    2.0.3
    Subscribe to Bug fixes