All Versions
16
Latest Version
Avg Release Cycle
209 days
Latest Release
1260 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5 Changes
January 10, 2014YOURLS 1.5 βRonnie James Dioβ (announcement)
- β 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, 2014YOURLS 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, 2014YOURLS 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