From f1040de298c0eaf2c878b3f8785165e7cf2a9ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=A4gy?= Date: Mon, 10 Jul 2023 08:58:14 +0200 Subject: [PATCH] update safe-svg block `apiVersion` to version 3 WordPress 6.3 adds a new `apiVersion` which indicates that a block supports being rendered inside an iframed editor. --- includes/blocks/safe-svg/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/blocks/safe-svg/block.json b/includes/blocks/safe-svg/block.json index 4e47b3ab..6c86c9ed 100644 --- a/includes/blocks/safe-svg/block.json +++ b/includes/blocks/safe-svg/block.json @@ -1,6 +1,6 @@ { "$schema": "https://schemas.wp.org/trunk/block.json", - "apiVersion": 2, + "apiVersion": 3, "title": "Safe SVG", "description": "Display the SVG icon", "textdomain": "safe-svg",