-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathchangelog.xml
128 lines (128 loc) · 4.33 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<changelogs>
<changelog>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.2.0</version>
<fix>
<item>#143 wrong scheduler type used for link and db request</item>
</fix>
<addition>
<item>#132 use namespacing and eventpatcher for plugins</item>
<item>#87 Ordering of menus inside sitemap</item>
</addition>
<change>
</change>
<remove>
</remove>
<note>
<item>The XML generation is a B/C break to version 4.x.x and earlier</item>
</note>
</changelog>
<changelog>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.1.1</version>
<fix>
<item>#135 Problem with Page Title</item>
<item>#133 Duplicate images</item>
<item>#134 Message: Warning: Undefined property: stdClass::$subnodes</item>
<item>#128 Duplicated entries in image map</item>
<item>#125 Type ID is PLG_TASK_SCHUWEBSITEMAP is not a translatable</item>
<item>#126 add more log entries to task plugin</item>
</fix>
<addition>
<item>#124 Task Scheduler Translation fr-FR</item>
</addition>
<change>
<item>change #127 Only sitemap xml for default task </item>
</change>
<remove>
</remove>
<note>
<item>The XML generation is a B/C break to version 4.x.x and earlier</item>
</note>
</changelog>
<changelog>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.1.0</version>
<fix>
<item>fix option to remove priority and changefreq</item>
<item>fix order by default bug</item>
</fix>
<addition>
<item>Joomla! scheduler task to automatically recreate sitemap xml file</item>
</addition>
<change>
<item>overall code improvements</item>
</change>
<remove>
</remove>
<note>
<item>The XML generation is a B/C break to version 4.x.x and earlier</item>
</note>
</changelog>
<changelog>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.0.2</version>
<fix>
<item>fix image sitemap uses admin URL instead of site</item>
<item>fix SEF URLs</item>
</fix>
<addition>
</addition>
<change>
</change>
<remove>
</remove>
<note>
<item>The XML generation is a B/C break to version 4.x.x and earlier</item>
</note>
</changelog>
<changelog>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.0.1</version>
<fix>
<item>fix array_key_first(): Argument #1 () must be of type array, null given</item>
<item>fix J5 native compatibility</item>
<item>fix PHP json deprecate warning</item>
<item>fix DPCalendar missing in plugin not installed message</item>
<item>fix Deprecated: substr(): Passing null to parameter #1</item>
<item>fixes #118 Remove duplicate: removed too much links/menu items</item>
</fix>
<addition>
</addition>
<change>
</change>
<remove>
</remove>
<note>
<item>The XML generation is a B/C break to version 4.x.x and earlier</item>
</note>
</changelog>
<changelog>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.0.0</version>
<fix>
<item>HTML page title is also not yet set</item>
<item>switch for the backlink does not work</item>
</fix>
<addition>
<item>Joomla 4 namespacing</item>
<item>Manual real XML sitemap generation</item>
<item>More options to remove duplicates</item>
</addition>
<change>
<item>Complete refactoring of the code</item>
</change>
<remove>
<item>URL for on the fly xml sitemap generation</item>
</remove>
<note>
<item>The XML generation is a B/C break to version 4.x.x and earlier</item>
</note>
</changelog>
</changelogs>