Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rotdrop committed Mar 23, 2024
1 parent 426e487 commit 9359064
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>DokuWiki Integration</name>
<summary>Embed an existing DokuWiki instance into Nextcloud, potentially with SSO.</summary>
<description>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.</description>
<version>1.0.2</version>
<version>1.0.3</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.claus-justus-heine.de">Claus-Justus Heine</author>
<namespace>DokuWiki</namespace>
Expand All @@ -20,7 +20,7 @@
<bugs>https://github.com/rotdrop/nextcloud-app-dokuwiki</bugs>
<dependencies>
<nextcloud min-version="26" max-version="28"/>
<php min-version="8.2" max-version="8.3" />
<php min-version="8.1" max-version="8.3" />
</dependencies>
<navigations>
<navigation>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9359064

Please sign in to comment.