]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - changelog.txt
1.4-alpha massive commit:
[Github/YOURLS.git] / changelog.txt
1 *** YOURLS Changelog ***\r
2 \r
3 This file attempts to list the major changes through all versions of YOURLS. For a much more detailed\r
4 list, simply refer to the commit messages: http://code.google.com/p/yourls/source/list\r
5 \r
6 1.0\r
7 - initial release\r
8 \r
9 1.0.1\r
10 - don't remember. Trivial stuff probably.\r
11 \r
12 1.1\r
13 - don't remember. Some little bugs I guess.\r
14 \r
15 1.2\r
16 - don't remember. A few tiny stuff for sure.\r
17 \r
18 1.3-RC1\r
19 - added bookmarklet and tools page\r
20 - improved XSS filter when adding new URL\r
21 - code cleanup in admin/index.php to separate code and display\r
22 - added favicon\r
23 - stricter coding to prevent notices with undefined indexes\r
24 - hide PHP notices & SQL errors & warnings, unless YOURLS_DEBUG constant set to true\r
25 \r
26 1.4\r
27 - now using a global object $ydb for everything related to DB and other globally needed stuff\r
28 - change in DB schema: now storing URLs with their keyword as used in shorturl, allowing for any keyword length\r
29 - change in DB schema: new table for storing various options including next_id, dropping table of the same name\r
30 - change in DB schema: new table for storing hits (for stats)\r
31 - added an upgrader from 1.3 to 1.4\r
32 - improved the installer, with .htaccess file creation\r