This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
1.5.1
- Fixes a bug where an optional and empty name-field would not result in
$comment->rawName()
beennull
. - Adds
$commentPage
argument todid-save-comment
hook. - Adds support for optional core fields. The core fields (comment author name, email-address and website-address) are not stored anymore if the value is
null
. - Improves documentation by fixing typos and replacing deprecated method names with the modern equivalent.