-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.xml
63 lines (63 loc) · 1.88 KB
/
changelog.xml
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
<changelogs>
<changelog>
<element>mod_sw_kbirthday</element>
<type>module</type>
<version>3.1.2</version>
<fix>
<item>fix warning for invalid Date usage</item>
<item>fix not displayed config option</item>
<item>fix till time was not displayed if clac once per day</item>
<item>use better CB profile link creation</item>
</fix>
<addition>
</addition>
<change>
</change>
<remove>
</remove>
<note>
</note>
</changelog>
<changelog>
<element>mod_sw_kbirthday</element>
<type>module</type>
<version>3.1.1</version>
<fix>
<item>fix #62 module name must be prefixed with mod_</item>
<item>fix installer script ignore parent preflight</item>
<item>fix #61 missing migrate script for changed module option values</item>
</fix>
<addition>
</addition>
<change>
</change>
<remove>
<item>remove pre 1.9.0 migrate script</item>
</remove>
<note>
</note>
</changelog>
<changelog>
<element>mod_sw_kbirthday</element>
<type>module</type>
<version>3.1.0</version>
<fix>
<item>Displaying Name Field Community Builder</item>
<item>fix deprecated warnings</item>
<item>fix styling module and kbottom</item>
<item>fix parameter display in admin</item>
</fix>
<addition>
<item>native Joomla 5 compatibility</item>
<item>Language override button or link</item>
<item>add changelog</item>
</addition>
<change>
<item>overall code improvements</item>
</change>
<remove>
</remove>
<note>
</note>
</changelog>
</changelogs>