From 9341afa1dc711c8a9533f889902db8b7586f0153 Mon Sep 17 00:00:00 2001 From: Daniel Reintanz <85614916+FreelancerAMP@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:54:48 +0200 Subject: [PATCH] FIXED path problem causing img not found error in Newsletter composer --- README.txt => README.md | 12 ++++++++++-- js/mbtnp-blocks-copy-paste-block.js | 2 +- mbtnp-blocks.php | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) rename README.txt => README.md (89%) diff --git a/README.txt b/README.md similarity index 89% rename from README.txt rename to README.md index b4c35a8..b0ede03 100644 --- a/README.txt +++ b/README.md @@ -1,12 +1,20 @@ === Advanced Composer Blocks for Newsletter === -Contributors: mdburnette +Contributors: mdburnette, daniel.reintanz Tags: email, newsletter, composer, blocks License: GPLv2 or later Requires at least: 6.0 -Tested up to: 6.7 +Tested up to: 6.8.3 Requires PHP: 7.0 Stable tag: 2.0.0 +__IMPORTANT: This is a Fork of the original Plugin : [Advanced Composer Blocks for Newsletter](https://wordpress.org/plugins/advanced-composer-blocks-for-newsletter/)__ + +We aim to maintain this Plugin until key features of the Plugin are available in the Newsletter Core Plugin + +____ + +## Legacy Readme + A set of enhanced composer blocks and additional settings to extend The Newsletter Plugin. == Description == diff --git a/js/mbtnp-blocks-copy-paste-block.js b/js/mbtnp-blocks-copy-paste-block.js index 0d21727..03ba140 100644 --- a/js/mbtnp-blocks-copy-paste-block.js +++ b/js/mbtnp-blocks-copy-paste-block.js @@ -1,6 +1,6 @@ jQuery(function ($) { - let copyPasteHTML = '
'; + let copyPasteHTML = '
'; function showToast(message, type = 'info') { let backgroundColor = '#000'; // Default color for 'info' diff --git a/mbtnp-blocks.php b/mbtnp-blocks.php index 15b8fb1..7ee92b9 100644 --- a/mbtnp-blocks.php +++ b/mbtnp-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: Advanced Composer Blocks for Newsletter * Plugin URI: https://mburnette.com/advanced-composer-blocks/ * Description: A set of enhanced composer blocks and additional settings to extend The Newsletter Plugin -* Version: 2.0.0 +* Version: 2.0.1 * Requires Plugins: newsletter * Author: Marcus Burnette * Author URI: https://mburnette.com