Version Description
Download this release
Release Info
Developer | dfactory |
Plugin | Restrict Widgets |
Version | 1.0.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.1.1
- readme.txt +3 -2
- restrict-widgets.php +1 -1
readme.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
=== Restrict Widgets ===
|
2 |
Contributors: dfactory
|
|
|
3 |
Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 3.5.1
|
6 |
-
Stable tag: 1.0.1
|
7 |
License: MIT License
|
8 |
License URI: http://opensource.org/licenses/MIT
|
9 |
|
@@ -13,7 +14,7 @@ Restrict Widgets allows you to easily hide or display widgets on specified pages
|
|
13 |
|
14 |
[Restrict Widgets](http://www.dfactory.eu/plugins/restrict-widgets/) is all in one solution for widget management in WordPress. It lets you easily control the pages that each widget will appear on and avoid creating multiple sidebars and duplicating widgets. You can also set who can manage widgets, which sidebars and widgets will be available to selected users, which widget options will be available and how it will be displayed.
|
15 |
|
16 |
-
By default,
|
17 |
|
18 |
For more information, check out plugin page at [dFactory](http://www.dfactory.eu/) or plugin [support forum](http://www.dfactory.eu/support/forum/restrict-widgets/).
|
19 |
|
1 |
=== Restrict Widgets ===
|
2 |
Contributors: dfactory
|
3 |
+
Donate link: http://www.dfactory.eu/
|
4 |
Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 1.0.1.1
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
14 |
|
15 |
[Restrict Widgets](http://www.dfactory.eu/plugins/restrict-widgets/) is all in one solution for widget management in WordPress. It lets you easily control the pages that each widget will appear on and avoid creating multiple sidebars and duplicating widgets. You can also set who can manage widgets, which sidebars and widgets will be available to selected users, which widget options will be available and how it will be displayed.
|
16 |
|
17 |
+
By default, Hide widget on selected is enabled with no options selected, so all current widgets will continue to display on all pages.
|
18 |
|
19 |
For more information, check out plugin page at [dFactory](http://www.dfactory.eu/) or plugin [support forum](http://www.dfactory.eu/support/forum/restrict-widgets/).
|
20 |
|
restrict-widgets.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Restrict Widgets
|
4 |
Description: Restrict Widgets allows you to hide or display widgets on specified pages.
|
5 |
-
Version: 1.0.1
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
|
2 |
/*
|
3 |
Plugin Name: Restrict Widgets
|
4 |
Description: Restrict Widgets allows you to hide or display widgets on specified pages.
|
5 |
+
Version: 1.0.1.1
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
|