v0.5.0 — Gutenberg block for inline Bible verse insertion
Added
- Gutenberg block "Bible Verse — Midvash" — insert any Bible verse directly in the block editor (Blocks → Text → Bible Verse). No build step, no external dependencies — the block uses standard WordPress globals.
Block features:
- Reference field (supports all 9 locales:
John 3:16,João 3:16,이사야 40:31,Иоанн 3:16…) - Version override per-block (or inherits from plugin settings)
- Language override per-block (all 9 locales)
- Toggle: show/hide reference citation
- Toggle: link reference to Midvash
- Rendered server-side via PHP — verse is always fresh, cached 30 days via WP Transients
- Schema.org
Quotationmicrodata included in output
Front-end output example:
<blockquote class="bbm-verse" itemscope itemtype="https://schema.org/Quotation">
<p class="bbm-verse__text" itemprop="text">For God so loved the world…</p>
<cite class="bbm-verse__reference">
<a href="https://midvash.com/en/kjv/john/3/16" class="bbm-verse__link" itemprop="url">John 3:16</a>
<span class="bbm-verse__version">KJV</span>
</cite>
</blockquote>This fills the market gap left by BibleGet I/O (abandoned Feb 2024, flagged as incompatible with WP 6.5+).
Powered by Midvash · Plugin site