Skip to content

Commit

Permalink
fixed: current() does not switch context instance for relative paths …
Browse files Browse the repository at this point in the history
…in an XPath predicate,

closes kobotoolbox#347
  • Loading branch information
MartijnR committed Nov 13, 2015
1 parent ce4b09a commit 718c9d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http:https://semver.org/).

[Unreleased]
[1.20.3] - 2015-11-13
---------------------
##### Fixed
- If form resource retrieval fails, it won't be re-attempted upon next load
- Chevron icons in timepicker not shown.
- Current() does not switch context instance for relative paths in an XPath predicate.

[1.20.2] - 2015-11-02
---------------------
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enketo-express",
"description": "A simplified version of Enketo Smart Paper that requires a constant connection to the server.",
"homepage": "",
"version": "1.20.2",
"version": "1.20.3",
"main": "./app.js",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"csurf": "1.8.x",
"db.js": "0.10.x",
"debug": "2.x.x",
"enketo-core": "4.4.1",
"enketo-core": "4.4.2",
"enketo-transformer": "1.6.3",
"express": "4.x.x",
"i18next": "1.10.x",
Expand Down

0 comments on commit 718c9d5

Please sign in to comment.