From ac1d1ba3c05fdb2dd0aa5769a5ca14dd8da2ff06 Mon Sep 17 00:00:00 2001 From: Krzysztof Brylski Date: Wed, 4 Dec 2024 22:48:09 +0100 Subject: [PATCH] #25835 updated plugin version --- plugin-manifest.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/plugin-manifest.json b/plugin-manifest.json index 03e53fa..74ba131 100644 --- a/plugin-manifest.json +++ b/plugin-manifest.json @@ -2,14 +2,8 @@ "id": "flotiq.surferseo-content-analyzer", "name": "Surferseo content analyzer plugin", "description": "Flotiq ui plugin for analyze selected fields for SEO optimization directly with SurferSEO, providing real-time content improvement suggestions.", - "version": "0.1.2", + "version": "1.0.0", "repository": "https://github.com/flotiq/flotuq-ui-plugin-surferseo-content-analyzer", "url": "https://localhost:3053/index.js", - "permissions": [ - { - "ctdName": "*", - "canRead": true, - "type": "CO" - } - ] + "permissions": [] }