All Versions
16
Latest Version
Avg Release Cycle
209 days
Latest Release
1465 days ago

Changelog History
Page 2

  • v1.5 Changes

    January 10, 2014

    YOURLS 1.5 β€œRonnie James Dio” (announcement)

    image1

    • βž• added: plugin architecture! OMG plugins!!1!!1!
    • βž• added: directory /user, config.php can be moved there
    • βž• added: new "instant bookmarklets"
    • βž• added: 1 click copy-to-clipboard a la bitly
    • πŸ”„ change in logic: now all request are handled by PHP and don't rely on .htaccess
    • βž• added: saving URL titles
    • βž• added: support for prefix-n-shorten: sho.rt/http://example.com/
    • βž• added: core plugin to allow hyphens in URLs
    • βž• added: core sample plugin to wrap redirected URLs in a social toolbar
    • βž• added: core sample plugin to show how to create administration page in plugins
    • βž• added: core plugin to display a random pretty background
    • πŸ”„ changed: layout now using a more consistent palette, see http://yourls.org/palette
    • βž• added: anti XSS and anti CSRF measures
    • βž• added: interactive map if possible in stat traffic by countries
    • πŸ›  fixed: lots of bugs
  • v1.4.3 Changes

    January 10, 2014

    YOURLS 1.4.3

    • πŸ›  fixed bug no-stats-showing-ffs due to inconsistency in DB schema
    • πŸ‘Œ improve error reporting with API method url-stat
  • v1.4.2 Changes

    January 10, 2014

    YOURLS 1.4.2

    • πŸ›  fixed: bug in auth function
    • βž• added: sample public API file
    • βž• added: check in API requests for WordPress plugin when adding a new short URL
    • prettier sample public interface
  • v1.4.1 Changes

    January 10, 2014
    • πŸ›  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!
  • v1.3-RC1 Changes

    • βž• added bookmarklet and tools page
    • πŸ‘Œ improved XSS filter when adding new URL
    • code cleanup in admin/index.php to separate code and display
    • βž• added favicon
    • stricter coding to prevent notices with undefined indexes
    • ⚠ hide PHP notices & SQL errors & warnings, unless YOURLS_DEBUG constant set to true

    1.2

    • don't remember. A few tiny stuff for sure.

    1.1

    • don't remember. Some little bugs I guess.
  • v1.0.1 Changes

    • don't remember. Trivial stuff probably.

    1.0

    • πŸŽ‰ initial release