Skip to content

Commit

Permalink
Merge pull request #36 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
Update version on master
  • Loading branch information
rullzer authored Sep 5, 2018
2 parents 3ff9ef9 + 86342ca commit 32445a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
<?xml version="1.0"?>
<info>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>files_downloadactivity</id>
<name>Activities for shared file downloads</name>
<summary>Creates activities for downloads of files that were shared with other users or a group</summary>
<description>Creates activities for downloads of files that were shared with other users or a group</description>
<licence>AGPL</licence>
<version>1.4.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>FilesDownloadActivity</namespace>

<types>
<filesystem/>
</types>

<category>files</category>
<category>monitoring</category>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_downloadactivity/master/docs/screenshot.png</screenshot>

<website>https://github.com/nextcloud/files_downloadactivity</website>
<bugs>https://github.com/nextcloud/files_downloadactivity/issues</bugs>
<repository>https://github.com/nextcloud/files_downloadactivity</repository>

<version>1.3.0</version>
<namespace>FilesDownloadActivity</namespace>

<types>
<filesystem/>
</types>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_downloadactivity/master/docs/screenshot.png</screenshot>

<dependencies>
<nextcloud min-version="14" max-version="14" />
<nextcloud min-version="15" max-version="15" />
</dependencies>

<activity>
Expand All @@ -35,3 +37,4 @@
</providers>
</activity>
</info>

2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Fix for "Autoload path not allowed: .../files_downloadactivity/tests/testcase.php"
\OC_App::loadApp('files_downloadactivity');

if(!class_exists('PHPUnit_Framework_TestCase')) {
if(!class_exists('\PHPUnit\Framework\TestCase')) {
require_once('PHPUnit/Autoload.php');
}

Expand Down

0 comments on commit 32445a9

Please sign in to comment.