Skip to content

Commit 3293223

Browse files
committed
Upgrade to 0.3.7
1 parent d834190 commit 3293223

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later
77

88
## [Unreleased]
99

10+
## [0.3.7] - 2025-02-17
11+
12+
- Fix: Now working with Nextcloud versions 30 and 31
13+
1014
## [0.3.6] - 2024-10-21
1115

1216
- Embed imported images into the diagram.

Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN git fetch && git checkout ${NC_VERSION}
3131
RUN git submodule update --init
3232
RUN echo '{"application/x-drawio": "image"}' > mimetypealiases.json
3333
RUN echo '{"drawio": ["application/x-drawio"]}' > mimetypemapping.json
34+
RUN echo 'output_buffering = 0' >> php.ini
3435
EXPOSE 8080
3536
CMD cp mimetype*.json config \
3637
&& php -S 0.0.0.0:8080

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ interface in the "General" tab.
5959
CryptPad". You can find it in the "Integration" category.
6060
3. Configure "Open in CryptPad" in the administration settings of Nextcloud.
6161
]]></description>
62-
<version>0.3.6</version>
62+
<version>0.3.7</version>
6363
<licence>agpl</licence>
6464
<author mail="wolfgang.ginolas@xwiki.com" homepage="https://xwiki.com">Wolfgang Ginolas</author>
6565
<namespace>OpenInCryptPad</namespace>
6666
<category>integration</category>
6767
<bugs>https://github.com/cryptpad/nextcloud-open-in-cryptpad/issues</bugs>
6868
<screenshot>https://raw.githubusercontent.com/cryptpad/nextcloud-open-in-cryptpad/main/screenshot.png</screenshot>
6969
<dependencies>
70-
<nextcloud min-version="28" max-version="30"/>
70+
<nextcloud min-version="29" max-version="31"/>
7171
</dependencies>
7272
<settings>
7373
<admin>OCA\OpenInCryptPad\Settings\Admin</admin>

0 commit comments

Comments
 (0)