Version Description
CSS fix for jQuery UI Dialogs
Download this release
Release Info
Developer | StarfieldTech |
Plugin | P3 (Plugin Performance Profiler) |
Version | 1.5.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.5.3.4 to 1.5.3.5
- css/p3.css +2 -1
- p3-profiler.php +1 -1
- readme.txt +8 -5
css/p3.css
CHANGED
@@ -396,7 +396,8 @@ div#p3-reminder-wrapper {
|
|
396 |
|
397 |
/** Overlay levels, explicitly set for browser compat **/
|
398 |
div[aria-describedby="p3-scanner-dialog"],
|
399 |
-
div[aria-describedby="p3-ip-dialog"]
|
|
|
400 |
z-index: 1;
|
401 |
}
|
402 |
|
396 |
|
397 |
/** Overlay levels, explicitly set for browser compat **/
|
398 |
div[aria-describedby="p3-scanner-dialog"],
|
399 |
+
div[aria-describedby="p3-ip-dialog"],
|
400 |
+
div[aria-describedby="p3-email-results-dialog"] {
|
401 |
z-index: 1;
|
402 |
}
|
403 |
|
p3-profiler.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: P3 (Plugin Performance Profiler)
|
|
4 |
Plugin URI: http://support.godaddy.com/godaddy/wordpress-p3-plugin/
|
5 |
Description: See which plugins are slowing down your site. Create a profile of your WordPress site's plugins' performance by measuring their impact on your site's load time.
|
6 |
Author: GoDaddy.com
|
7 |
-
Version: 1.5.3.
|
8 |
Author URI: http://www.godaddy.com/
|
9 |
Text Domain: p3-profiler
|
10 |
Domain Path: /languages
|
4 |
Plugin URI: http://support.godaddy.com/godaddy/wordpress-p3-plugin/
|
5 |
Description: See which plugins are slowing down your site. Create a profile of your WordPress site's plugins' performance by measuring their impact on your site's load time.
|
6 |
Author: GoDaddy.com
|
7 |
+
Version: 1.5.3.5
|
8 |
Author URI: http://www.godaddy.com/
|
9 |
Text Domain: p3-profiler
|
10 |
Domain Path: /languages
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Godaddy, StarfieldTech, kurtpayne
|
|
3 |
Tags: debug, debugging, developer, development, performance, plugin, profiler, speed
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.1
|
6 |
-
Stable tag: 1.5.3.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -46,11 +46,14 @@ Manual installation:
|
|
46 |
4. Then activate the Plugin from Plugins page.
|
47 |
|
48 |
== Upgrade Notice ==
|
|
|
|
|
|
|
49 |
= 1.5.3.4 =
|
50 |
-
Fixes another CSS issue with overlays and
|
51 |
|
52 |
= 1.5.3.3 =
|
53 |
-
Fixes a CSS issue with overlays and
|
54 |
|
55 |
= 1.5.3.2 =
|
56 |
Style updates for 4.1
|
@@ -159,8 +162,8 @@ add_filter( 'p3_automatic_scan_urls', 'my_p3_auto_scan_pages' );
|
|
159 |
</code>
|
160 |
|
161 |
== Changelog ==
|
162 |
-
= 1.5.3.
|
163 |
-
*
|
164 |
|
165 |
= 1.5.3.3 =
|
166 |
* Fixes a CSS issue with overlays and soem browsers
|
3 |
Tags: debug, debugging, developer, development, performance, plugin, profiler, speed
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.1
|
6 |
+
Stable tag: 1.5.3.5
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
46 |
4. Then activate the Plugin from Plugins page.
|
47 |
|
48 |
== Upgrade Notice ==
|
49 |
+
= 1.5.3.5 =
|
50 |
+
CSS fix for jQuery UI Dialogs
|
51 |
+
|
52 |
= 1.5.3.4 =
|
53 |
+
Fixes another CSS issue with overlays and some browsers
|
54 |
|
55 |
= 1.5.3.3 =
|
56 |
+
Fixes a CSS issue with overlays and some browsers
|
57 |
|
58 |
= 1.5.3.2 =
|
59 |
Style updates for 4.1
|
162 |
</code>
|
163 |
|
164 |
== Changelog ==
|
165 |
+
= 1.5.3.5 =
|
166 |
+
* CSS fix for jQuery UI Dialogs. props cklosows
|
167 |
|
168 |
= 1.5.3.3 =
|
169 |
* Fixes a CSS issue with overlays and soem browsers
|