From 87b2e738d4a44c74554930bdb29d4fe9436494d3 Mon Sep 17 00:00:00 2001 From: Nathan Rice Date: Thu, 13 Apr 2017 15:05:19 -0400 Subject: [PATCH] Docs, and bump WP version. Fixes #24. --- includes/class-genesis-simple-sidebars-core.php | 5 +++++ readme.txt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/includes/class-genesis-simple-sidebars-core.php b/includes/class-genesis-simple-sidebars-core.php index 72766b9..6e0b2a5 100644 --- a/includes/class-genesis-simple-sidebars-core.php +++ b/includes/class-genesis-simple-sidebars-core.php @@ -28,6 +28,11 @@ class Genesis_Simple_Sidebars_Core { } + /** + * For backward compatibility, we need to use old functions to hook in sidebar output. + * + * @since 2.1.0 + */ public function backward_compatibility() { remove_action( 'genesis_sidebar', 'genesis_do_sidebar' ); diff --git a/readme.txt b/readme.txt index 7ca7aa3..96b2eb0 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: nathanrice, wpmuguru Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118 Tags: hooks, genesis, genesiswp, studiopress -Requires at least: 3.6 -Tested up to: 4.5 +Requires at least: 4.7.3 +Tested up to: 4.7.3 Stable tag: 2.1.0 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.