Skip to content

Commit

Permalink
Add update server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaz Parkyn committed Aug 23, 2019
1 parent b941c78 commit 2d1bf8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Kernel Booking Module</name>
<description>module to embed the Kernel Booking System</description>
<element>mod_kernel_booking</element>
<type>module</type>
<version>1.0.0</version>
<client>site</client>
<infourl title="Kernel Booking Module">https://github.com/kernel-data/kernel-booking-joomla-module/releases/tag/1.0.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/kernel-data/kernel-booking-joomla-module/arhcive/1.0.0.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[6789]" />
</update>
</updates>
2 changes: 1 addition & 1 deletion mod_kernel_booking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="Kernel Booking Update Server">#</server>
<server type="extension" priority="2" name="My Extension's Updates">https://raw.githubusercontent.com/kernel-data/kernel-booking-joomla-module/master/manifest.xml</server>
</updateservers>
</extension>

0 comments on commit 2d1bf8e

Please sign in to comment.