Skip to content

Commit

Permalink
Passman 2.2.1
Browse files Browse the repository at this point in the history
updated version to 2.2.1 and added max-version="15"

Signed-off-by: fnuesse <[email protected]>
Signed-off-by: Passman Bot <[email protected]>
  • Loading branch information
passman-bot committed Dec 19, 2018
1 parent 57de51b commit 29b8d9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.2.0</version>
<version>2.2.1</version>
<licence>agpl</licence>
<author homepage="https://github.com/brantje">Sander Brand</author>
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
Expand All @@ -42,8 +42,8 @@ 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="14" />
<owncloud min-version="14" />
<nextcloud min-version="14" max-version="15"/>
<owncloud min-version="14" max-version="15"/>
</dependencies>

<background-jobs>
Expand Down
11 changes: 11 additions & 0 deletions occ
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env php
<?php
/**
* Copyright (c) 2013 Thomas Müller <[email protected]>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/

//$argv = $_SERVER['argv'];
require_once __DIR__ . '/console.php';

0 comments on commit 29b8d9e

Please sign in to comment.