diff --git a/CHANGELOG.md b/CHANGELOG.md index d45e670..135686f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.0.2-rc1] - 2024-03-13 +## [1.0.2] - 2024-03-17 ### Added @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - drop support for Nextcloud <= v25 +- translations + ## [1.0.1] - 2023-08-03 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index bbab680..b8350a1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ DokuWiki Integration Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend like LDAP, or with an appropriate auth plugin on either side of the integration. - 1.0.2-rc1 + 1.0.2 agpl Claus-Justus Heine DokuWiki diff --git a/package.json b/package.json index e611765..bf17799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rotdrop/nextcloud-app-dokuwiki", - "version": "1.0.2-rc1", + "version": "1.0.2", "description": "Support embedding an existing DokuWiki instance with SSO", "keywords": [], "homepage": "https://github.com/rotdrop/nextcloud-app-text-dokuwiki.git",