Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
id: versions
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1

- name: Set up php${{ steps.versions.outputs.php-available }}
- name: Set up php${{ steps.versions.outputs.php-min }}
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
with:
php-version: ${{ steps.versions.outputs.php-available }}
php-version: ${{ steps.versions.outputs.php-min }}
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
coverage: none
ini-file: development
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.0.0 – 2025-12-23

### Changed
- npm and composer packages updated @janepie [#99](https://github.com/nextcloud/integration_mattermost/pull/99)
- lazy config loading and removing deprecated config method @janepie [#99](https://github.com/nextcloud/integration_mattermost/pull/99)
- migrated to vue3 @julien-nc [#100](https://github.com/nextcloud/integration_mattermost/pull/100)
- Use new settings components @julien-nc [#100](https://github.com/nextcloud/integration_mattermost/pull/100)
- Adjust to nc/files breaking changes for NC 33 @julien-nc [#100](https://github.com/nextcloud/integration_mattermost/pull/100)


## 2.1.1 – 2025-07-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<summary>Integration of Mattermost</summary>
<description><![CDATA[Mattermost integration provides a dashboard widget displaying your most important notifications
and a unified search provider for messages. It also lets you send files to Mattermost from Nextcloud Files.]]></description>
<version>2.2.0</version>
<version>3.0.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Mattermost</namespace>
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": "integration_mattermost",
"version": "0.0.1",
"version": "3.0.0",
"description": "Mattermost integration",
"main": "index.js",
"directories": {
Expand Down