From 49d5cfce79cd0a640a51a9364e43bda87767474f Mon Sep 17 00:00:00 2001 From: Nathan Rice Date: Wed, 1 Mar 2017 20:01:43 -0500 Subject: [PATCH] Include deprecated.php, update readme.txt. --- genesis-simple-sidebars.php | 2 +- readme.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/genesis-simple-sidebars.php b/genesis-simple-sidebars.php index 622bc3d..5904afb 100644 --- a/genesis-simple-sidebars.php +++ b/genesis-simple-sidebars.php @@ -115,7 +115,7 @@ class Genesis_Simple_Sidebars { public function includes() { //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' ); } diff --git a/readme.txt b/readme.txt index 606fa31..7ca7aa3 100644 --- a/readme.txt +++ b/readme.txt @@ -39,6 +39,11 @@ Not in the way you're probably thinking. The markup surrounding the widget area = 2.1.0 = * 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 = * Fix warnings and notices.