Skip to content

Commit 3548e9f

Browse files
zero-24chrisdavenport
authored andcommitted
Implement the JED update.xml (joomla-extensions#268)
* add jed_update.xml * get rid of the wrong method
1 parent ab6125b commit 3548e9f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

jed_update.xml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<jedupdate version="1">
3+
<core_body>The Web Links Manager allows you to add, edit and remove links to other web sites on your Joomla! web site, and organize them into categories. You can then display these links on your site, and optionally let visitors add new links.</core_body>
4+
<!-- valid links only or leave blank -->
5+
<homepage_link>https://github.com/joomla-extensions/weblinks</homepage_link>
6+
<download_link>https://github.com/joomla-extensions/weblinks/releases</download_link>
7+
<demo_link>https://demo.joomla.org/</demo_link>
8+
<documentation_link>https://docs.joomla.org/Help33:Components_Weblinks_Links</documentation_link>
9+
<support_link>http://forum.joomla.org/</support_link>
10+
<license_link>http://opensourcematters.org/legal/license-copyright/gnu-general-public-license-v2.html</license_link>
11+
<version>3.5.0</version>
12+
<compatibility>
13+
<version>35</version>
14+
<version>36</version>
15+
<version>37</version>
16+
</compatibility>
17+
</jedupdate>

0 commit comments

Comments
 (0)