Skip to content

Commit

Permalink
chore(release): Bump version to 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Nov 21, 2024
1 parent e3eced0 commit 37961d2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.3.0

### Added

- Add support for Nextcloud 30
- fix: add clarifying use case details to appstore @joshtrichards [#590](https://github.com/nextcloud/officeonline/pull/590)

### Fixed

- fix: Properly create new files on public share links @juliusknorr [#593](https://github.com/nextcloud/officeonline/pull/593)

### Other

- chore: Align dependencies (and PHP version) with current lowest supported Nextcloud version @susnux [#580](https://github.com/nextcloud/officeonline/pull/580)
- refactor: Migrate away from deprecated `ILogger` to PSR-3 @susnux [#579](https://github.com/nextcloud/officeonline/pull/579)

## 2.2.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Microsoft Official Documentation: [Deploying Office Online Server](https://docs.microsoft.com/en-us/officeonlineserver/deploy-office-online-server)]]>
</description>

<version>3.0.0-dev.0</version>
<version>2.3.0</version>
<licence>agpl</licence>

<author>Julius Härtl</author>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officeonline",
"description": "Collabora online integration",
"version": "3.0.0-dev.0",
"version": "2.3.0",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -111,4 +111,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit 37961d2

Please sign in to comment.