Bump version to 1.0.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael 2026-03-30 15:14:24 +00:00
parent c891e68b16
commit 0c55c5e7a1
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
* Plugin Name: BreznFlow * Plugin Name: BreznFlow
* Plugin URI: https://noschmarrn.dev/ * Plugin URI: https://noschmarrn.dev/
* Description: Display n8n automation workflows with an interactive SVG diagram, node detail panel, and sensitive data masking. * 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 at least: 6.0
* Requires PHP: 8.0 * Requires PHP: 8.0
* Author: NoSchmarrn.dev * Author: NoSchmarrn.dev
@ -23,7 +23,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit; exit;
} }
define( 'BREZNFLOW_VERSION', '1.0.0' ); define( 'BREZNFLOW_VERSION', '1.0.1' );
define( 'BREZNFLOW_FILE', __FILE__ ); define( 'BREZNFLOW_FILE', __FILE__ );
define( 'BREZNFLOW_DIR', plugin_dir_path( __FILE__ ) ); define( 'BREZNFLOW_DIR', plugin_dir_path( __FILE__ ) );
define( 'BREZNFLOW_URL', plugin_dir_url( __FILE__ ) ); define( 'BREZNFLOW_URL', plugin_dir_url( __FILE__ ) );

View file

@ -3,7 +3,7 @@ Contributors: noschmarrn
Tags: n8n, workflow, automation, diagram, svg Tags: n8n, workflow, automation, diagram, svg
Requires at least: 6.0 Requires at least: 6.0
Tested up to: 6.9 Tested up to: 6.9
Stable tag: 1.0.0 Stable tag: 1.0.1
Requires PHP: 8.0 Requires PHP: 8.0
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html