Skip to content

Commit

Permalink
Prepare v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Jul 16, 2021
1 parent d71a9a9 commit 551b139
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ eXide consists of two parts:

## Note concerning eXide 3.0.0

eXide 3.0.0 removes the *app generation* feature as it was generating outdated code with potential security risks. We recommend the much better [yeoman generator](https://github.com/eXist-db/generator-exist) for eXist-db.
eXide 3.0.0 removes the *app generation* feature as it was generating outdated code with potential security risks. We recommend the much better yeoman-based [generator-exist](https://github.com/eXist-db/generator-exist) for eXist-db.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exide",
"version": "3.0.0",
"version": "3.1.0",
"description": "a web-based XQuery IDE",
"main": "main.js",
"directories": {
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/>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
<changelog>
<change version="3.1.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Feature: Added Preference options that govern indentation and XInclude expansion when opening and downloading XML documents from database, and expanded documentation to cover commonly used features of eXide, such as XQSuite and EXPath Package support and query result controls - <a href="https://github.com/eXist-db/eXide/pull/328">#328</a>.</li>
</ul>
</change>
<change version="3.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Remove dependency on deprecated shared-resources package</li>
Expand Down

0 comments on commit 551b139

Please sign in to comment.