]> source.dussan.org Git - nextcloud-server.git/commitdiff
feat(branchoff): Bump versions and requirements in apps
authorJoas Schilling <coding@schilljs.com>
Wed, 14 Aug 2024 08:03:30 +0000 (10:03 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 14 Aug 2024 08:03:30 +0000 (10:03 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
30 files changed:
apps/admin_audit/appinfo/info.xml
apps/cloud_federation_api/appinfo/info.xml
apps/comments/appinfo/info.xml
apps/contactsinteraction/appinfo/info.xml
apps/dashboard/appinfo/info.xml
apps/dav/appinfo/info.xml
apps/encryption/appinfo/info.xml
apps/federatedfilesharing/appinfo/info.xml
apps/federation/appinfo/info.xml
apps/files/appinfo/info.xml
apps/files_external/appinfo/info.xml
apps/files_reminders/appinfo/info.xml
apps/files_sharing/appinfo/info.xml
apps/files_trashbin/appinfo/info.xml
apps/files_versions/appinfo/info.xml
apps/lookup_server_connector/appinfo/info.xml
apps/oauth2/appinfo/info.xml
apps/provisioning_api/appinfo/info.xml
apps/settings/appinfo/info.xml
apps/sharebymail/appinfo/info.xml
apps/systemtags/appinfo/info.xml
apps/testing/appinfo/info.xml
apps/theming/appinfo/info.xml
apps/twofactor_backupcodes/appinfo/info.xml
apps/updatenotification/appinfo/info.xml
apps/user_ldap/appinfo/info.xml
apps/user_status/appinfo/info.xml
apps/weather_status/appinfo/info.xml
apps/webhook_listeners/appinfo/info.xml
apps/workflowengine/appinfo/info.xml

index ab1905b90fd631850ef3a8621a2183a846d07935..cfdfebaacb4e24149cf97fa638f3c2b8ab1162b8 100644 (file)
@@ -10,7 +10,7 @@
        <name>Auditing / Logging</name>
        <summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
        <description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>AdminAudit</namespace>
@@ -20,7 +20,7 @@
        <category>monitoring</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
        <background-jobs>
                <job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
index 39cd2add0f90815b2130ba19a0a589dd34d1688a..8e8f53b5c6c6d0c9329ebc2552b6473a02b8f01b 100644 (file)
@@ -9,7 +9,7 @@
        <name>Cloud Federation API</name>
        <summary>Enable clouds to communicate with each other and exchange data</summary>
        <description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
-       <version>1.13.0</version>
+       <version>1.14.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>CloudFederationAPI</namespace>
@@ -19,6 +19,6 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 </info>
index d2492cb15b4eb81f117f5df22bd41a8f18c7daed..38f40b1e9056ba4d59c235d9a59ad9730444b577 100644 (file)
@@ -10,7 +10,7 @@
        <name>Comments</name>
        <summary>Files app plugin to add comments to files</summary>
        <description>Files app plugin to add comments to files</description>
-       <version>1.20.1</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Arthur Schiwon</author>
        <author>Vincent Petry</author>
@@ -21,7 +21,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <activity>
index 08a2889f941eba2fe4b7e9e85a0c15b2fd3f7800..a1bbd5e6f71df61b2e71f8408d4f40c974edb54a 100644 (file)
@@ -9,7 +9,7 @@
        <name>Contacts Interaction</name>
        <summary>Manages interaction between accounts and contacts</summary>
        <description>Collect data about accounts and contacts interactions and provide an address book for the data</description>
-       <version>1.11.0</version>
+       <version>1.12.0</version>
        <licence>agpl</licence>
        <author>Christoph Wurst</author>
        <author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
@@ -21,7 +21,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
        <background-jobs>
                <job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>
index 7037a14ee42c220304b027769338473302e886a1..339b5d173eb9e3f3009b7245e3e1db69eb3f1b54 100644 (file)
@@ -12,7 +12,7 @@
 
 The Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking.]]>
        </description>
-       <version>7.10.0</version>
+       <version>7.11.0</version>
        <licence>agpl</licence>
        <author>Julius Härtl</author>
        <namespace>Dashboard</namespace>
