Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump version, drop NC 28 & 29
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Aug 14, 2025
commit 96f8ecd72836b444e1d9d5ee894fec4fd4d2e3f3
5 changes: 3 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Notion integration</name>
<summary>Integration of Notion</summary>
<description><![CDATA[Notion integration adds ability to search in Notion and render its links.]]></description>
<version>1.2.0</version>
<version>1.3.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -26,7 +26,8 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_notion/main/screenshots/screenshot3.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_notion/main/screenshots/screenshot4.jpg</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="31"/>
<php min-version="8.1" />
<nextcloud min-version="30" max-version="32"/>
</dependencies>
<settings>
<admin>OCA\Notion\Settings\Admin</admin>
Expand Down