Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Dec 27, 2022
1 parent 2a7cffc commit 98b09dc
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>uppush</id>
<name>UnifiedPush Provider</name>
<summary>Use Nextcloud as a push provider for mobile phones&#39; notifications</summary>
<description><![CDATA[Once the mobile phone is connected with NextPush, push notifications can be forwarded to applications implementing UnifiedPush.
More information about UnifiedPush at https://unifiedpush.org]]></description>
<version>1.1.2</version>
<licence>agpl</licence>
<author mail="[email protected]" >S1m</author>
<namespace>UnifiedPushProvider</namespace>
<category>multimedia</category>
<bugs>https://github.com/UP-NextPush/server-app</bugs>
<dependencies>
<nextcloud min-version="19" max-version="25"/>
</dependencies>
<settings>
<admin>OCA\UnifiedPushProvider\Settings\AdminSettings</admin>
<admin-section>OCA\UnifiedPushProvider\Settings\UnifiedPushProviderSection</admin-section>
<personal>OCA\UnifiedPushProvider\Settings\PersonalSettings</personal>
<personal-section>OCA\UnifiedPushProvider\Settings\UnifiedPushProviderSection</personal-section>
</settings>
</info>
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>uppush</id>
<name>UnifiedPush Provider</name>
<summary>Use Nextcloud as a push provider for mobile phones&#39; notifications</summary>
<description><![CDATA[Once the mobile phone is connected with NextPush, push notifications can be forwarded to applications implementing UnifiedPush.
More information about UnifiedPush at https://unifiedpush.org]]></description>
<version>1.1.3</version>
<licence>agpl</licence>
<author mail="[email protected]" >S1m</author>
<namespace>UnifiedPushProvider</namespace>
<category>multimedia</category>
<bugs>https://github.com/UP-NextPush/server-app</bugs>
<dependencies>
<nextcloud min-version="19" max-version="25"/>
</dependencies>
<settings>
<admin>OCA\UnifiedPushProvider\Settings\AdminSettings</admin>
<admin-section>OCA\UnifiedPushProvider\Settings\UnifiedPushProviderSection</admin-section>
<personal>OCA\UnifiedPushProvider\Settings\PersonalSettings</personal>
<personal-section>OCA\UnifiedPushProvider\Settings\UnifiedPushProviderSection</personal-section>
</settings>
</info>

0 comments on commit 98b09dc

Please sign in to comment.