Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit b79b8804 authored by Michelle Weidling's avatar Michelle Weidling :herb:
Browse files

docs: bump version number, update CHANGELOG

parent d3094023
Branches
Tags
1 merge request!37Bugfix/#54 edition plain text arabic
Pipeline #149004 passed
......@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.1] - 2020-08-31
### Fixed
- Certain manifests are excluded from being listed in a collection.
These aren't "real" editions and shouldn't be displayed in the front end.
## [1.9.0] - 2020-08-28
### Added
......
project.name=https://ahikar-test.sub.uni-goettingen.de/
project.version=1.8.2
project.version=1.9.1
project.title=TextAPI for Ahikar
project.abbrev=ahikar-test
project.processorversion=5.2.0
......
......@@ -7,7 +7,7 @@ xquery version "3.1";
:
: @author Mathias Göbel
: @author Michelle Weidling
: @version 1.9.0
: @version 1.9.1
: @since 0.0.0
: @see https://subugoe.pages.gwdg.de/ahiqar/api-documentation/page/text-api-specs/
: :)
......@@ -28,7 +28,7 @@ import module namespace functx="http://www.functx.com";
import module namespace requestr="http://exquery.org/ns/request";
import module namespace rest="http://exquery.org/ns/restxq";
declare variable $tapi:version := "1.9.0";
declare variable $tapi:version := "1.9.1";
declare variable $tapi:server := if(requestr:hostname() = "existdb") then doc("../expath-pkg.xml")/*/@name => replace("/$", "") else "http://localhost:8094/exist/restxq";
declare variable $tapi:baseCollection := "/db/apps/sade/textgrid";
declare variable $tapi:dataCollection := $tapi:baseCollection || "/data/";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment