-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjcaption.xml
More file actions
21 lines (21 loc) · 830 Bytes
/
jcaption.xml
File metadata and controls
21 lines (21 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="system" method="upgrade">
<name>plg_system_jcaption</name>
<author>Widget Factory</author>
<creationDate>November 2023</creationDate>
<copyright>Copyright (C) 2022 - 2023 Ryan Demmer. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>info@joomlacontenteditor.net</authorEmail>
<authorUrl>www.joomlacontenteditor.net</authorUrl>
<version>1.0.3</version>
<description>JCaption Migration</description>
<files folder="plugins/system/jcaption">
<filename plugin="jcaption">jcaption.php</filename>
<filename>index.html</filename>
<folder>js</folder>
<folder>language</folder>
</files>
<config>
<fields name="params"></fields>
</config>
</extension>