]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - CHANGELOG.md
CHANGELOG for markdown
[Github/YOURLS.git] / CHANGELOG.md
1 YOURLS Changelog\r
2 ================\r
3 \r
4 This file attempts to list the main changes through all versions of YOURLS. For a much more detailed\r
5 list, simply refer to the commit messages: http://code.google.com/p/yourls/source/list\r
6 \r
7 1.0\r
8 ---\r
9 - initial release\r
10 \r
11 1.0.1\r
12 -----\r
13 - don't remember. Trivial stuff probably.\r
14 \r
15 1.1\r
16 ---\r
17 - don't remember. Some little bugs I guess.\r
18 \r
19 1.2\r
20 ---\r
21 - don't remember. A few tiny stuff for sure.\r
22 \r
23 1.3-RC1\r
24 -------\r
25 - added bookmarklet and tools page\r
26 - improved XSS filter when adding new URL\r
27 - code cleanup in admin/index.php to separate code and display\r
28 - added favicon\r
29 - stricter coding to prevent notices with undefined indexes\r
30 - hide PHP notices & SQL errors & warnings, unless YOURLS_DEBUG constant set to true\r
31 \r
32 1.4\r
33 ---\r
34 - added an upgrader from 1.3 to 1.4\r
35 - change in logic: now using a global object $ydb for everything related to DB and other globally needed stuff\r
36 - change in logic: include "load-yourls.php" instead of "config.php" to start engine\r
37 - change in DB schema: now storing URLs with their keyword as used in shorturl, allowing for any keyword length\r
38 - change in DB schema: new table for storing various options including next_id, dropping table of the same name\r
39 - change in DB schema: new table for storing hits (for stats)\r
40 - improved the installer, with .htaccess file creation\r
41 - layout tweak: now prettier, isn't it?\r
42 - stats! OMG stats!\r
43 \r
44 1.4.1\r
45 -----\r
46 - fixed base 62 URLs (keywords with MiXeD CaSe)\r
47 - new & secure auth method for API calls, with no need to use login & password combo\r
48 - allow SSL enforcement for admin pages\r
49 - new API method: stats for individual URL.\r
50 - prevent internal redirection loops\r
51 - filter and search URLs & short URLs by date\r
52 \r
53 1.4.2\r
54 -----\r
55 - fixed bug in auth function\r
56 - added sample public API file\r
57 - added check in API requests for WordPress plugin when adding a new short URL\r
58 - prettier sample public interface\r
59 \r
60 1.4.3\r
61 -----\r
62 - fixed bug no-stats-showing-ffs due to inconsistency in DB schema\r
63 - improve error reporting with API method url-stat\r
64 \r
65 1.5\r
66 ---\r
67 - added: plugin architecture! OMG plugins!!1!!1!\r
68 - added: directory /user, config.php can be moved there\r
69 - added: new "instant bookmarklets"\r
70 - added: 1 click copy-to-clipboard a la bitly\r
71 - change in logic: now all request are handled by PHP and don't rely on .htaccess\r
72 - added: saving URL titles\r
73 - added: support for prefix-n-shorten: sho.rt/http://example.com/\r
74 - added: core plugin to allow hyphens in URLs\r
75 - added: core sample plugin to wrap redirected URLs in a social toolbar\r
76 - added: core sample plugin to show how to create administration page in plugins\r
77 - added: core plugin to display a random pretty background\r
78 - changed: layout now using a more consistent palette, see http://yourls.org/palette\r
79 - added: anti XSS and anti CSRF measures\r
80 - added: interactive map if possible in stat traffic by countries\r
81 - fixed: lots of bugs\r
82 \r
83 1.5.1\r
84 -----\r
85 - added: full jsonp support\r
86 - added: ability to use encrypted passwords in the config file\r
87 - fixed: support for http://www.sho.rt/bleh and http://sho.rt/bleh\r
88 - added: support for any favicon dropped in the /user directory\r
89 - updated: Google Visualization API instead of deprecated Google Charts\r
90 - fixed: bugs, bugs, bugs\r
91 - added: hooks, hooks, hooks\r
92 - improved: things, things, things\r
93 \r
94 1.6\r
95 ---\r
96 - added: custom API actions