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

8.x-1.0-alpha2

Compare
Choose a tag to compare
@pfrenssen pfrenssen released this 19 Dec 10:43
· 713 commits to 8.x-1.x since this release
dcb1bca

Second alpha release of the Drupal 8 port of Organic Groups. This release adds support for Drupal 8.6 and PHP 7.3.

New features

  • #451 Provide a method on the MembershipManager to retrieve all group memberships filtered by role.

Improvements

  • #447 Add support for Drupal 8.6 and PHP 7.3. Start preliminary testing on Drupal 8.7.
  • #446 Avoid double caching of OgMembership entities. This reduces memory consumption.
  • #449 Clarify how to work with membership states by providing a new constant and improving documentation.
  • #437 Streamline the Travis CI installation procedure.