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

8.x-1.0-alpha4

Compare
Choose a tag to compare
@pfrenssen pfrenssen released this 09 Dec 07:55
· 454 commits to 8.x-1.x since this release
e44ae5a

Fourth alpha release for Organic Groups. This release adds support for Drupal 8.8 and is paving the way towards Drupal 9 by removing lots of deprecated code.

Improvements

  • #499 Test that an exception is thrown when a membership is saved using invalid roles
  • #524 Code example to add a group content type is not valid PHP
  • #529 Consolidate the permissions regarding roles and permissions
  • #530 Replace deprecated EntityManager service with EntityTypeManager
  • #532 Create CHANGELOG.md
  • #533 Fixed missing member variable doc comment
  • #537 Add uuid field to OgMembership
  • #538 Fix codesniffer errors
  • #541 Do not require to pass the full user object when only the ID is required
  • #551 Start using the DrupalPractice set of codesniffer rules
  • #555 Improve performance of working with large numbers of memberships
  • #559 Speed up retrieval of membership data by using a SELECT query
  • #561 Create a test for OgMembershipInterface::getRolesIds()
  • #563 Upgrade Travis CI infrastructure to Ubuntu Xenial
  • #575 Make field.widget.settings.og_complex schema extend field.widget.settings.entity_reference_autocomplete
  • #577 The 'handler_settings' plugin config is deprecated
  • #578 Add the 'match_limit' new setting
  • #583 Test against currently supported versions of PHP and Drupal
  • #584 Specify a default theme in BrowserTestBase tests
  • #587 Use getSingularLabel() instead of deprecated getLowercaseLabel()
  • #589 assertTrue() is a strict assertion
  • #590 Views BulkForm has been moved from system to views module
  • #593 Require tests to pass on Drupal 8.8.x

Bug fixes

  • #523 Uncaught Error: Cannot use object of type stdClass as array
  • #573 MembershipManager should support UpdateBackend as cache backend during updates
  • #592 Make the array comparison predictable