htmleditor-jodit-plugin: Unsupported manifest-version
-
Hello all,
Jodit’s plugin-manifest is requesting unsupportedplugin-version="3"
As of class.pluginmanager.php only version 2 is supported.
Patch inline.From 392b0daabb32ddd0a6038f506549942ecbd5d968 Mon Sep 17 00:00:00 2001 From: umgfoin <umgfoin@users.noreply.github.com> Date: Fri, 4 Mar 2022 14:34:10 +0100 Subject: [PATCH] resource.xml: Manifest-version "3" is unsupported -> set version "2" ref. class.pluginmanager.php ln. 852 https://stash.kopano.io/projects/KW/repos/kopano-webapp/browse/server/includes/core/class.pluginmanager.php#852 Signed-off-by: umgfoin <umgfoin@users.noreply.github.com> --- manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index a5a3c57..89d7806 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE plugin SYSTEM "manifest.dtd"> -<plugin version="3"> +<plugin version="2"> <info> <version>0.3</version> <name>joditeditor</name> -- 2.30.2
++umgfoin.
-
Hi @umgfoin,
thanks for your patch. The mistake was also discovered internally and has been addressed with https://stash.kopano.io/projects/KWA/repos/htmleditor-jodit/commits/78b7e7b5eb98f965e5ce334d60ba805c600173fe