summaryrefslogtreecommitdiff
path: root/plugins/new_version.xml
blob: 41c9ccb5d8c7f9299e6fa6d4c1688b91b36cd5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd">

	<author>René 'Necoro' Neumann</author>
	<name>New Version Reminder</name>

	<import>portato.plugins.new_version</import>

	<hooks>
		<hook type="main" call="find_version" />
	</hooks>

	<menu>
		<item call="find_version">Check for new _versions</item>
	</menu>
</plugin>