@@ -22,7 +22,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an overvie
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <navigations>
index 173c45a7fef073dbd5965b9bcac7845a9e9271bc..eb570eacf859d9895ff85151d3a8f59a8eafe641 100644 (file)
@@ -10,7 +10,7 @@
        <name>WebDAV</name>
        <summary>WebDAV endpoint</summary>
        <description>WebDAV endpoint</description>
-       <version>1.31.1</version>
+       <version>1.32.0</version>
        <licence>agpl</licence>
        <author>owncloud.org</author>
        <namespace>DAV</namespace>
@@ -20,7 +20,7 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index 425621b99673839d608f34371723d9a704c3a2e8..b139de210f954c4f4a080b0f069ee278033e5a49 100644 (file)
@@ -14,7 +14,7 @@ In order to use this encryption module you need to enable server-side encryption
 The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.
 Please read the documentation to know all implications before you decide to enable server-side encryption.
        </description>
-       <version>2.18.0</version>
+       <version>2.19.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <author>Clark Tomlinson</author>
@@ -31,7 +31,7 @@ Please read the documentation to know all implications before you decide to enab
 
        <dependencies>
                <lib>openssl</lib>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <repair-steps>
index 213134aac174a4d206cd359f73ae9dde91173f35..1c1770ac2c80be36fea64598c3cede8d1eb9ea93 100644 (file)
@@ -10,7 +10,7 @@
        <name>Federated file sharing</name>
        <summary>Provide federated file sharing across servers</summary>
        <description>Provide federated file sharing across servers</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <author>Roeland Jago Douma</author>
@@ -20,7 +20,7 @@
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <settings>
index 1d34358ae77dbe29c7ea540095686ad23c7337b6..b5bf906bc6d092cc16b1fe55671eec6d38ea4150 100644 (file)
@@ -10,7 +10,7 @@
        <name>Federation</name>
        <summary>Federation allows you to connect with other trusted servers to exchange the account directory.</summary>
        <description>Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing.</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>Federation</namespace>
@@ -22,7 +22,7 @@
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index f3da2057f652364a3eac4f8b6926aa4e287f45d2..ae999a03465a4d6d69c8be9e8c049e774ca50ef1 100644 (file)
@@ -10,7 +10,7 @@
        <name>Files</name>
        <summary>File Management</summary>
        <description>File Management</description>
-       <version>2.2.0</version>
+       <version>2.3.0</version>
        <licence>agpl</licence>
        <author>John Molakvoæ</author>
        <author>Robin Appelman</author>
@@ -24,7 +24,7 @@
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index 285d5eb2a435f7295959aa40e17d6e803cdda9d2..84c31dfd0cac6bb167e06fe7aca410349a1f01d9 100644 (file)
@@ -14,7 +14,7 @@ This application enables administrators to configure connections to external sto
 
 External storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
        </description>
-       <version>1.22.0</version>
+       <version>1.23.0</version>
        <licence>agpl</licence>
        <author>Robin Appelman</author>
        <author>Michael Gapczynski</author>
@@ -33,7 +33,7 @@ External storage can be configured using the GUI or at the command line. This se
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index ad0e2ae53f3d7c372f0e6c49861d4be4b18094d0..a3d5fe43f94822ba9f2efda3480ad83ff75b6d06 100644 (file)
@@ -12,7 +12,7 @@
 
 Set file reminders.
        ]]></description>
-       <version>1.3.0</version>
+       <version>1.4.0</version>
        <licence>agpl</licence>
        <author>Christopher Ng</author>
        <namespace>FilesReminders</namespace>
@@ -22,7 +22,7 @@ Set file reminders.
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index ccaccc688b45520f3c91b7a800c7fc7079b04eab..6979893d7e6d1ef41afcee435a2d17ec34666b17 100644 (file)
@@ -14,7 +14,7 @@
 Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.
 
        </description>
-       <version>1.22.0</version>
+       <version>1.23.0</version>
        <licence>agpl</licence>
        <author>Michael Gapczynski</author>
        <author>Bjoern Schiessle</author>
@@ -27,7 +27,7 @@ Turning the feature off removes shared files and folders on the server for all s
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index 01b87efc914ec90ff3c284018cbbd99f4f8acdcc..9ecb0801990ca3280562c2cf0629d42388711e94 100644 (file)
@@ -14,7 +14,7 @@ This application enables people to restore files that were deleted from the syst
 To prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.
 
        </description>
