All Versions
10
Latest Version
Avg Release Cycle
105 days
Latest Release
2332 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)