forked from s9y/additional_plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
35 lines (26 loc) · 959 Bytes
/
ChangeLog
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
0.1.12:
* Check for empty url, prevents heap overflow on some php installations
0.1.11:
* Fixed Smarty3 API change issue
0.1.9:
* Fixed multiple insert of the title if link was a smaller part of
another link
0.1.8:
* Fixed wrong counting of existing links which lead to ignoring
some of them
0.1.7:
* Fixed multiple insert of the title if the link was multiple times
in the same entry
0.1.6:
* No longer check nl2br-activation
* remove newlines and tabs from title, as they get inserted by accident
0.1.5:
* Encode title from the charset of the linked site to own charset
0.1.4:
* Added configuration for the amount of kb to fetch from a linked site
* Added timeout to curl because range seem not to work and made fopen the default
0.1.3:
* Made use of curl if existent
* Surpressed warnings of failing links
0.1.1
* Removed a wrong-placed " which made the HTML invalid