From 5538fc24fb9ead9b1f2f9c60cba6199fd4f6dc53 Mon Sep 17 00:00:00 2001 From: Chris Huber Date: Sun, 7 Jun 2026 16:02:09 -0400 Subject: [PATCH] release: v0.8.1 --- block-format-bridge.php | 2 +- library.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/block-format-bridge.php b/block-format-bridge.php index 82fe883..336e2e0 100644 --- a/block-format-bridge.php +++ b/block-format-bridge.php @@ -3,7 +3,7 @@ * Plugin Name: Block Format Bridge * Plugin URI: https://github.com/chubes4/block-format-bridge * Description: Orchestrates bidirectional content format conversion (HTML, Blocks, Markdown) via a unified adapter API. Composes existing plugins/libraries — owns no parsing logic of its own. - * Version: 0.8.0 + * Version: 0.8.1 * Author: Chris Huber * Author URI: https://chubes.net * License: GPL-2.0-or-later diff --git a/library.php b/library.php index 50a0e4f..0d33cf7 100644 --- a/library.php +++ b/library.php @@ -18,7 +18,7 @@ } $bfb_library_path = __DIR__; -$bfb_library_version = '0.8.0'; +$bfb_library_version = '0.8.1'; // Load Composer/php-scoper dependencies as soon as the bridge package is // included, not when the winning BFB version initializes on