From 0c55c5e7a1720cb43edb6f3cb1949d5cc71d0ba1 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 30 Mar 2026 15:14:24 +0000 Subject: [PATCH] Bump version to 1.0.1 Co-Authored-By: Claude Opus 4.6 --- breznflow.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/breznflow.php b/breznflow.php index 3c6c2fd..0af87b5 100644 --- a/breznflow.php +++ b/breznflow.php @@ -8,7 +8,7 @@ * Plugin Name: BreznFlow * Plugin URI: https://noschmarrn.dev/ * Description: Display n8n automation workflows with an interactive SVG diagram, node detail panel, and sensitive data masking. - * Version: 1.0.0 + * Version: 1.0.1 * Requires at least: 6.0 * Requires PHP: 8.0 * Author: NoSchmarrn.dev @@ -23,7 +23,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } -define( 'BREZNFLOW_VERSION', '1.0.0' ); +define( 'BREZNFLOW_VERSION', '1.0.1' ); define( 'BREZNFLOW_FILE', __FILE__ ); define( 'BREZNFLOW_DIR', plugin_dir_path( __FILE__ ) ); define( 'BREZNFLOW_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 091f7ca..9d84d42 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: noschmarrn Tags: n8n, workflow, automation, diagram, svg Requires at least: 6.0 Tested up to: 6.9 -Stable tag: 1.0.0 +Stable tag: 1.0.1 Requires PHP: 8.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html