This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
1.4.1
- Adds conformance to PHPs
Countable
interface toComments
. This means, that in addition to$comments->count()
you can now usecount($comments)
. - Improves comment preview, which now can be initiated without providing a valid authentication token. This makes it possible for cached HTML forms with a cached authentication token to request a preview. Submitting comments still requires a valid authentication token.
- Improves documentation by fixing a syntax errors in the options table.