Skip to content

Commit e3ddb7a

Browse files
authored
Merge pull request #666 from joomla-extensions/pkg-changelog
Package changelog fix
2 parents 642b860 + 2522763 commit e3ddb7a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

changelogs/pkg_weblinks_changelog.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
<element>pkg_weblinks</element>
55
<type>package</type>
66
<version>5.0.0</version>
7+
<addition>
8+
<item>Changelogs Plugin: Shows the Changes made in the release</item>
9+
<item>Webservices Plugin: Adds an API for Weblinks with Rate Limiting</item>
10+
<item>Quickicon Plugin: Displays a Quickicon in the Dashboard</item>
11+
</addition>
12+
<change>
13+
<item>Code clean</item>
14+
</change>
15+
<note>
16+
<item>Joomla 6 ready</item>
17+
</note>
718
</changelog>
8-
<addition>
9-
<item>Changelogs Plugin: Shows the Changes made in the release</item>
10-
<item>Webservices Plugin: Adds an API for Weblinks with Rate Limiting</item>
11-
<item>Quickicon Plugin: Displays a Quickicon in the Dashboard</item>
12-
</addition>
1319
</changelogs>

src/administrator/manifests/packages/pkg_weblinks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>##VERSION##</version>
1414
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
1515
<description>PKG_WEBLINKS_XML_DESCRIPTION</description>
16-
<changelogurl>https://github.com/joomla-extensions/weblinks/changelogs/pkg_weblinks_changelog.xml</changelogurl>
16+
<changelogurl>https://raw.githubusercontent.com/joomla-extensions/weblinks/5.x-dev/changelogs/pkg_weblinks_changelog.xml</changelogurl>
1717
<scriptfile>script.php</scriptfile>
1818
<files>
1919
<!-- The id for each extension is the element stored in the DB -->

0 commit comments

Comments
 (0)