-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.xml
51 lines (51 loc) · 1.15 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
<changelogs>
<changelog>
<element>kickjanolaw</element>
<type>plugin</type>
<version>3.0.1</version>
<note>
<item>tag name</item>
</note>
</changelog>
<changelog>
<element>kickjanolaw</element>
<type>plugin</type>
<version>3.0.0</version>
<addition>
<item>add Joomla 5 support</item>
</addition>
<note>
<item>new build pipeline</item>
</note>
</changelog>
<changelog>
<element>kickjanolaw</element>
<type>plugin</type>
<version>2.0.2</version>
<fix>
<item>fix Joomla 3 fields</item>
</fix>
</changelog>
<changelog>
<element>kickjanolaw</element>
<type>plugin</type>
<version>2.0.1</version>
<fix>
<item>revoke update url</item>
</fix>
</changelog>
<changelog>
<element>kickjanolaw</element>
<type>plugin</type>
<version>2.0.0</version>
<security>
<item><![CDATA[<p>No security issues.</p>]]></item>
</security>
<addition>
<item>add Joomla 4 support</item>
</addition>
<note>
<item>change minimum Joomla version to 4.0.0 and PHP minimum to 7.2.5</item>
</note>
</changelog>
</changelogs>