Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RadGH committed May 23, 2024
1 parent e017351 commit dcaf866
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ add_filter( 'rs/post_field', 'my_theme_post_field_date_formatting', 10, 5 );

## Changelog

### 1.3.3
* Hide mobile menu on desktop if opened before screen size change
* Added Breadcrumbs block

### 1.3.2
* Fit visibility tooltips to left
* Added color support to Post Field 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.3.2
Version: 1.3.3
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.3.2' );
define( 'RS_Utility_Blocks_VERSION', '1.3.3' );

class RS_Utility_Blocks {

Expand Down

0 comments on commit dcaf866

Please sign in to comment.