Skip to content

Commit

Permalink
Merge pull request #15 from htmgarcia/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
htmgarcia authored Feb 12, 2017
2 parents ba1805d + 3b06c7b commit f9735e1
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 10 additions & 8 deletions mod_lastworks.xml → src/mod_lastworks.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?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.
</description>

<files>
<filename module="mod_lastworks">mod_lastworks.php</filename>
<filename module="mod_lastworks">index.html</filename>
Expand All @@ -22,6 +21,7 @@
<folder module="mod_lastworks">assets</folder>
<folder module="mod_lastworks">tmpl</folder>
</files>

<languages>
<language tag="en-GB">en-GB.mod_lastworks.ini</language>
</languages>
Expand Down Expand Up @@ -74,7 +74,9 @@
</fieldset>
</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>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 f9735e1

Please sign in to comment.