Commit graph

9 commits

Author SHA1 Message Date
Michael
1b3de37a54 docs: bump version badge to 1.0.3 in READMEs
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-17 13:34:44 +00:00
Michael
f6cfcb1005 release: v1.0.3
Fix double rendering when "Easy Table of Contents" (or any plugin that
re-runs the_content filters) is active.

- Shortcode re-entry guard via md5 fingerprint of post_id + resolved
  render settings — silently skips duplicate passes while preserving
  legitimate multi-embed with different attributes
- Wrapper DOM id is now unique per instance (breznflow-wrap-<POST>-<N>),
  enabling multiple embeds of the same workflow in one post
- Share-anchor span id="breznflow-<POST>" emitted only on the first
  instance per post to keep the DOM valid and existing deep-links working
- View counter increments moved after the dedupe check so re-entrant
  scans do not overcount views
- JS renderer tracks mounted containers in a WeakSet — defensive guard
  that catches any duplicates server-side dedupe might miss
- readme: add Learn more section with website, FAQ, and demo links

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-17 13:32:33 +00:00
Michael
066414724b release: v1.0.2
- Fix WordPress.org plugin review issues (nonce verification, input sanitization, output escaping)
- Embed page uses wp_enqueue_style/wp_enqueue_script with wp_head/wp_footer
- Update plugin author to NoSchmarrn.dev
- Shorten readme.txt short description to ≤150 chars
- Add GitHub Actions release workflow
- Add .gitignore
2026-04-14 11:21:48 +00:00
Michael
fb206850d5 Fix plugin headers: separate Plugin URI and Author URI
- Plugin URI: https://breznflow.com/
- Author URI: https://mifupa.com/
- Author: mifupa
- License: GPL-2.0-or-later (SPDX)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:41:55 +00:00
Michael
cc6bfb7c83 Update contributor to mifupadev, built for mifupa.com
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:30:51 +00:00
Michael
5ef9e65617 Restructure repo: move plugin into breznflow/ subfolder, add README/LICENSE
- Move all plugin files into breznflow/ subdirectory (matches BreznGEO structure)
- Add README.md (English) and README.de.md (German) with full documentation
- Add GPL-2.0 LICENSE file
- Rewrite readme.txt: expanded description, FAQs, external services, changelog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:26:24 +00:00
Michael
0c55c5e7a1 Bump version to 1.0.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:14:24 +00:00
Michael
c891e68b16 Fix Plugin Check warnings: remove load_plugin_textdomain, prefix global variables
- Remove deprecated load_plugin_textdomain() call (auto-loaded since WP 4.6)
- Prefix all global variables in themes.php with breznflow_ for WPCS compliance

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:12:59 +00:00
Michael
fd83e4810b BreznFlow 1.0.0 — WordPress.org submission
Initial public release of BreznFlow, an n8n workflow renderer for WordPress.
Fully PHPCS-compliant (WordPress Coding Standards), security-hardened,
and ready for WordPress.org plugin review.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 11:27:36 +00:00