More fixes for compatibility issues with WordPress 3.1. Some of these issues reported are:
* Simply Exclude effects the nav menus with using WP menus. http://wordpress.org/support/topic/plugin-simply-exclude-this-plugin-make-all-my-menus-totally-blank
* Simple Exclude effect filtering of sidebar widgets OR Filter of sidebar content not effected by Simply Exclude settings.
I'm sure there are some other areas still having issues. I'm still working on the code changes but wanted to get these fixes posts some at least some users can start using the plugin again.
Thanks to all for reporting issues and thank you for your patience in this code matter.
= 1.7.9 =
Fixes some small issue which prevented this plugin from working under WordPress 3.1.
= 1.7.8 =
Fixes: Mainly bug fixes and code cleanup. Patched code based on reported issues with the WP Gallery shortcode and the new WP 3.0 RC1 menus
Additions: Added some logic to Categories and Tags to work with Exclude/Include when using the WordPress Category or Tag Cloud Widgets.
Description: Provides an interface to selectively exclude/include categories, tags and page from the 4 actions used by WordPress. is_front, is_archive, is_search, is_feed, is_front.
Author: Paul Menard
Version: 1.7.9
Version: 1.7.9.2
Author URI: http://www.codehooligans.com
*/
...
...
@@ -359,8 +359,7 @@ class SimplyExclude
functionse_install()
{
add_option($this->options_key,
serialize($this->se_cfg),
"This is the serialized config structures used.");