YOURLS v1.4.1 Release Notes

Release Date: 2014-01-10 // over 10 years ago
    • ๐Ÿ›  fixed: base 62 URLs (keywords with MiXeD CaSe)
    • ๐Ÿ†• new & secure auth method for API calls, with no need to use login & password combo
    • ๐Ÿ‘ allow SSL enforcement for admin pages
    • ๐Ÿ†• new API method: stats for individual URL.
    • prevent internal redirection loops
    • filter and search URLs & short URLs by date

    1.4

    • โž• added: an upgrader from 1.3 to 1.4
    • ๐Ÿ”„ change in logic: now using a global object $ydb for everything related to DB and other globally needed stuff
    • ๐Ÿ”„ change in logic: include "load-yourls.php" instead of "config.php" to start engine
    • ๐Ÿ”„ change in DB schema: now storing URLs with their keyword as used in shorturl, allowing for any keyword length
    • ๐Ÿ”„ change in DB schema: new table for storing various options including next_id, dropping table of the same name
    • ๐Ÿ”„ change in DB schema: new table for storing hits (for stats)
    • ๐Ÿ‘Œ improved the installer, with .htaccess file creation
    • layout tweak: now prettier, isn't it?
    • stats! OMG stats!