Skip to content

Releases: mrwweb/mrw-accordion

v0.8.0 LAST RELEASE - Migrate to WordPress Core Block

Choose a tag to compare

@mrwweb mrwweb released this 14 Nov 19:40

v0.8.0 is the last update to the MRW Accordion block. You should use this block to transform all your blocks to the new WordPress core Accordion block instead.

  • Adds Block Transform to the WordPress core block
  • Adds deprecation notices in readme

v0.7.1 Improve sidebar settings and fix deprecated PHP string literal syntax

Choose a tag to compare

@mrwweb mrwweb released this 25 Aug 20:03

= 0.7.1 (January 31, 2025) =

  • Fix deprecated ${var} with {$var} in PHP heading tag replacement

= 0.7.0 (April 11, 2024) =

  • Refactor sidebar settings to be more like default WordPress, especially the colors
  • Add basic Color Contrast checks that work in most cases

v0.5.0 - Better editing and Bug Fixes

Choose a tag to compare

@mrwweb mrwweb released this 30 Jan 22:45
  • Thanks for the Consortium for Service Innovation for a small sponsorship and user testing!
  • Expand/Collapse now works in the editor (all block still open-by-default in the editor)
  • Merge settings panels into one for easier editing
  • Add style to force heading text and icon to honor heading color setting in more themes
  • Adjust how theme color and font-sizes are accessed so the plugin works with color palates and font sizes defined in PHP or theme.json
  • Upgrade block to use useInnerBlocksProps() in the editor. WP minimum version bumped to 5.9
  • Fixes: Wrap long headings, show icon in open state in editor, strip fallback heading's with inline formatting from accordion content, fix accordions with removed custom IDs, don't show block if heading and content are empty

v0.4.0

Choose a tag to compare

@mrwweb mrwweb released this 13 Dec 19:02

What's Changed

  • Add font-size option for heading
  • Ensure unique ID for all blocks. Only custom IDs are stable
  • Custom background and text colors
  • Total refactor of icons to use real SVGs. Switches default icon and block icon to a Chevron
  • Add heading to saved markup so that fallback is better when plugin is uninstalled

Full Changelog: v0.2.0...v0.4.0

v0.2.0 - Functional single block

Choose a tag to compare

@mrwweb mrwweb released this 22 Nov 16:37

Revised version that only uses a single block. This works but really needs a heading selector. That's the next feature coming!

First release

Choose a tag to compare

@mrwweb mrwweb released this 29 Jul 16:08

DOES NOT WORK!