-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
repo.xml
40 lines (40 loc) · 1.57 KB
/
repo.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
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Dashboard</description>
<author>Joern Turner</author>
<website/>
<status>stable</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>dashboard</target>
<prepare></prepare>
<finish/>
<changelog>
<change version="2.0.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Small improvements - <a href="https://github.com/eXist-db/dashboard/pull/96">#96</a></li>
</ul>
</change>
<change version="2.0.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Login to dashboard fails if not in "dba" group - <a href="https://github.com/eXist-db/dashboard/issues/90">#90</a></li>
</ul>
</change>
<change version="2.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Switched from deprecated xmldb:get-current-user function to sm:id</li>
</ul>
</change>
<change version="2.0.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Update embedded package manager to work with eXist 5.0.0</li>
</ul>
</change>
<change version="2.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>First release of Dashboard v2.0.0 - <a href="https://github.com/eXist-db/existdb-dashboard/issues/15">#15</a></li>
</ul>
</change>
</changelog>
</meta>