Skip to content

Commit

Permalink
Merge pull request #37 from joewiz/prepare-v0.7.3
Browse files Browse the repository at this point in the history
[hotfix] Prepare v0.7.3
  • Loading branch information
joewiz authored Feb 23, 2019
2 parents f932ab6 + 773cac5 commit de5c23e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app.xql
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ declare function app:package-to-list-item($app as element(app), $version as xs:s
<p>
{$app/description/text()}
<br/>
Version {$version/string()} {
Version {$version} {
if ($requires) then
concat(" (Requires eXist-db ", app:requires-to-english($requires), ".)")
else
Expand Down
5 changes: 5 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<finish>post-install.xql</finish>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="repo" user="repo" group="repo" mode="rw-rw-r--"/>
<changelog>
<change version="0.7.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Miscellaneous bugs.</li>
</ul>
</change>
<change version="0.7.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Display of HTML pages when requesting packages compatible with older versions of eXist.</li>
Expand Down

0 comments on commit de5c23e

Please sign in to comment.