diff --git a/CHANGELOG.md b/CHANGELOG.md index 135686f..8fec98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.3] - 2024-03-23 + +### Fixed + +- restore PHP 8.1 compatibility + ## [1.0.2] - 2024-03-17 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 94177d6..27d6b5f 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 + 1.0.3 agpl Claus-Justus Heine DokuWiki @@ -20,7 +20,7 @@ https://github.com/rotdrop/nextcloud-app-dokuwiki - + diff --git a/package.json b/package.json index bf17799..8a9301d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rotdrop/nextcloud-app-dokuwiki", - "version": "1.0.2", + "version": "1.0.3", "description": "Support embedding an existing DokuWiki instance with SSO", "keywords": [], "homepage": "https://github.com/rotdrop/nextcloud-app-text-dokuwiki.git",