-
Notifications
You must be signed in to change notification settings - Fork 0
/
pankyreadingtime.xml
24 lines (23 loc) · 1.13 KB
/
pankyreadingtime.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="5.1" type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_PANKYREADINGTIME</name>
<author>Panayiotis Kiriakopoulos</author>
<creationDate>October 2024</creationDate>
<copyright>(C) 2024 Panayiotis Kiriakopoulos</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://github.com/pnkr</authorUrl>
<version>2.1.0</version>
<description>PLG_CONTENT_PANKYREADINGTIME_XML_DESCRIPTION</description>
<namespace path="src">Panky\Plugin\Content\Pankyreadingtime</namespace>
<files>
<folder plugin="pankyreadingtime">services</folder>
<folder>src</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/plg_content_pankyreadingtime.ini</language>
<language tag="en-GB">language/en-GB/plg_content_pankyreadingtime.sys.ini</language>
<language tag="el-GR">language/el-GR/plg_content_pankyreadingtime.ini</language>
<language tag="el-GR">language/el-GR/plg_content_pankyreadingtime.sys.ini</language>
</languages>
</extension>