From 88b145d6b30af0d00260326b83335b2de0e90633 Mon Sep 17 00:00:00 2001 From: Joao Figueiredo Date: Sat, 14 Jun 2025 00:51:49 +0100 Subject: [PATCH] change Block icon to door --- build/space-status/block.json | 2 +- src/space-status/block.json | 2 +- wp-spaceapi-consumer.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/space-status/block.json b/build/space-status/block.json index 5445335..58d5e10 100644 --- a/build/space-status/block.json +++ b/build/space-status/block.json @@ -4,7 +4,7 @@ "title": "Space Status", "description": "Show whether the space is open or closed (SpaceAPI consumer).", "category": "widgets", - "icon": "info", + "icon": "door", "textdomain": "wp-spaceapi-consumer", "style": "file:./style.css", "editorStyle": "file:./editor.css", diff --git a/src/space-status/block.json b/src/space-status/block.json index fab63ba..f0666d1 100644 --- a/src/space-status/block.json +++ b/src/space-status/block.json @@ -4,7 +4,7 @@ "title": "Space Status", "description": "Show whether the space is open or closed (SpaceAPI consumer).", "category": "widgets", - "icon": "info", + "icon": "door", "textdomain": "wp-spaceapi-consumer", "style": "file:./style.css", "editorStyle": "file:./editor.css", diff --git a/wp-spaceapi-consumer.php b/wp-spaceapi-consumer.php index 16fb186..d19b1d1 100644 --- a/wp-spaceapi-consumer.php +++ b/wp-spaceapi-consumer.php @@ -4,7 +4,7 @@ * Plugin Slug: wp-spaceapi-consumer * Plugin URI: https://gitea.alluna.pt/jfig/wp-spaceapi-consumer * Description: WordPress plugin to consume a SpaceAPI endpoint and indicate if the Space is Open or Closed - * Version: 0.4.0 + * Version: 0.4.1 * Author: Joao Figueiredo, LCD Porto Team, ChatGPT o3 * Author URI: https://lcdporto.org * License: MIT