Skip to content

Commit

Permalink
Bump version, update readme, set Update URI to false for as long as t…
Browse files Browse the repository at this point in the history
…his isn't on the wp.org repo
  • Loading branch information
mrwweb committed Jan 29, 2023
1 parent ada16ca commit 2b1c1f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions mrw-accordion.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
/**
* Plugin Name: MRW Accordion
* Description: An accessible accordion block that's a joy to edit
* Requires at least: 5.8
* Requires at least: 5.9
* Requires PHP: 7.0
* Version: 0.5.0-dev
* Version: 0.5.0
* Author: Mark Root-Wiley
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: mrw-accordion
* Update URI: false
*
* @package mrw-accordion
*/
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: block
Requires at least: 5.9
Requires PHP: 7.0
Tested up to: 6.0
Stable tag: 0.4.0
Stable tag: 0.5.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: Accordion, Expand, Collapse, FAQ
Expand Down Expand Up @@ -57,7 +57,11 @@ Use a block variation!
= 0.5.0 =
* Thanks for the Consortium for Service Innovation for a small sponsorhip and user testing!
* Expand/Collapse now works in the editor (all block still open-by-default in the editor)
* 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.
* Upgrade block to use `useInnerBlocksProps()`. WP minimum version bumped to 5.9
* Merge settings panels into one for easier editing
* Add style to force heading text and icon to honor heading color setting more freuqently
* Adjust how theme color and font-sizes are accessed so the plugin works with PHP or `theme.json` settings
* 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

= 0.4.0 =
* Refactor icons to use real SVGs and use a chevron icon by default
Expand Down

0 comments on commit 2b1c1f7

Please sign in to comment.