Skip to content

Commit d37ca1e

Browse files
committed
Merge branch 'master' into develop
2 parents f915306 + 9bafc67 commit d37ca1e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.0.10] - 2024-11-07
2+
### Changed
3+
- Fixed namespace prefix declaration in client-side XSLT
4+
5+
## [4.0.9] - 2024-02-07
6+
### Changed
7+
- Fixed dragging within a map
8+
- Fixed Docker build issue caused by an old Node.js version
9+
- Fixed Login with Google caused by Varnish configuration stripping HTTP cookies
10+
111
## [4.0.8] - 2023-07-11
212
### Changed
313
- Dependency on `com.atomgraph.server` (new module) instead of `com.atomgraph.processor`

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema"
2121
xmlns:map="http://www.w3.org/2005/xpath-functions/map"
2222
xmlns:json="http://www.w3.org/2005/xpath-functions"
2323
xmlns:array="http://www.w3.org/2005/xpath-functions/array"
24+
xmlns:fn="http://www.w3.org/2005/xpath-functions"
2425
xmlns:ac="∾"
2526
xmlns:ldh="&ldh;"
2627
xmlns:rdf="&rdf;"
@@ -527,4 +528,4 @@ exclude-result-prefixes="#all"
527528
<xsl:sequence select="ixsl:call(ixsl:window(), 'alert', [ $response?message ])"/>
528529
</xsl:function>
529530

530-
</xsl:stylesheet>
531+
</xsl:stylesheet>

0 commit comments

Comments
 (0)