Skip to content

Commit

Permalink
v2.0.4 update (#58)
Browse files Browse the repository at this point in the history
* update packages

* fix eslint

* bump versions, changelog

* remove deprecated options

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 authored Mar 11, 2024
1 parent f684b93 commit a8978cb
Show file tree
Hide file tree
Showing 8 changed files with 20,989 additions and 12,006 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.0.4 – 2024-03-11

Maintenance update

### Added

- Nextcloud 29 support

### Changed

- Update npm packages (Nextcloud Vue 8)
- Localization (l10n) updates

## 2.0.3 – 2023-10-17

Maintenance update
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Mastodon integration</name>
<summary>Integration of Mastodon self-hosted social networking service</summary>
<description><![CDATA[Mastodon integration provides dashboard widgets displaying your important notifications and your home timeline.]]></description>
<version>2.0.3</version>
<version>2.0.4</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Mastodon</namespace>
Expand All @@ -17,7 +17,7 @@
<bugs>https://github.com/nextcloud/integration_mastodon/issues</bugs>
<screenshot>https://github.com/nextcloud/integration_mastodon/raw/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="28"/>
<nextcloud min-version="26" max-version="29"/>
</dependencies>
<settings>
<admin>OCA\Mastodon\Settings\Admin</admin>
Expand Down
Loading

0 comments on commit a8978cb

Please sign in to comment.