All Versions
10
Latest Version
Avg Release Cycle
105 days
Latest Release
2517 days ago

Changelog History

  • v2.2.0 Changes

    May 07, 2017

    ๐Ÿ”„ Changelog:

    • ๐Ÿ“ˆ Implement advanced analytics system with click tracking
    • ๐Ÿ”จ Refactor admin pagination
    • ๐Ÿ‘Œ Improve performance with Link table indexes and long link hashes
    • Implement ApiException and improve API error handling
    • Implement long link editing
    • ๐Ÿ›  Small bugfixes and improvements
  • v2.1.1 Changes

    December 09, 2016

    ๐Ÿ”„ Changelog:

    • Resolve #264
    • ๐Ÿ›  Small fixes and improvements

    ๐Ÿ›  This patch fixes #264 by changing the class constant USER_ROLES to a class variable to accommodate PHP version 5.5.9.

  • v2.1.0 Changes

    December 07, 2016

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fix XSS security vulnerability with DataTables
    • โž• Add DataTables integration for user and link tables
    • โž• Add user creation and user edit features to the admin panel
    • โœ‚ Remove vendored files -- composer is now required to use Polr
    • ๐Ÿ›  Other bug fixes and improvements

    Known bugs

    • ๐Ÿ›  #264 affects PHP version 5.5.9; fixed in 2.1.1

    โฌ†๏ธ Upgrading

    • Ensure your dependencies are up to date by running composer install --no-dev -o
  • v2.0.0 Changes

    September 11, 2016

    ๐Ÿš€ Do not attempt to upgrade from any 1.x release, as there have been breaking changes to the API, configuration, and database structure.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ”„ Changes from RC1
    • Option to redirect 404s and disabled short links to the redirect URL
    • Setup wording changed
  • v2.0.0.rc1 Changes

    August 15, 2016

    ๐Ÿ”„ Changelog:

    • Provide more information in setup
    • ๐Ÿ”ง nginx configuration fixes
    • ๐Ÿ‘ Allow API quota change from admin panel
    • Implement AngularJS controller for admin panel
    • Misc. admin panel front-end changes
    • ๐Ÿ›  Fix various configuration parsing errors
    • Implement API throttling with quotas
    • ๐Ÿ›  Fix SMTP configuration and usage
    • ๐Ÿ›  Other bugfixes
  • v2.0.0.b1 Changes

    February 27, 2016

    ๐Ÿ”„ Changelog:

    • API implemented
    • API automatic key assignment, user key assignment #141
    • โœ… Continuous integration unittests with TravisCI
    • ๐Ÿ”— Link stats in API lookup #128
    • ๐Ÿ›  Fixed race condition related to encryption key changes in setup
    • โž• Add delete link button #59
    • ๐Ÿ›  Other misc. bugfixes and improvements

    ๐Ÿš€ A big thank you to @umpc for helping test this release and providing useful feedback.

  • v2.0.0.a2 Changes

    January 19, 2016

    ๐Ÿš€ This is an alpha release not suitable for production use.

    ๐Ÿšš Implements a number of changes, including a significant rewrite and move to the Lumen (Laravel-based) framework. Database abstraction is now done with Eloquent,

    ๐Ÿ”„ Changelog:

    • ๐ŸŒ Lumen PHP web framework
    • Blade templating
    • composer autoloading
    • ๐Ÿ‘ Better security and extensibility through PDO
    • ๐Ÿ‘ Artisan database migration support
    • ๐Ÿ‘ SQLite support*
    • CSRF protection
    • ๐Ÿ”Œ Plugin support*
    • ๐Ÿ‘‰ User-based API key assignment
    • API revamping
    • More information on user admin panel
    • No more relative path mishaps
    • ๐Ÿ‘ Better documentation
    • Revamped user interface
    • ๐Ÿ†• New logo
    • Faster iteration from cleaner code

    (*) denotes incomplete features

  • v2.0.0.a1

    January 19, 2016
  • v1.5.1 Changes

    February 29, 2016

    ๐Ÿš€ The final 1.x release on master.
    ๐Ÿš‘ 1.x will no longer be maintained except for critical security updates.

    ๐Ÿš€ Note: a modern 2.x release or a clone of master should be favoured whenever possible.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ‘ Allow redirect of private front page
    • โœ‚ Remove calls to GH raw
    • Disable PHP errors
    • ๐Ÿ—„ Deprecate cheery theme
    • ๐Ÿ‘‰ Use int to stop overflow in DB
    • ๐Ÿ›  Fix misc. bugs
  • v1.4.1 Changes

    June 13, 2015

    ๐Ÿ”„ Changelog:

    • ๐Ÿ”„ Changes from 1.4.1 Beta
    • ๐Ÿ›  Fixed "bell curve" issue in admin panel
    • ๐Ÿ›  General bugfixes
    • ๐Ÿ›  Fixed bug allowing users to complete registration even if registration is turned off (users' accounts will be inactivated and unusable, so this bug does not compromise the integrity of an instance's links)