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