From 556a5ad09c482cc87f5484c4983460786bb5a077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Thu, 16 Mar 2023 23:02:36 +0100 Subject: [PATCH] fix(PicoPlugin): use new API version --- PicoContentEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PicoContentEditor.php b/PicoContentEditor.php index 55ce44b..77f4d74 100644 --- a/PicoContentEditor.php +++ b/PicoContentEditor.php @@ -26,7 +26,7 @@ class PicoContentEditor extends AbstractPicoPlugin implements ApiAware * Pico API version. * @var int */ - const API_VERSION = 3; + const API_VERSION = 4; /** * EditorHandler (ContentToolsHandler, QuillHandler...)