Dynamic Widgets 1.1

I’ve just released a new official stable version of the Dynamic Widgets Plugin. Compared to the previous stable version 1.0 two features have been added:

  • Default widget display setting option for ‘Not Found’ Error (404) Page. (since 1.0.1)
  • Support for widget display settings based on role, including not logged in (anonymous) users. (NEW)

If you have a previous version installed, you’ll see an update of the plugin soon when wordpress.org picks up the new version. When you’re not using the automatic updating function in WordPress, please follow the upgrade notes in the readme.txt included in the zip file of the plugin.

UPDATE: A bug has been fixed in version 1.1, which made the new version 1.1.1. Do not use version 1.1, but version 1.1.1. You can download version 1.1.1 from wordpress.org.


2 Comments to “Dynamic Widgets 1.1”

  • Installed fine.. went to change settings got this..

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /homepages/4/d106028573/htdocs/wp-content/plugins/dynamic-widgets/dynwid_class.php on line 9

    • I’m afraid your host is probably using PHP4. The plugin requires PHP5.

      The above was my first reaction, but after looking into it, I’ve found a solution which seems to work by replacing dynwid_class.php with a slight modified version.