Skip to content

Commit

Permalink
Implement Joomla auto-update. Bump release version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Champion committed Feb 10, 2017
1 parent debe2e8 commit ebda98f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inlinetweet.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_INLINETWEET_NAME</name>
<version>1.0.0</version>
<version>1.1.0</version>
<creationDate>December 2016</creationDate>
<author>Simon Champion</author>
<authorEmail>simon@simonchampion.net</authorEmail>
Expand Down Expand Up @@ -29,4 +29,7 @@
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="2" name="Inline Tweet Updates">https://raw.githubusercontent.com/Spudley/plg_content_inlinetweet/master/update.xml</server>
</updateservers>
</extension>
18 changes: 18 additions & 0 deletions update.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>Inline Tweet</name>
<description>Turns snippets of text on your site into tweetable link</description>
<element>inlinetweet</element>
<type>plugin</type>
<folder>content</folder>
<version>1.1.0</version>
<client>0</client>
<infourl title="Inline Tweet plugin">https://github.com/Spudley/plg_content_inlinetweet/releases/tag/1.1.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/Spudley/plg_content_inlinetweet/archive/1.1.0.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[56789]" />
<php_minimum>5.4.0</php_minimum>
</update>
</updates>

0 comments on commit ebda98f

Please sign in to comment.