Skip to content

Commit fc46e3a

Browse files
authored
Merge pull request #4744 from nextcloud/release/v8.4.12
chore: release v8.4.12
2 parents f497ece + 6b649f3 commit fc46e3a

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 8.4.12
4+
5+
### Added
6+
- Composer installation instructions to README by @elzody in [#4634](https://github.com/nextcloud/richdocuments/pull/4634)
7+
8+
### Fixed
9+
- Save as on mobile with direct editing by @juliusknorr in [#4740](https://github.com/nextcloud/richdocuments/pull/4740)
10+
- Do not fetch remote Collabora URL for own server by @elzody in [#4732](https://github.com/nextcloud/richdocuments/pull/4732)
11+
- Remove Composer files by @elzody in [#4635](https://github.com/nextcloud/richdocuments/pull/4635)
12+
13+
### Other
14+
- npm audits
15+
- Dependency updates
16+
317
## 8.4.11
418

519
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
77
88
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
9-
<version>8.4.11</version>
9+
<version>8.4.12</version>
1010
<licence>agpl</licence>
1111
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1212
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.4.11",
4+
"version": "8.4.12",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -85,4 +85,4 @@
8585
],
8686
"globalSetup": "<rootDir>/src/tests/setup.js"
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)