Skip to content
Open
Changes from all commits
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
7 changes: 4 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Features:
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
]]></description>
<version>2.4.12</version>
<version>2.5.0</version>
<licence>agpl</licence>
<author homepage="https://github.com/brantje">Sander Brand</author>
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
<author homepage="https://github.com/binsky08">Timo Triebensky</author>
<namespace>Passman</namespace>
<documentation>
<admin>https://github.com/nextcloud/passman#readme</admin>
Expand All @@ -42,13 +43,13 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<database>pgsql</database>
<database min-version="5.5">mysql</database>
<lib>openssl</lib>
<nextcloud min-version="26" max-version="31"/>
<nextcloud min-version="26" max-version="33"/>
</dependencies>

<background-jobs>
<job>OCA\Passman\BackgroundJob\ExpireCredentials</job>
</background-jobs>

<repair-steps>
<post-migration>
<step>OCA\Passman\Migration\ServerSideEncryption</step>
Expand Down