Skip to content

Commit 62966e2

Browse files
committed
Update for 2.3.2 Release
1 parent e3f48e4 commit 62966e2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

website/content/home-text.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ <h2>Getting started...</h2>
3535
<div id="news">
3636
<!-- RDF Transform Version Control -->
3737
<h2>News</h2>
38+
<dl>
39+
<dt>2.3.2 Released</dt>
40+
<dd>This version is updates the Namespace management. The Prefix, Namespace, Location, and
41+
Location Type are store for each Namespace in the project. This expands on the older Prefix
42+
and Namespace storage. It allows the Namespace management to recall from where it loaded the
43+
Namespace. For URLs, they may differ from the Namespace IRI. For Files, the uploaded file is
44+
stored in the RDF Transform cache in a project directory.
45+
</dd>
46+
</dl>
3847
<dl>
3948
<dt>2.3.1 Released</dt>
4049
<dd>This version is a minor update. The RDF Node dialog is updated with a resizer. Additionally,

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
},
212212
'download-latest' : { // RDF Transform Version Control
213213
'title' : 'Download Latest',
214-
'redirect' : 'https://github.com/AtesComp/rdf-transform/releases/download/v2.3.1/rdf-transform-2.3.1.zip'
214+
'redirect' : 'https://github.com/AtesComp/rdf-transform/releases/download/v2.3.2/rdf-transform-2.3.2.zip'
215215
},
216216
'issues' : {
217217
'title' : 'Issue Tracker',

0 commit comments

Comments
 (0)