Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The "Controls ID" entered in this panel must match the "HTML anchor" assigned to

## Changelog

### 0.5.0

* Wrap button text in a `<span>` element to help with styling.
* Move editor styles to an editor-only stylesheet.
* Update to latest dependencies, build process, and code standards.

### 0.4.0

* Add an attribute to toggle a toggle block-specific class on the body element.
Expand Down
2 changes: 1 addition & 1 deletion build/toggle-block/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"category": "widgets",
"icon": "location",
"description": "Toggle button to show and hide another block.",
"version": "0.4.0",
"version": "0.5.0",
"textdomain": "toggle-block",
"editorScript": "file:index.js",
"viewScript": [
Expand Down
2 changes: 1 addition & 1 deletion build/toggle-block/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-hooks', 'wp-i18n'), 'version' => 'ad8212848b403ce55acf');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-hooks', 'wp-i18n'), 'version' => '61ac43517d05434ffa10');
2 changes: 1 addition & 1 deletion build/toggle-block/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "happyprime/toggle-block",
"description": "Add a toggle to show and hide another block.",
"version": "0.4.0",
"version": "0.5.0",
"type": "wordpress-plugin",
"minimum-stability": "stable",
"license": "GPLv2-or-later",
Expand Down
Loading