forked from UMNLibraries/ojs-gopher-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.xml
37 lines (30 loc) · 1016 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
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE version SYSTEM "../../../lib/pkp/dtd/pluginVersion.dtd">
<!--
* plugins/themes/classic/version.xml
*
* Copyright (c) 2014-2023 Simon Fraser University
* Copyright (c) 2003-2023 John Willinsky
* Copyright (c) 2023 University of Minnesota
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Plugin version information.
-->
<version>
<!-- The application should match the theme folder to ensure it is unique -->
<application>gopher</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>1.0.2.1</release>
<!-- The date of the latest version -->
<date>2024-08-29</date>
<!-- This should always be 1 -->
<lazy-load>1</lazy-load>
<!-- The class name of the plugin. See index.php -->
<class>GopherThemePlugin</class>
</version>