-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkg_switcheditor.xml
27 lines (27 loc) · 1.4 KB
/
pkg_switcheditor.xml
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
26
27
<?xml version="1.0" encoding="UTF-8" ?>
<extension type="package" version="4.0" method="upgrade">
<name>switch editor 2</name>
<packagename>switcheditor</packagename>
<version>2.5.5</version>
<author>ConseilGouz</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.conseilgouz.com</authorUrl>
<copyright>(C)2024 ConseilGouz. All rights reserved.</copyright>
<license>GNU General Public License version 3, or later</license>
<creationDate>2024-12-31</creationDate>
<description>switch editor for Joomla 4.x/5.x</description>
<files folder="packages">
<file type="module" id="mod_switcheditor" client="administrator">mod_adm_switcheditor.zip</file>
<file type="module" id="mod_switcheditor" client="site">mod_site_switcheditor.zip</file>
</files>
<scriptfile>switcheditor.install.php</scriptfile>
<languages folder="language">
<language tag="en-GB">en-GB/pkg_switcheditor.sys.ini</language>
<language tag="fr-FR">fr-FR/pkg_switcheditor.sys.ini</language>
<language tag="ru-RU">ru-RU/pkg_switcheditor.sys.ini</language>
</languages>
<changelogurl>https://raw.githubusercontent.com/conseilgouz/pkg_switcheditor_j4/master/pkg_switcheditor_changelog.xml</changelogurl>
<updateservers>
<server type="extension" name="switcheditor" priority="1">https://raw.githubusercontent.com/conseilgouz/updates_github/master/pkg_switcheditor_update.xml</server>
</updateservers>
</extension>