Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d99f3f20 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/nc-30' into 'main'

update info.xml to declare compatibility with Nextcloud 30

See merge request !205
parents bcec118f b6de7c52
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
    <description><![CDATA[in /e/OS cloud, nextcloud accounts are linked to mail accounts. This app ensures both are coordinated: it sets the e-mail address, quota and storage of the user upon creation.
    It also completes the account deletion by cleaning other parts of the /e/OS cloud setup to ensure no more data is retained when a user requests an account deletion.
    This app uses the UserDeletedEvent to invoke scripts in the docker-welcome container of /e/OS cloud setup]]></description>
    <version>10.1.1</version>
    <version>11.0.0</version>
    <licence>agpl</licence>
    <author mail="dev@murena.com" homepage="https://murena.com/">Murena SAS</author>
    <namespace>EcloudAccounts</namespace>
    <category>tools</category>
    <bugs>https://gitlab.e.foundation/e/management/issues</bugs>
    <dependencies>
        <nextcloud min-version="28" max-version="29"/>
        <nextcloud min-version="29" max-version="30"/>
    </dependencies>
	<settings>
		<personal>OCA\EcloudAccounts\Settings\DeleteShopAccountSetting</personal>