Skip to content

Commit db599a3

Browse files
authored
Merge pull request #101 from nextcloud/prepare-v3.0.0
Prepare v3.0.0
2 parents 860bcb3 + 43c0ee1 commit db599a3

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/workflows/psalm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
id: versions
2828
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
2929

30-
- name: Set up php${{ steps.versions.outputs.php-available }}
30+
- name: Set up php${{ steps.versions.outputs.php-min }}
3131
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
3232
with:
33-
php-version: ${{ steps.versions.outputs.php-available }}
33+
php-version: ${{ steps.versions.outputs.php-min }}
3434
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
3535
coverage: none
3636
ini-file: development

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 3.0.0 – 2025-12-23
10+
11+
### Changed
12+
- npm and composer packages updated @janepie [#99](https://github.com/nextcloud/integration_mattermost/pull/99)
13+
- lazy config loading and removing deprecated config method @janepie [#99](https://github.com/nextcloud/integration_mattermost/pull/99)
14+
- migrated to vue3 @julien-nc [#100](https://github.com/nextcloud/integration_mattermost/pull/100)
15+
- Use new settings components @julien-nc [#100](https://github.com/nextcloud/integration_mattermost/pull/100)
16+
- Adjust to nc/files breaking changes for NC 33 @julien-nc [#100](https://github.com/nextcloud/integration_mattermost/pull/100)
17+
18+
919
## 2.1.1 – 2025-07-16
1020

1121
### Changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<summary>Integration of Mattermost</summary>
66
<description><![CDATA[Mattermost integration provides a dashboard widget displaying your most important notifications
77
and a unified search provider for messages. It also lets you send files to Mattermost from Nextcloud Files.]]></description>
8-
<version>2.2.0</version>
8+
<version>3.0.0</version>
99
<licence>agpl</licence>
1010
<author>Julien Veyssier</author>
1111
<namespace>Mattermost</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration_mattermost",
3-
"version": "0.0.1",
3+
"version": "3.0.0",
44
"description": "Mattermost integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)