Skip to content

0.9.6

Compare
Choose a tag to compare
@posativ posativ released this 18 Aug 11:18
· 1321 commits to master since this release
  • remember name, email and website in localStorage, #119

  • add option to hide voting feature, #115

    data-isso-vote="true|false"
  • remove email field from JSON responses

    This is a quite serious issue. For the identicon, an expensive hash is used to avoid the leakage of personal information like a real email address. A git blame reveals, the email has been unintenionally exposed since the very first release of Isso :-/

    The testsuite now contains a dedicated test to prevent this error in the future.