Skip to content

8.x-1.0-alpha5

Compare
Choose a tag to compare
@MPParsley MPParsley released this 26 Mar 20:20
· 379 commits to 8.x-1.x since this release
b15d8ec

Fifth alpha release for Organic Groups. This release adds support for Drupal 8.9 and is removing deprecated code in preparation for Drupal 9.

Improvements

  • #513 Add OgAccessInterface::userAccessGroupContentEntityOperation
  • #544 Namespace all dependencies
  • #545 Remove unused variables
  • #546 User::load() calls should be avoided in classes
  • #547 \Drupal calls should be avoided in classes
  • #548 Remove @ExpectedException tags
  • #549 Check for undefined variables
  • #550 Global constants should not be used
  • #580 Deprecate Og::getSelectionHandler()
  • #617 Remove unused access_override setting
  • #619 Remove deprecated sudo property
  • #629 Use custom phpcs configuration
  • #630 Begin support for Drupal 9
  • #634 EntityTypeInterface::isSubclassOf() is deprecated

Bug fixes

  • #540 MembershipManager::createMembership() is accepting invalid account objects