Skip to content

Commit

Permalink
Integrate the update system
Browse files Browse the repository at this point in the history
  • Loading branch information
htmgarcia committed Feb 12, 2017
1 parent fe4c6e6 commit 4dc578a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/mod_lastworks.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="2.5" client="site" method="upgrade">
<extension type="module" version="3.0" client="site" method="upgrade">
<name>Last Works</name>
<author>Valentín García</author>
<creationDate>May 2015</creationDate>
<copyright>Copyright (C) 2015 Valentín García.</copyright>
<creationDate>February 2017</creationDate>
<copyright>Copyright (C) 2017 JoomlaTemplat.es</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomlatemplat.es</authorUrl>
<version>2.4.4</version>
<version>2.5</version>
<description>
<![CDATA[
Last Works. Show your articles as you wants. Info and support: <a href="https://joomlatemplat.es/" target='_blank'>joomlatemplat.es</a>
Last Works. Show your articles as you wants. Info and support: <a href="https://joomlatemplat.es/joomla-extensions/37-last-works" target='_blank'>joomlatemplat.es</a>
]]>
</description>
<files>
Expand Down Expand Up @@ -75,6 +75,6 @@
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="Last Works Updates"><![CDATA[http://www.htmgarcia.com/updates/lastworks/lastworks.xml]]></server>
<server type="extension" priority="1" name="Last Works Updates"><![CDATA[https://joomlatemplat.es/updates/mod_lastworks/updates.xml]]></server>
</updateservers>
</extension>
18 changes: 18 additions & 0 deletions updates.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Last Works</name>
<description>Last Works update</description>
<element>mod_lastworks</element>
<type>module</type>
<version>2.5</version>
<infourl title="Last Works update">https://joomlatemplat.es/joomla-extensions/37-last-works</infourl>
<downloads>
<downloadurl type="full" format="zip">https://joomlatemplat.es/updates/mod_lastworks/mod_lastworks-2.5.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version=".*"/>
</update>
</updates>

0 comments on commit 4dc578a

Please sign in to comment.