-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdates.xml
More file actions
24 lines (24 loc) · 965 Bytes
/
updates.xml
File metadata and controls
24 lines (24 loc) · 965 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"?>
<updates>
<update>
<name>PankyReadTime</name>
<description>Joomla content plugin displaying article reading time and scroll progress bar.</description>
<element>pankyreadingtime</element>
<type>plugin</type>
<folder>content</folder>
<client>site</client>
<version>3.0.1</version>
<infourl title="Content Plugin PankyReadTime">https://github.com/pnkr/PankyReadTime</infourl>
<downloads>
<!-- Adjust the filename below to match your release asset zip name -->
<downloadurl type="full" format="zip">https://github.com/pnkr/PankyReadTime/releases/download/v3.0.1/pankyreadingtime-3.0.1.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Panagiotis Kiriakopoulos</maintainer>
<maintainerurl>https://github.com/pnkr</maintainerurl>
<targetplatform name="joomla" version="5.1|6.*"/>
<php_minimum>8.1.0</php_minimum>
</update>
</updates>