forked from alanhogan/lessnmore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
62 lines (51 loc) · 2.37 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2.2
- Forked from alanhogan's fork. No further updates will occure to this
CHANGES.txt file, the git history says it all.
2.1.1
- Merged changes from jfro’s fork.
- Changed insert queries to support Postgres
- Avoid php short tags which aren't always enabled
2.1.0
- Fixed issue [#4](http://github.com/alanhogan/lessnmore/issues#issue/4) regarding the bookmarklets and clicking ‘Cancel’ in the prompt.
- Fixed issue [#6](http://github.com/alanhogan/lessnmore/issues#issue/6) regarding 404s (thanks to repearhulk for the patch).
- Trims punctuation from the right of the slug, per [best practices](http://alanhogan.com/tips/rel-shortlink-for-short-urls)
2.0.3
- Improved security
- Corrected the stats table
2.0.2
- Optimize a couple queries
- Fix for finding banned words and glyphs anywhere but the end of the slug
2.0.1
- Case sensitivity in MySQL
2.0 (Lessn More fork)
- Protected against SQL injection attacks
- Support for aliases - set the 'url' field in a database row to be the token you want to want to alias to, and the 'redir_type' to 'alias'
- Support for the 410 GONE response for deleted redirections - set 'redir_type' to 'gone' in the DB row
- Avoids collisions between automatically assigned shortcuts and manual ones
- Allows mixed-case shortcuts
- Expanded README
- Added migration script for butteredurls users
- Custom slugs in bookmarklets
- Prettied up installation
- Allowed overwriting existing slugs (with a warning that this is bad for the Internet)
1.1.1
- Fix for #1
- Support for api and redirect URL arguments thanks to Lessn 1.0.5
- Added new configuration option HOMEPAGE_URL for redirecting somewhere if no short url is given
1.1 (butteredurls fork)
- modified query calls to use PDO to allow PostgreSQL/SQLite support
- created an install.php to handle execution of installation queries
- created statistics table to record IP/referer/timestamp
- added column to urls table for doing custom urls like /flickr
- added simple statistics (hits) page in admin area
1.0.2
- updated existing url query to also compare the url in the event of multiple matching checksums
- changed UNIQUE checksum index to non-unique INDEX to allow for legitimate collisions
- added note about .htaccess to README.txt
- added "Updating from 1.0.1" to README.txt
- added CHANGES.txt
1.0.1
- fixed YEAR definition (was 356 days instead of 365)
- fixed typos in README.txt
1.0
- initial release