Merge pull request #10000 from nextcloud/update-main-version
feat(deps): Add Nextcloud 31 support
This commit is contained in:
Коммит
45c4b163fe
|
@ -34,7 +34,7 @@ The rating depends on the installed text processing backend. See [the rating ove
|
|||
|
||||
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
|
||||
]]></description>
|
||||
<version>4.0.0-beta.2</version>
|
||||
<version>4.1.0-dev.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author homepage="https://github.com/ChristophWurst">Christoph Wurst</author>
|
||||
<author homepage="https://github.com/GretaD">GretaD</author>
|
||||
|
@ -53,7 +53,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
|
|||
<screenshot>https://user-images.githubusercontent.com/12728974/266270227-86b99bbb-03ea-468b-8408-e248e1730bed.png</screenshot>
|
||||
<dependencies>
|
||||
<php min-version="8.1" max-version="8.3" />
|
||||
<nextcloud min-version="30" max-version="30" />
|
||||
<nextcloud min-version="30" max-version="31" />
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Mail\BackgroundJob\CleanupJob</job>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"version": "4.0.0-beta2",
|
||||
"version": "4.1.0-dev.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nextcloud-mail",
|
||||
"version": "4.0.0-beta2",
|
||||
"version": "4.1.0-dev.0",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-alignment": "37.1.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"description": "Nextcloud Mail",
|
||||
"version": "4.0.0-beta2",
|
||||
"version": "4.1.0-dev.0",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче