Skip to content

Commit a18d2b9

Browse files
committed
refactor: Implement ISynchronousWatermarking and make watermarking optional
BREAKING: Drops support for nc < 33 BREAKING: Drops support for php < 8.2 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent e1ba573 commit a18d2b9

File tree

6 files changed

+116
-583
lines changed

6 files changed

+116
-583
lines changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The rating depends on the model you select to use.
3030
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
3131
3232
]]></description>
33-
<version>4.2.0</version>
33+
<version>5.0.0-dev</version>
3434
<licence>agpl</licence>
3535
<author>Julien Veyssier</author>
3636
<namespace>Replicate</namespace>
@@ -46,7 +46,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
4646
<screenshot>https://github.com/julien-nc/integration_replicate/raw/main/img/screenshot2.jpg</screenshot>
4747
<screenshot>https://github.com/julien-nc/integration_replicate/raw/main/img/screenshot3.jpg</screenshot>
4848
<dependencies>
49-
<nextcloud min-version="30" max-version="33"/>
49+
<nextcloud min-version="33" max-version="33"/>
5050
</dependencies>
5151
<settings>
5252
<admin>OCA\Replicate\Settings\Admin</admin>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"require": {
29-
"php": "^8.1",
29+
"php": ">= 8.2",
3030
"bamarni/composer-bin-plugin": "^1.8",
3131
"fileeye/pel": "^0.12.0",
3232
"james-heinrich/getid3": "^1.9"
@@ -40,7 +40,7 @@
4040
"composer/package-versions-deprecated": true
4141
},
4242
"platform": {
43-
"php": "8.1.0"
43+
"php": "8.2"
4444
}
4545
},
4646
"extra": {

0 commit comments

Comments
 (0)