Skip to content

Commit dc6437b

Browse files
committed
Prepare v0.5.0
1 parent c9aec9d commit dc6437b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55

66
project.name=shared-resources
7-
project.version=0.4.2
7+
project.version=0.5.0

expath-pkg.xml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/shared" abbrev="shared" version="@project.version@" spec="1.0">
33
<title>Shared Resources: jquery, dojo, ace ...</title>
4+
<dependency processor="http://exist-db.org" semver-min="3.0.4"/>
45
<xquery>
56
<namespace>http://exist-db.org/xquery/apps</namespace>
67
<file>apputil.xql</file>

repo.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
<li>Minor release to restore package/@abbrev value to prevent problems on older systems querying public-repo.</li>
6262
</ul>
6363
</change>
64+
<change version="0.5.0">
65+
<ul xmlns="http://www.w3.org/1999/xhtml">
66+
<li>New: Template functions can now accept an arbitrary number of parameters, previously limited to 15 - <a href="https://github.com/eXist-db/shared-resources/pull/29">#29</a></li>
67+
<li>New: Templates can be loaded from HTTP and HTTPS URLs - <a href="https://github.com/eXist-db/shared-resources/pull/24">#24</a></li>
68+
<li>Fixed: Build problems - <a href="https://github.com/eXist-db/shared-resources/pull/28">#28</a></li>
69+
</ul>
70+
</change>
6471
</changelog>
6572
<deployed>2013-11-24T18:45:15.366+01:00</deployed>
6673
</repo:meta>

0 commit comments

Comments
 (0)