-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpkg_adminnotes.xml
More file actions
23 lines (23 loc) · 1.09 KB
/
pkg_adminnotes.xml
File metadata and controls
23 lines (23 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" ?>
<extension type="package" version="3.9" method="upgrade">
<name>Administrator Notes</name>
<packagename>adminnotes</packagename>
<version>0.2.1</version>
<creationDate>April 2020</creationDate>
<author>JG Sanders</author>
<authorEmail>Author email</authorEmail>
<authorUrl>Auther website</authorUrl>
<copyright>Copyright (C) 2019 - 2020. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<url>https://github.com/sandewt</url>
<packager>JG Sanders</packager>
<packagerurl>https://github.com/sandewt/mod_adminnotes</packagerurl>
<description><![CDATA[This Joomla! package shows the module administrator notes in the control panel.]]></description>
<blockChildUninstall>true</blockChildUninstall>
<files>
<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>
</updateservers>
</extension>