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
andtheme
operations toparameter
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