Skip to content

Commit

Permalink
update update.xml and changelog for 5.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Schultschik <[email protected]>
  • Loading branch information
svanschu committed Jan 17, 2024
1 parent 4bbc8b5 commit 80a57a1
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<changelogs>
<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>
Expand Down
38 changes: 38 additions & 0 deletions update.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>SchuWeb Sitemap</name>
<description>SchuWeb Sitemap - Sitemap Generator for Joomla!</description>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.0.1</version>
<changelogurl>https://raw.githubusercontent.com/svanschu/SchuWeb-Sitemap/main/changelog.xml</changelogurl>
<infourl title="SchuWeb Sitemap 5.0.1">https://extensions.schultschik.com/products/schuweb-sitemap/schuweb-sitemap-5-0-1</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/svanschu/SchuWeb-Sitemap/releases/download/5.0.1/pkg_schuweb_sitemap_5.0.1_20240117.zip</downloadurl>
</downloads>
<tags>
<tag>rc</tag>
</tags>
<maintainer>Sven Schultschik</maintainer>
<maintainerurl>http://www.schultschik.de</maintainerurl>
<targetplatform name="joomla" version="5"/>
<php_minimum>8.0.0</php_minimum>
</update>
<update>
<name>SchuWeb Sitemap</name>
<description>SchuWeb Sitemap - Sitemap Generator for Joomla!</description>
<element>com_schuweb_sitemap</element>
<type>component</type>
<version>5.0.1</version>
<changelogurl>https://raw.githubusercontent.com/svanschu/SchuWeb-Sitemap/main/changelog.xml</changelogurl>
<infourl title="SchuWeb Sitemap 5.0.1">https://extensions.schultschik.com/products/schuweb-sitemap/schuweb-sitemap-5-0-1</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/svanschu/SchuWeb-Sitemap/releases/download/5.0.1/pkg_schuweb_sitemap_5.0.1_20240117.zip</downloadurl>
</downloads>
<tags>
<tag>rc</tag>
</tags>
<maintainer>Sven Schultschik</maintainer>
<maintainerurl>http://www.schultschik.de</maintainerurl>
<targetplatform name="joomla" version="4"/>
<php_minimum>8.0.0</php_minimum>
</update>
<update>
<name>SchuWeb Sitemap</name>
<description>SchuWeb Sitemap - Sitemap Generator for Joomla!</description>
Expand Down

0 comments on commit 80a57a1

Please sign in to comment.