-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Joomla auto-update. Bump release version to 1.1
- Loading branch information
Simon Champion
committed
Feb 10, 2017
1 parent
debe2e8
commit ebda98f
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |