Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    htmleditor-jodit-plugin: Unsupported manifest-version

    Plugins for Kopano WebApp
    2
    2
    373
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • umgfoin
      umgfoin last edited by umgfoin

      Hello all,
      Jodit’s plugin-manifest is requesting unsupported plugin-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.

      fbartels 1 Reply Last reply Reply Quote 1
      • fbartels
        fbartels Kopano @umgfoin last edited by

        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

        Regards Felix

        Resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        Support overview:
        https://kopano.com/support/

        1 Reply Last reply Reply Quote 0
        • First post
          Last post