Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Add support for Joomla auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaverga committed Jun 2, 2017
1 parent a2cde44 commit e1c1d54
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Automatic Intro Image needs IMagick php module to be installed and enabled on yo
See https://github.com/mattiaverga/JAutomaticIntroImage/wiki for more help.

## Changelog
### v1.3.1
* Add support for Joomla extension updater

### v1.3
* New feature: use progressive JPEG

Expand Down
4 changes: 4 additions & 0 deletions automaticintroimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,8 @@
</fieldset>
</fields>
</config>
<updateservers>
<!-- Note: No spaces or linebreaks allowed between the server tags -->
<server type="extension" name="Automatic Inro Image Update Site">https://raw.githubusercontent.com/mattiaverga/JAutomaticIntroImage/master/manifest.xml</server>
</updateservers>
</extension>
17 changes: 17 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Automatic Intro Image plugin</name>
<description>This is the Joomla 3.2+ plugin Automatic Intro Image</description>
<element>automaticintroimage</element>
<type>plugin</type>
<folder>content</folder>
<version>1.3.1</version>
<client>site</client>
<infourl title="Automatic Intro Image plugin">https://github.com/mattiaverga/JAutomaticIntroImage/releases/tag/1.3.1</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/mattiaverga/JAutomaticIntroImage/archive/1.3.1.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[456789]" />
</update>
</updates>

0 comments on commit e1c1d54

Please sign in to comment.