mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
bump min NC version to 22
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
8f0dce58d2
commit
d4f1abe3e2
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<summary>Integration of Moodle learning management system</summary>
|
||||
<description><![CDATA[Moodle integration provides a dashboard widget displaying information about your recent courses and upcoming events.
|
||||
It also allows you to search for content in Moodle.]]></description>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julien Veyssier</author>
|
||||
<namespace>Moodle</namespace>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
<database min-version="9.4">pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database min-version="5.5">mysql</database>
|
||||
<nextcloud min-version="20" max-version="22"/>
|
||||
<nextcloud min-version="22" max-version="23"/>
|
||||
</dependencies>
|
||||
<settings>
|
||||
<admin>OCA\Moodle\Settings\Admin</admin>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue