This repository was archived by the owner on Oct 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Automatic Intro Image needs IMagick php module to be installed and enabled on yo
8
8
See https://github.com/mattiaverga/JAutomaticIntroImage/wiki for more help.
9
9
10
10
## Changelog
11
+ ### v1.3.1
12
+ * Add support for Joomla extension updater
13
+
11
14
### v1.3
12
15
* New feature: use progressive JPEG
13
16
Original file line number Diff line number Diff line change 121
121
</fieldset >
122
122
</fields >
123
123
</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 >
124
128
</extension >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments