-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathactivitystream.xml
More file actions
25 lines (25 loc) · 1000 Bytes
/
activitystream.xml
File metadata and controls
25 lines (25 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.9" type="plugin" group="privacy" method="upgrade">
<name>plg_privacy_activitystream</name>
<version>1.0.2</version>
<creationDate>22nd Oct 2019</creationDate>
<author>Techjoomla</author>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>https://techjoomla.com</authorUrl>
<copyright>Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>PLG_PRIVACY_ACTIVITYSTREAM_XML_DESCRIPTION</description>
<files>
<filename plugin="activitystream">activitystream.php</filename>
<filename>index.html</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_privacy_activitystream.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_privacy_activitystream.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic" />
</fields>
</config>
</extension>