All Versions
10
Latest Version
1.9
Avg Release Cycle
41 days
Latest Release
3457 days ago

Changelog History

  • v1.9 Changes

    November 02, 2014

    ๐Ÿ”– Version 1.9 is a minor feature release.

    ๐Ÿ”„ Changelog:

    • Issue #168: Remove set_time_limit from the installer
    • Wishlist #142: Always return paste hashes for API posts
    • Wishlist #165: Redirect to login when guest posts are disabled
    • Wishlist #162: Expiration for guests and users
    • ๐Ÿ”€ Sync with GeSHi upstream
    • โž• Added unit test cases for new and existing features
    • ๐Ÿ”Œ Shipped the plugins repository
    • โšก๏ธ Update dependencies
  • v1.8 Changes

    July 26, 2014

    ๐Ÿ”– Version 1.8 is a bug-fix release that addresses a range of issues, and also introduces some new features and performance improvements.

    ๐Ÿ”„ Changelog:

    • โšก๏ธ Issue #119: reload cached data upon updating users
    • โœ… Wishlist #117: Add test button to mail settings
    • Wishlist #123: Add option to enforce public pastes
    • ๐Ÿšš Wishlist #131: Allow admins to remove attachments
    • ๐Ÿšš Issue #134: Attachments are now removed if paste is deleted
    • Issue #137: Hide attachment box for revisions
    • โž• Add multipart form for neverland theme
    • Fall back to username for emails if dispname isn't available
    • Cache GeSHi language list
    • ๐Ÿ‘‰ Use mail queue while sending emails
    • โšก๏ธ Update to bootstrap 3.2
    • โšก๏ธ Update to the latest Laravel framework and dependencies
    • ๐Ÿ— Have the source build for PHP 5.6 as well
    • โž• Add more unit tests and assertions
  • v1.7 Changes

    June 11, 2014

    ๐Ÿ”– Version 1.7 is a major release that includes important core upgrades, new features and comes with a new set of unit test cases.

    ๐Ÿ”„ Changelog:

    • PHP version requirement upped to 5.4+
    • ๐Ÿ‘ Allow users to delete their own pastes - Wishlist #112
    • โž• Add missing space in allowedTags - Issue #110
    • Include nginx config - Wishlist #109
    • ๐Ÿ‘ Allow users to flag pastes - Wishlist #105
    • ๐Ÿ‘ Allow attachments to a paste - Wishlist #107
    • โฌ†๏ธ Upgrade Laravel to 4.2
    • โž• Add unit test cases for all controllers
    • Disable AJAX submit for create form
    • ๐Ÿ›  Fix author links on pastes
    • โšก๏ธ Update core framework dependencies
    • Trim paste list entries to 680 characters each
    • โž• Add utility to get/set config data from command line
    • โœ… Make way for writing more unit test cases
    • ๐Ÿ›  Numerous fixes here and there
  • v1.6 Changes

    April 20, 2014

    ๐Ÿ”– Version 1.6 is a feature release that addresses quite a few user requests.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fix responsive layouts for mobiles - Issue #94
    • ๐Ÿ– Handle HTTP errors in setup mode - Issue #95
    • โž• Add support for ads - Wishlist #96
    • ๐Ÿ‘ Allow admins to view archives for private sites - Wishlist #102
    • Admins can now view user pastes - Wishlist #102
    • ๐Ÿ‘ Allow admins to override expiration restrictions - Wishlist #102
    • โž• Add option to specify max. paste size in bytes - Wishlist #102
    • Do not trim whitespace from the beginning of pastes - Wishlist #103
    • Hide broken gravatar images
    • Adjust skin chooser for mobile layouts
    • ๐Ÿ›  Fix AJAX redirect issue for 'intended' URLs
    • โšก๏ธ Update bootstrap theme to v3.1.1
    • โฌ†๏ธ Upgrade to jQuery v2.1
    • โฌ†๏ธ Upgrade general framework dependencies
  • v1.5 Changes

    March 02, 2014

    ๐Ÿ”– Version 1.5 is a major security release. If you are using v1.4 or older, you are strongly recommended to upgrade to 1.5.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fix oAuth user retrieval logic - Issue #92
    • ๐Ÿ›  Fix owner check for a paste - Issue #82
    • Trim trailing slash from AJAX links to avoid multiple calls to index
    • ๐Ÿ‘ Allow sharing pastes via email - Wishlist #83
    • ๐Ÿ”„ Change project detection logic to allow execution on multi-level sub-domains
    • ๐Ÿ›  Fix Neverland favicons
    • Hide session query from admin debug query counter
    • ๐Ÿ”„ Change dashboard chart colors for Neverland
    • โž• Add smooth scrolling for line number anchors
  • v1.4 Changes

    January 26, 2014

    ๐Ÿ”– Version 1.4 is a feature release focused to improve usability. It comes with a few minor bug fixes as well.

    ๐Ÿ”„ Changelog:

    • โšก๏ธ Updated the copyright to 2014
    • Introduce AJAX navigation for user pages
    • ๐Ÿ”ง The stealth spam filter is now configurable
    • CSRF validation can now be turned off from site settings
    • ๐ŸŽ Performance improvements across the application
    • ๐Ÿ“ˆ Catch and suppress Google Analytics errors
    • ๐Ÿ›  Fix router issue for error handler flows - Issue #73
    • ๐Ÿ›  Fix word censor issues with multiple phrases - Issue #72
    • ๐Ÿ›  Fix paste expiration 'forever' issue - Issue #75
    • Capture paste statistics
    • โž• Add paste trend chart to admin dashboard
    • ๐Ÿ”จ Cron tasks have been refactored for secure invocation
    • ๐Ÿš€ Show development version warning when installing a pre-release version
    • โšก๏ธ Use code version to determine system update state on the dashboard
    • Standardize paste URL generation
    • Inject correct local info to generated HTML page
    • Realtime AJAX query interval is now 5s instead of 1s
  • v1.3 Changes

    January 26, 2014

    ๐Ÿ”– 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
  • v1.2 Changes

    December 02, 2013

    ๐Ÿ”– Version 1.2 is a feature release that ships with a big list of new functionalities.

    ๐Ÿ”„ Changelog:

    • โž• Add support for oAuth - Wishlist #20
    • ๐Ÿ‘Œ Support for last used languages per user
    • โž• Add view counter to paste information - Wishlist #57
    • ๐Ÿ‘‰ Make founder (admin) account immutable
    • โž• Add basic paste search functionality - Wishlist #56
    • Dedicated admin screen for services such as Google
    • โž• Add Google Analytics integration - Wishlist #60
    • ๐Ÿ”„ Change links to Google Cloud Console
    • โœ‚ Remove service specific config files
    • 0๏ธโƒฃ Use default config file for service URLs
    • ๐Ÿ”จ General code refactoring
  • v1.1 Changes

    October 27, 2013

    ๐Ÿ”– Version 1.1 is a bugfix and feature release. It addresses some priority issues in 1.0 and it is strongly recommended that you upgrade your copy of 1.0 to 1.1.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ‘ Allow selecting line without force highlighting it - Issue #44
    • ๐Ÿ‘‰ Make menu cache project specific
    • ๐Ÿ›  Fix cronjobs and note purge issue - Issue #42
    • โž• Add a local copy of jQuery to allow usage in restricted networks
    • Re-check version (by purging cache) before showing the installer
    • โž• Add a parameter API endpoint to list possible values for input params
    • ๐Ÿ‘‰ Use the right way of showing paste list in the API (array instead of dedicated elements)
    • โž• Add Akismet spam filter
    • Disable some spam filters for API calls
    • ๐Ÿ‘ Allow admins to add a banner and a link to the login page
    • โž• Add RSS feed support - Issue #51
    • ๐Ÿ‘ Allow admin to force all pastes as private - Issue #50
  • v1.0 Changes

    October 27, 2013

    ๐Ÿ”– Version 1.0 is a complete rewrite of Sticky Notes using the Laravel 4 Framework.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ’ป Clean new UI built on Bootstrap 3.0 with 100% mobile compatibility
    • ๐Ÿ‘ Allow non-admin accounts and users have the ability to manage their pastes (Issue #19)
    • Context based paste management for administrators (Issue #25)
    • ๐Ÿ‘Œ Supports paste revisions and diffs (Issue #27)
    • ๐Ÿ‘ Multiple database support - SQLite, MySQL, PostgreSQL and SQL Server (Issue #28)
    • ๐Ÿ”ง Database level configuration management with a powerful admin interface
    • Much more control options over the 0.x versions
    • Full backward compatibility with older versions
    • โšก๏ธ Comes with a visual installer and updater
    • ๐Ÿš€ Lays down the foundation for incremental updates by allowing you to update from any older release to the latest stable release
    • ๐Ÿ‘ Multiple email driver support (PHP Mail, Sendmail and SMTP)
    • Refined skin chooser and an easier skinnable interface
    • Comes with a sample API client to facilitate consumption of the Sticky Notes REST API