-
Notifications
You must be signed in to change notification settings - Fork 8
/
version.xml
29 lines (23 loc) · 1007 Bytes
/
version.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
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE version SYSTEM "../../../lib/pkp/dtd/pluginVersion.dtd">
<!--
* version.xml
*
* Copyright (c) 2003-2013 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Plugin version information.
major minor revision build date_installed current product_type product product_class_name
INSERT INTO versions (major, minor, revision, build, date_installed,current,product_type,product,product_class_name,lazy_load)
SELECT 1,0,0,0, now(),1,'plugins.gateways','markup','MarkupPlugin',1
ALSO NOTE: TO DELETE PLUGIN ENTIRELY, AND RE-replace it, esp if ojs delete didn't work due to folder permissions, you may need to run:
DELETE from versions where product ='markupplugin'
-->
<version>
<application>markup</application>
<type>plugins.generic</type>
<release>1.0.1.3</release>
<date>2013-8-19</date>
<lazy-load>0</lazy-load>
<class>MarkupPlugin</class>
</version>