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