Releases: mrwweb/mrw-accordion
Releases · mrwweb/mrw-accordion
Release list
v0.8.0 LAST RELEASE - Migrate to WordPress Core Block
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
= 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
- 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
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
Revised version that only uses a single block. This works but really needs a heading selector. That's the next feature coming!