Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

1.4.1

Compare
Choose a tag to compare
@florianpircher florianpircher released this 12 Jul 15:28
· 92 commits to master since this release
  • Adds conformance to PHPs Countable interface to Comments. This means, that in addition to $comments->count() you can now use count($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.