From 46921d818d717cbc19edc809440ba541e3725453 Mon Sep 17 00:00:00 2001 From: Phil Johnston Date: Wed, 1 Apr 2020 13:53:47 -0400 Subject: [PATCH 1/2] Bump tested up to --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 6d50d44..3d20732 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: nathanrice, wpmuguru, marksabbath Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118 Tags: hooks, genesis, genesiswp, studiopress Requires at least: 4.7.3 -Tested up to: 5.2.2 +Tested up to: 5.4 Stable tag: 2.2.1 This plugin allows you to create multiple, dynamic widget areas, and assign those widget areas to sidebar locations within the Genesis Framework on a per post, per page, or per tag/category archive basis. From b5a76505ff2b14b9a7bc9879ba1978cf6e39b957 Mon Sep 17 00:00:00 2001 From: Phil Johnston Date: Wed, 1 Apr 2020 14:06:57 -0400 Subject: [PATCH 2/2] Remove inline width (created overlap) --- includes/views/entry-metabox-content.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/views/entry-metabox-content.php b/includes/views/entry-metabox-content.php index c7fcaf5..8260da7 100644 --- a/includes/views/entry-metabox-content.php +++ b/includes/views/entry-metabox-content.php @@ -12,7 +12,7 @@ wp_nonce_field( 'genesis-simple-sidebars-save-entry', 'genesis-simple-sidebars-s if ( is_registered_sidebar( 'header-right' ) ) : ?>

- $info ) { @@ -28,7 +28,7 @@ if ( is_registered_sidebar( 'sidebar' ) ) : ?>

- $info ) { @@ -44,7 +44,7 @@ if ( is_registered_sidebar( 'sidebar-alt' ) ) : ?>

- $info ) {