By kristiaanvandeneynde on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
2.0.x
Introduced in version:
2.0.0
Issue links:
Description:
Before:
- Your plugins would live in src/Plugin/GroupContentEnabler
- Your plugins would be annotated as "@GroupContentEnabler"
After:
- Your plugins live in src/Plugin/Group/Relation
- Your plugins are annotated as "@GroupRelationType"
Impacts:
Site builders, administrators, editors
Module developers
Site templates, recipes and distribution developers