Skip to content

Commit

Permalink
versionsplit(max-version-nc-27)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvandebroek committed Sep 16, 2024
1 parent 8259d73 commit 3a2f745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,8 @@

## 3.0.12 - 2024-08-12
### Bugfix
- Fix for users who couldn't clear their license properly to return to Free version.
- Fix for users who couldn't clear their license properly to return to Free version.

## 3.0.13 - 2024-09-16
### Version limitation
- This build will only work for Nextcloud versions <= 27.x
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Sendent</name>
<summary lang="en">Sendent allows you to securely exchange files and emails</summary>
<description lang="en">Sendent now securely exchanges files and emails, integrating with both Microsoft Outlook and Microsoft Teams. This enhanced capability allows users to seamlessly conduct their work, not only within their preferred email environment but also within the collaborative framework of Microsoft Teams. Whether sharing privacy-sensitive documents, content, or handling attachments that exceed standard email size constraints, Sendent ensures a streamlined and secure communication experience. All files are directed to your Nextcloud instance, empowering you to control and manage access permissions effectively.</description>
<version>3.0.12</version>
<version>3.0.13</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.sendent.com">Sendent B.V.</author>
<namespace>Sendent</namespace>
Expand All @@ -22,7 +22,7 @@
<screenshot>https://download.sendent.com/serverapp/1.0.0/publicsharedate.png</screenshot>

<dependencies>
<nextcloud min-version="25" max-version="29"/>
<nextcloud min-version="25" max-version="27"/>
</dependencies>

<settings>
Expand Down

0 comments on commit 3a2f745

Please sign in to comment.