-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_postinstall_messages.xml
27 lines (24 loc) · 1.21 KB
/
example_postinstall_messages.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"?>
<extension type="plugin" version="3.0" method="upgrade" group="system">
<name>plg_system_example_postinstall_messages</name>
<author>b2z aka Dmitry Rekun</author>
<creationDate>December 2013</creationDate>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://joomlablog.ru</authorUrl>
<copyright>Copyright (C) 2013 Dmitry Rekun. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see license.txt</license>
<version>1.0.0</version>
<description>PLG_SYSTEM_EXAMPLE_POSTINSTALL_MESSAGES_XML_DESC</description>
<scriptfile>script.php</scriptfile>
<files>
<filename plugin="example_postinstall_messages">example_postinstall_messages.php</filename>
<filename>index.html</filename>
<folder>postinstall</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_system_example_postinstall_messages.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_example_postinstall_messages.sys.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_example_postinstall_messages.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_example_postinstall_messages.sys.ini</language>
</languages>
</extension>