Version Description
- Tweak: UI fixes for WP 3.8
Download this release
Release Info
Developer | dfactory |
Plugin | Restrict Widgets |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- css/admin.css +3 -1
- js/{restrict-widgets-admin.js → admin.js} +0 -0
- readme.txt +5 -3
- restrict-widgets.php +1 -1
css/admin.css
CHANGED
@@ -74,7 +74,7 @@
|
|
74 |
#widgets-left #widgets-options {
|
75 |
margin-left: 0;
|
76 |
margin-right: 0;
|
77 |
-
padding-top:20px;
|
78 |
}
|
79 |
#widgets-options .widget-holder {
|
80 |
border-width: 0 1px 1px;
|
@@ -89,6 +89,8 @@
|
|
89 |
}
|
90 |
.version-3-8 #widgets-options .widget-holder {
|
91 |
padding: 0;
|
|
|
|
|
92 |
}
|
93 |
.widget-liquid-right .widget, .inactive-sidebar .widget, .widget-liquid-right .sidebar-description {
|
94 |
overflow: visible !important;
|
74 |
#widgets-left #widgets-options {
|
75 |
margin-left: 0;
|
76 |
margin-right: 0;
|
77 |
+
padding-top:20px;
|
78 |
}
|
79 |
#widgets-options .widget-holder {
|
80 |
border-width: 0 1px 1px;
|
89 |
}
|
90 |
.version-3-8 #widgets-options .widget-holder {
|
91 |
padding: 0;
|
92 |
+
background: none;
|
93 |
+
border: none;
|
94 |
}
|
95 |
.widget-liquid-right .widget, .inactive-sidebar .widget, .widget-liquid-right .sidebar-description {
|
96 |
overflow: visible !important;
|
js/{restrict-widgets-admin.js → admin.js}
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.3
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 1.2.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -56,6 +56,9 @@ No questions yet.
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
59 |
= 1.2.1 =
|
60 |
* Fix: tags not working properly
|
61 |
* Tweak: UI fixes for WP 3.8
|
@@ -96,6 +99,5 @@ Initial release
|
|
96 |
|
97 |
== Upgrade Notice ==
|
98 |
|
99 |
-
= 1.2.
|
100 |
-
* Fix: tags not working properly
|
101 |
* Tweak: UI fixes for WP 3.8
|
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.3
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 1.2.2
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 1.2.2 =
|
60 |
+
* Tweak: UI fixes for WP 3.8
|
61 |
+
|
62 |
= 1.2.1 =
|
63 |
* Fix: tags not working properly
|
64 |
* Tweak: UI fixes for WP 3.8
|
99 |
|
100 |
== Upgrade Notice ==
|
101 |
|
102 |
+
= 1.2.2 =
|
|
|
103 |
* Tweak: UI fixes for WP 3.8
|
restrict-widgets.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Restrict Widgets
|
4 |
Description: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
|
5 |
-
Version: 1.2.
|
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: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
|
5 |
+
Version: 1.2.2
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
|