-
Notifications
You must be signed in to change notification settings - Fork 35
/
version.xml
34 lines (27 loc) · 837 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
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE version SYSTEM "../../../lib/pkp/dtd/pluginVersion.dtd">
<!--
* plugins/oldGregg/version.xml
*
* Copyright (c) 2017 Vitaliy Bezsheiko, MD
*
* Plugin version information.
-->
<version>
<!-- The application should match the theme folder to ensure it is unique -->
<application>oldGregg</application>
<!-- The type should always be `plugins.themes` -->
<type>plugins.themes</type>
<!--
The current version. It should always include 4 numbers.
Valid: 1.0.2.3, 0.1.4.0
Invalid: 1.0, v1.0.4, 1.0.0.0b
-->
<release>2.2.0.0</release>
<!-- The date of the latest version -->
<date>2021-04-25</date>
<!-- This should always be 1 -->
<lazy-load>1</lazy-load>
<!-- The class name of the plugin. See index.php -->
<class>OldGreggThemePlugin</class>
</version>