-       <version>1.20.1</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>Files_Trashbin</namespace>
@@ -28,7 +28,7 @@ To prevent an account from running out of disk space, the Deleted files app will
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index 7d0393883cf0af6c3facf28255d01fd35e94828f..0488ebeb0370ace1488ce747527317e4be8edcc1 100644 (file)
@@ -13,7 +13,7 @@
                This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.
                In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
        </description>
-       <version>1.23.0</version>
+       <version>1.24.0</version>
        <licence>agpl</licence>
        <author>Frank Karlitschek</author>
        <author>Bjoern Schiessle</author>
@@ -28,7 +28,7 @@
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index b554f03c9cba12a59d97a3e50008a75f2148fcdc..89d8cc996d796439fe813863589c741bbb4f5293 100644 (file)
@@ -9,7 +9,7 @@
        <name>Lookup Server Connector</name>
        <summary>Sync public account information with the lookup server</summary>
        <description>Sync public account information with the lookup server</description>
-       <version>1.18.0</version>
+       <version>1.19.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>LookupServerConnector</namespace>
@@ -20,6 +20,6 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 </info>
index 7e7ff7f4bd99fe0e969d217b8532c65720b3d946..f4eede380b1887634617b97d26013998f02c8b6f 100644 (file)
@@ -9,7 +9,7 @@
        <name>OAuth 2.0</name>
        <summary>Allows OAuth2 compatible authentication from other web applications.</summary>
        <description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
-       <version>1.18.0</version>
+       <version>1.19.0</version>
        <licence>agpl</licence>
        <author>Lukas Reschke</author>
        <namespace>OAuth2</namespace>
@@ -20,7 +20,7 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index b8127b9904b8b889aa389629286ea29b57ec6255..92a94f13f4f373074ed96b54c7bfa75fe814dc65 100644 (file)
@@ -18,7 +18,7 @@
                listed above. More information is available in the Provisioning API documentation, including example calls
                and server responses.
        </description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Tom Needham</author>
        <namespace>Provisioning_API</namespace>
@@ -31,6 +31,6 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 </info>
index 2674b97b57d7780befee1b183fb13d113053b3f5..d91c4ff1863858bcbaaf47074c97732e9bb2e92e 100644 (file)
@@ -9,7 +9,7 @@
        <name>Nextcloud settings</name>
        <summary>Nextcloud settings</summary>
        <description>Nextcloud settings</description>
-       <version>1.13.0</version>
+       <version>1.14.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>Settings</namespace>
@@ -17,7 +17,7 @@
        <category>customization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <commands>
index 1a2f32dd007edbf309a102b73c4e6d6213303fc0..b72c864a4e8c61298a266cb77382a3acb6450019 100644 (file)
@@ -9,7 +9,7 @@
        <name>Share by mail</name>
        <summary>Share provider which allows you to share files by mail</summary>
        <description>Share provider which allows you to share files by mail</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>ShareByMail</namespace>
