Skip to content

Sticky Notes version 1.3

Compare
Choose a tag to compare
@sayakb sayakb released this 26 Jan 22:37
· 394 commits to master since this release

Version 1.3 is a feature and security release. It fixes some critical security vulnerabilities and comes with a major framework update.

Changelog:

  • Upgrade underlying Laravel framework to 4.1
  • Fix null cookie exception for languages - Issue #69
  • Add support for paste comments - Wishlist #68
  • Allow admins to disable guest posts - Wishlist #71
  • Fix username validation issues - Issue #67
  • Make setup pages accessible only by admins
  • Only allow paste authors and admins to 'toggle' mode
  • Antispam filters are now scope specific
  • Remove hard coded antispam validation for API calls
  • Fix installer for 1.0 to avoid breaking incremental updates
  • Allow admins to specify maximum age of pastes
  • Cleanup stale revisions when running cron tasks
  • Add statistics collection functionality
  • Add version and theme operations to parameter API endpoint
  • Show debug (performance) info for admins
  • Changes to site configuration layouts
  • Log exception details only for unknown error codes
  • Miscellaneous code refactoring - remove duplicate code