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

Commit e1c1d54

Browse files
committed
Add support for Joomla auto updater
1 parent a2cde44 commit e1c1d54

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Automatic Intro Image needs IMagick php module to be installed and enabled on yo
88
See https://github.com/mattiaverga/JAutomaticIntroImage/wiki for more help.
99

1010
## Changelog
11+
### v1.3.1
12+
* Add support for Joomla extension updater
13+
1114
### v1.3
1215
* New feature: use progressive JPEG
1316

automaticintroimage.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,8 @@
121121
</fieldset>
122122
</fields>
123123
</config>
124+
<updateservers>
125+
<!-- Note: No spaces or linebreaks allowed between the server tags -->
126+
<server type="extension" name="Automatic Inro Image Update Site">https://raw.githubusercontent.com/mattiaverga/JAutomaticIntroImage/master/manifest.xml</server>
127+
</updateservers>
124128
</extension>

manifest.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<updates>
3+
<update>
4+
<name>Automatic Intro Image plugin</name>
5+
<description>This is the Joomla 3.2+ plugin Automatic Intro Image</description>
6+
<element>automaticintroimage</element>
7+
<type>plugin</type>
8+
<folder>content</folder>
9+
<version>1.3.1</version>
10+
<client>site</client>
11+
<infourl title="Automatic Intro Image plugin">https://github.com/mattiaverga/JAutomaticIntroImage/releases/tag/1.3.1</infourl>
12+
<downloads>
13+
<downloadurl type="full" format="zip">https://github.com/mattiaverga/JAutomaticIntroImage/archive/1.3.1.zip</downloadurl>
14+
</downloads>
15+
<targetplatform name="joomla" version="3.[456789]" />
16+
</update>
17+
</updates>

0 commit comments

Comments
 (0)