Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RadGH committed May 9, 2024
1 parent c0424f5 commit 092aa4f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ Here is the edit profile form, as it appears on the front-end:

![Screenshot of the "Link Block" block showing available options](screenshot-link-block.png)

- **Mobile Menu Button** - Displays a button that toggles the visibility of a container block when clicked.

![Screenshot of the "Mobile Menu Button" block showing available options](screenshot-mobile-menu-button.png)

- **Mobile Menu Container** - Displays a container block that is hidden by default and shown when the mobile menu button is clicked.

![Screenshot of the "Mobile Menu Container" block showing available options](screenshot-mobile-menu-container.png)

## Plugin Updates

This plugin is hosted on GitHub. To enable automatic plugin updates you can use the plugin [Git Updater](https://github.com/afragen/git-updater).
Expand Down Expand Up @@ -131,6 +139,9 @@ add_filter( 'rs/post_field', 'my_theme_post_field_date_formatting', 10, 4 );

## Changelog

### 1.3.0
* Added mobile menu button and mobile menu container blocks

### 1.2.9
* Fixed toolbar covered by visibility tooltip on backend
* Added Link Block
Expand Down
4 changes: 2 additions & 2 deletions rs-utility-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/*
Plugin Name: RS Utility Blocks
Description: Adds custom blocks and utilities to the block editor, including visibility conditions and blocks to display the current user's information or current post's information, and a login form block.
Version: 1.2.9
Version: 1.3.0
Author: Radley Sustaire
Author URI: https://radleysustaire.com
GitHub Plugin URI: https://github.com/RadGH/RS-Utility-Blocks
*/

define( 'RS_Utility_Blocks_PATH', __DIR__ );
define( 'RS_Utility_Blocks_URL', plugin_dir_url(__FILE__) );
define( 'RS_Utility_Blocks_VERSION', '1.2.9' );
define( 'RS_Utility_Blocks_VERSION', '1.3.0' );

class RS_Utility_Blocks {

Expand Down
Binary file added screenshot-mobile-menu-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-mobile-menu-container.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 092aa4f

Please sign in to comment.