Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mod_adminnotes/mod_adminnotes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>Author email</authorEmail>
<authorUrl>Auther website</authorUrl>
<version>0.2.0</version>
<version>0.2.1</version>
<description>MOD_ADMINNOTES_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
Expand Down
4 changes: 2 additions & 2 deletions pkg_adminnotes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension type="package" version="3.9" method="upgrade">
<name>Administrator Notes</name>
<packagename>adminnotes</packagename>
<version>0.2.0</version>
<version>0.2.1</version>
<creationDate>April 2020</creationDate>
<author>JG Sanders</author>
<authorEmail>Author email</authorEmail>
Expand All @@ -18,6 +18,6 @@
<file type="module" id="mod_adminnotes" client="administrator">mod_adminnotes</file>
</files>
<updateservers>
<server type="extension" priority="1" name="Admin Notes Updates">https://raw.githubusercontent.com/sandewt/mod_adminnotes/master/update.xml</server>
<server type="collection" priority="1" name="Admin Notes Updates">https://raw.githubusercontent.com/sandewt/mod_adminnotes/master/updates/list.xml</server>
</updateservers>
</extension>
4 changes: 2 additions & 2 deletions update.xml → updates/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<updates>
<update>
<name>Administrator Notes</name>
<description>The module shows administrator notes in the control panel.</description>
<description><![CDATA[The module shows administrator notes in the control panel.]]></description>
<element>mod_adminnotes</element>
<type>module</type>
<folder></folder>
<client>administrator</client>
<version>0.2.0</version>
<version>0.2.1</version>
<infourl title="Administrator Notes">https://github.com/sandewt/mod_adminnotes</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/sandewt/mod_adminnotes/archive/master.zip</downloadurl>
Expand Down
3 changes: 3 additions & 0 deletions updates/list.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<extensionset name="AdminNotes extension set" description="AdminNotes extension set">
<extension name="AdminNotes" element="adminnotes" type="file" version="0.2.1" detailsurl="https://raw.githubusercontent.com/sandewt/mod_adminnotes/master/updates/extension.xml"/>
</extensionset>