Added
- Add resave console command for elements.
- Add checks for registering events for performance.
- Add
archiveTableIfExists()
to install migration.
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
. - Now requires Comments
1.9.2
in order to update from Craft 3. - Rename service classes.
- Rename base plugin methods.
Fixed
- Fix an error with GraphQL.
- Fix typing for
placeholderAvatar
plugin setting. - Un-bold title for comments in comments index.
- Fix an error when permissions exist for a no-longer-available element group.
- Fix setting a parent comment not working for Feed Me, due to
setParent()
changes.
Removed
- Removed
craft.comments.all()
andcraft.comments.form()
. - Removed
Comment::trashUrl
,Comment::flagUrl
,Comment::downvoteUrl
,Comment::upvoteUrl
.