-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtitlechange.xml
More file actions
24 lines (21 loc) · 932 Bytes
/
titlechange.xml
File metadata and controls
24 lines (21 loc) · 932 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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>plg_system_titlechange</name>
<author>Viviana Menzel</author>
<creationDate>April 2015</creationDate>
<copyright>Copyright (C) 2015 - 2025 Viviana Menzel</copyright>
<license>GNU General Public License version 3 or later</license>
<authorEmail>vivianamenzel@dr-menzel-it.de</authorEmail>
<authorUrl>www.dr-menzel-it.de</authorUrl>
<version>2.0.0</version>
<description>PLG_SYSTEM_TITLECHANGE_XML_DESCRIPTION</description>
<namespace path="src">Drmenzelit\Plugin\System\Titlechange</namespace>
<updateservers>
<server type="extension" name="plg_system_titlechange">https://raw.githubusercontent.com/drmenzelit/Joomla-Plugin-Title-Change/master/update.xml</server>
</updateservers>
<files>
<folder plugin="titlechange">services</folder>
<folder>src</folder>
<folder>language</folder>
</files>
</extension>