Docs, and bump WP version. Fixes #24.

This commit is contained in:
Nathan Rice
2017-04-13 15:05:19 -04:00
parent 42315b2944
commit 87b2e738d4
2 changed files with 7 additions and 2 deletions
@@ -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' );
+2 -2
View File
@@ -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.