mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Include deprecated.php, update readme.txt.
This commit is contained in:
@@ -115,7 +115,7 @@ class Genesis_Simple_Sidebars {
|
|||||||
public function includes() {
|
public function includes() {
|
||||||
|
|
||||||
//require_once( $this->plugin_dir_path . 'includes/functions.php' );
|
//require_once( $this->plugin_dir_path . 'includes/functions.php' );
|
||||||
//require_once( $this->plugin_dir_path . 'includes/deprecated.php' );
|
require_once( $this->plugin_dir_path . 'includes/deprecated.php' );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,11 @@ Not in the way you're probably thinking. The markup surrounding the widget area
|
|||||||
|
|
||||||
= 2.1.0 =
|
= 2.1.0 =
|
||||||
* Rewrite based on new plugin boilerplate.
|
* Rewrite based on new plugin boilerplate.
|
||||||
|
* Make ID field readonly, rather than disabled.
|
||||||
|
* Add header widget area support.
|
||||||
|
* Allow for empty ID (auto-generate ID from name).
|
||||||
|
* Allow for only alphanumeric characters in ID.
|
||||||
|
* Use WordPress native term meta functions.
|
||||||
|
|
||||||
= 2.0.3 =
|
= 2.0.3 =
|
||||||
* Fix warnings and notices.
|
* Fix warnings and notices.
|
||||||
|
|||||||
Reference in New Issue
Block a user