-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
98 lines (60 loc) · 2.14 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Version history
===============
10.1 (2024-12-11):
- added: target blank behaviour can be forced on an anchor
10.0 (2024-06-28):
- changed: updated for Elgg 6
9.0.1 (2023-11-30):
- several small chores/fixes
9.0 (2023-06-02):
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5
8.0 (2022-06-01):
- changed: increased minimal Elgg version to 4.2
7.0 (2021-09-27):
- added: French translation
- added: target is no longer an allowed attribute for html content
- changed: updated for Elgg 4
6.0.1 (2020-05-26):
- several small chores/fixes
6.0 (2020-03-03):
- changed: increases minimal Elgg requirement to 3.1
- changed: moved start.php to Bootstrap and elgg-plugin.php
- fixed: make target blank js work in IE
5.1 (2020-01-06):
- changed: both http and https are detected as local urls
5.0 (2019-03-27):
- added: dutch translation
- changed: the suffix is now contained in a span
- changed: updated for Elgg 3.0
- fixed: do not add suffix to img wrapped in elgg-anchor-label
4.0.1 (2016-10-12):
- fixed: link suffix appended to empty links
4.0 (2016-03-10):
- added: composer support
- changed: moved cache reset to action file
- changed: moved test file to resource view
- changed: upped the minimal Elgg requirement to 2.0
- changed: javascript is now loaded asynchronously
- fixed: moved the amd modules to the correct path
- fixed: class typo in button
3.0 (2014-11-07):
- added: plugin setting to append html to blank target links
- added: blank target links now get an class
2.0 (2012-01-17):
- changed: moved info from manifest to README.txt
- fixed: replaced deprecated function in start.php
1.0.4 (2012-01-12):
- Updated for 1.8 by Brett Profitt.
1.0.3 (2011-04-22):
- changed: using jquery live function to register target blank on external links
1.0.2 (2011-04-21):
- changed: extend view functions updated for 1.7.x
- changed: moved code to js instead of metatags view
- fixed: target should not override target if it is already present
- fixed: support for https in external link
1.0.1 (2010-07-02):
- fixed: issue with href='#' (thx elggfan)
- fixed: widget content will now be handled
1.0 (2010-07-02):
- initial version