Skip to content

Commit

Permalink
Add Joomla auto-update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Champion committed Mar 6, 2017
1 parent 14076e3 commit f064c0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions restrictusername.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@

</fields>
</config>
<updateservers>
<server type="extension" priority="2" name="Notify Activation Updates">https://raw.githubusercontent.com/Spudley/plg_user_restrictusername/master/update.xml</server>
</updateservers>
</extension>
18 changes: 18 additions & 0 deletions update.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Restrict Username</name>
<description>Limit what characters are permitted in a username</description>
<element>restrictusername</element>
<type>plugin</type>
<folder>user</folder>
<version>1.0.0</version>
<client>0</client>
<infourl title="Notify Activation plugin">https://github.com/Spudley/plg_user_restrictusername/releases/tag/1.0.1</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/Spudley/plg_user_restrictusername/archive/1.0.1.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[56789]" />
<php_minimum>5.4.0</php_minimum>
</update>
</updates>

0 comments on commit f064c0c

Please sign in to comment.