-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.xml
23 lines (23 loc) · 836 Bytes
/
update.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>User - HIBP (HaveIBeenPwned)</name>
<description>Verifies a user's password is secure, using the HaveIBeenPwned (HIBP) API</description>
<element>hibp</element>
<type>plugin</type>
<folder>user</folder>
<client>site</client>
<version>1.1.0</version>
<infourl title="HaveIBeenPwned plugin">https://github.com/spudley/plg_user_hibp/releases/tag/1.1.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/spudley/plg_user_hibp/archive/1.1.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Simon Champion</maintainer>
<maintainerurl>http://www.simonchampion.net</maintainerurl>
<php_minimum>5.6.0</php_minimum>
<targetplatform name="joomla" version="3.[89]" />
</update>
</updates>