File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ RUN git fetch && git checkout ${NC_VERSION}
3131RUN git submodule update --init
3232RUN echo '{"application/x-drawio": "image"}' > mimetypealiases.json
3333RUN echo '{"drawio": ["application/x-drawio"]}' > mimetypemapping.json
34+ RUN echo 'output_buffering = 0' >> php.ini
3435EXPOSE 8080
3536CMD cp mimetype*.json config \
3637 && php -S 0.0.0.0:8080
Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ interface in the "General" tab.
5959 CryptPad". You can find it in the "Integration" category.
60603. 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 >
You can’t perform that action at this time.
0 commit comments