@@ -20,7 +20,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <settings>
index 3a806e16d5ec5a9b347a8d36d8a209f6cb8515af..bfc33c6ff661ac5a09f98477a12e5d25e37af79f 100644 (file)
@@ -11,7 +11,7 @@
        <summary>Collaborative tagging functionality which shares tags among people.</summary>
        <description>Collaborative tagging functionality which shares tags among people. Great for teams.
        (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Vincent Petry</author>
        <author>Joas Schilling</author>
@@ -23,7 +23,7 @@
        <category>organization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
        <settings>
                <admin>OCA\SystemTags\Settings\Admin</admin>
index 8645009ce45c92a9ed9e76a5a31095c853fc7c26..22870e51c59deb0af7d1726367b84e4295a7ff25 100644 (file)
@@ -10,7 +10,7 @@
        <name>QA testing</name>
        <summary>This app is only for testing! It is dangerous to have it enabled in a live instance</summary>
        <description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Joas Schilling</author>
        <types>
@@ -19,6 +19,6 @@
        <category>monitoring</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 </info>
index 94fced6c2b790d58a283ca4f5f60229b1005aaa4..7b42d063161668f53aca69f22ca03299a5f91336 100644 (file)
@@ -9,7 +9,7 @@
        <name>Theming</name>
        <summary>Adjust the Nextcloud theme</summary>
        <description>Adjust the Nextcloud theme</description>
-       <version>2.5.0</version>
+       <version>2.6.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>Theming</namespace>
@@ -21,7 +21,7 @@
        <category>customization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <settings>
index c70a3a469efe41432b0f7d83846d547b0ba9a855..0c98a1f2796679c58d835032fa43fad82aa06802 100644 (file)
@@ -9,7 +9,7 @@
        <name>Two factor backup codes</name>
        <summary>A two-factor auth backup codes provider</summary>
        <description>A two-factor auth backup codes provider</description>
-       <version>1.19.0</version>
+       <version>1.20.0</version>
        <licence>agpl</licence>
        <author>Christoph Wurst</author>
        <namespace>TwoFactorBackupCodes</namespace>
@@ -17,7 +17,7 @@
        <category>security</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <repair-steps>
index 14c8193017d7b8220d48a35c936415a87cb480a0..86fae6033d9ae5c8f1ee048842b95a5a2a3387b7 100644 (file)
        <name>Update notification</name>
        <summary>Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater.</summary>
        <description>Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater.</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Lukas Reschke</author>
        <namespace>UpdateNotification</namespace>
        <category>monitoring</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index 3b94c0bc4445ed647d607a5ed89c14f931ce93a4..f6a2c3cbbae110eeb963de50ccce48e287d7ee0d 100644 (file)
@@ -14,7 +14,7 @@
 A user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.
 
        </description>
-       <version>1.21.0</version>
+       <version>1.22.0</version>
        <licence>agpl</licence>
        <author>Dominik Schmidt</author>
        <author>Arthur Schiwon</author>
@@ -29,7 +29,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
                <lib>ldap</lib>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>
index 725f9410ef25f402d37594d20b23386ff77b4179..42d4488e5c11578f886d80bf524c03c3389656fc 100644 (file)
@@ -9,7 +9,7 @@
        <name>User status</name>
        <summary>User status</summary>
        <description><![CDATA[User status]]></description>
-       <version>1.10.0</version>
+       <version>1.11.0</version>
        <licence>agpl</licence>
        <author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
        <namespace>UserStatus</namespace>
@@ -24,7 +24,7 @@
                </navigation>
        </navigations>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
        <background-jobs>
                <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
index d80a89fc76812f6f8cb6f4f223606e2a8fffe719..e144df3176b206d8396e08fdc727f48053387176 100644 (file)
@@ -11,7 +11,7 @@
        <description><![CDATA[Weather status integrated in the Dashboard app.
     The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.
     This status can also be integrated in other places like the Calendar app.]]></description>
-       <version>1.10.0</version>
+       <version>1.11.0</version>
        <licence>agpl</licence>
        <author mail="eneiluj@posteo.net">Julien Veyssier</author>
        <namespace>WeatherStatus</namespace>
@@ -19,6 +19,6 @@
        <category>dashboard</category>
        <bugs>https://github.com/nextcloud/server</bugs>
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 </info>
index 0da6d2582f4c34f9ee4d915432c7742df523e042..b2adac50a22895a9d0bc3ebf06554cb47e49458f 100644 (file)
@@ -9,7 +9,7 @@
        <name>Nextcloud webhook support</name>
        <summary>Nextcloud webhook support</summary>
        <description>Nextcloud webhook support</description>
-       <version>1.1.0-dev</version>
+       <version>1.2.0</version>
        <licence>agpl</licence>
        <author>Côme Chilliet</author>
        <namespace>WebhookListeners</namespace>
@@ -24,7 +24,7 @@
        <repository>https://github.com/nextcloud/server.git</repository>
 
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <commands>
index 9b98e89e1e3a0122018dddfdca9afa5bb6a2b746..2964492c5cc7efcbd78a1fb520d17a6af3cf95c4 100644 (file)
@@ -9,7 +9,7 @@
        <name>Nextcloud workflow engine</name>
        <summary>Nextcloud workflow engine</summary>
        <description>Nextcloud workflow engine</description>
-       <version>2.12.0</version>
+       <version>2.13.0</version>
        <licence>agpl</licence>
        <author>Arthur Schiwon</author>
        <author>Julius Härtl</author>
@@ -26,7 +26,7 @@
        <repository>https://github.com/nextcloud/server.git</repository>
 
        <dependencies>
-               <nextcloud min-version="30" max-version="30"/>
+               <nextcloud min-version="31" max-version="31"/>
        </dependencies>
 
        <background-jobs>