Skip to content

Commit

Permalink
Add support for NC25 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck authored Feb 3, 2023
1 parent 2b2bb4d commit bb93b18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## 0.5.0 - 2023-02-03

### Added

- Support for Nextcloud 25 (Requires v0.5.0 of Talked server)

## 0.4.0 - 2022-05-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To use Talked, simply use the `/recording` command in a chat room. If you don't
* `/recording info` - prints the version number of the Talked server.
* `/recording help` - prints a help message with the different options.
]]></description>
<version>0.4.0</version>
<version>0.5.0</version>
<licence>agpl</licence>
<author mail="mw@mwalbeck.org">Magnus Walbeck</author>
<namespace>Talked</namespace>
Expand All @@ -75,7 +75,7 @@ To use Talked, simply use the `/recording` command in a chat room. If you don't
<bugs>https://github.com/MetaProvide/talked-client/issues</bugs>
<repository>https://github.com/MetaProvide/talked-client.git</repository>
<dependencies>
<nextcloud min-version="22" max-version="24"/>
<nextcloud min-version="22" max-version="25"/>
</dependencies>
<commands>
<command>OCA\Talked\Command\Record</command>
Expand Down

0 comments on commit bb93b18

Please sign in to comment.