Skip to content

Commit

Permalink
Update to 5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Oct 27, 2023
1 parent fe8359c commit f044823
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
basedir=".">

<property name="VERSION"
value="5.15" />
value="5.16" />
<property name="build"
value="build" />
<property name="temp"
Expand Down
12 changes: 11 additions & 1 deletion pkg_juimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,27 @@
<version>@version@</version>
<description />
<scriptfile>script.php</scriptfile>

<update>https://joomla-ua.org/update/lib/juimage.xml</update>
<updateservers>
<server type="extension"
priority="1"
name="juimage">https://joomla-ua.org/update/lib/juimage.xml</server>
name="juimage">
<![CDATA[https://joomla-ua.org/update/lib/juimage.xml]]>
</server>
</updateservers>

<files folder="packages">
<file type="plugin"
id="juimage"
group="system">plg_system_juimage.zip</file>
<file type="library"
id="juimage">lib_juimage.zip</file>
</files>

<compatibility>
<version>3</version>
<version>4</version>
<version>5</version>
</compatibility>
</extension>

0 comments on commit f044823

Please sign in to comment.