P3 (Plugin Performance Profiler) - Version 1.5.3.4

Version Description

Fixes another CSS issue with overlays and soem browsers

Download this release

Release Info

Developer StarfieldTech
Plugin Icon wp plugin P3 (Plugin Performance Profiler)
Version 1.5.3.4
Comparing to
See all releases

Code changes from version 1.5.3.3 to 1.5.3.4

Files changed (3) hide show
  1. css/p3.css +5 -0
  2. p3-profiler.php +2 -2
  3. readme.txt +8 -2
css/p3.css CHANGED
@@ -394,6 +394,7 @@ div#p3-reminder-wrapper {
394
  z-index: 100 !important;
395
  }
396
 
 
397
  div[aria-describedby="p3-scanner-dialog"],
398
  div[aria-describedby="p3-ip-dialog"] {
399
  z-index: 1;
@@ -402,3 +403,7 @@ div[aria-describedby="p3-ip-dialog"] {
402
  div[aria-describedby="p3-scan-name-dialog"] {
403
  z-index: 2;
404
  }
 
 
 
 
394
  z-index: 100 !important;
395
  }
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;
403
  div[aria-describedby="p3-scan-name-dialog"] {
404
  z-index: 2;
405
  }
406
+
407
+ div[aria-describedby="p3-progress-dialog"] {
408
+ z-index: 3;
409
+ }
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.3
8
  Author URI: http://www.godaddy.com/
9
  Text Domain: p3-profiler
10
  Domain Path: /languages
@@ -25,7 +25,7 @@ load_plugin_textdomain( 'p3-profiler', false, plugin_basename( P3_PATH ) . '/lan
25
  // Plugin slug
26
  define( 'P3_PLUGIN_SLUG', 'p3-profiler' );
27
 
28
- define( 'P3_VERSION', '1.5.3.3' );
29
 
30
  /**************************************************************************/
31
  /** AUTOLOADING **/
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.4
8
  Author URI: http://www.godaddy.com/
9
  Text Domain: p3-profiler
10
  Domain Path: /languages
25
  // Plugin slug
26
  define( 'P3_PLUGIN_SLUG', 'p3-profiler' );
27
 
28
+ define( 'P3_VERSION', '1.5.3.4' );
29
 
30
  /**************************************************************************/
31
  /** AUTOLOADING **/
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === P3 (Plugin Performance Profiler) ===
2
- Contributors: Godaddy, StarfieldTech, kurtpayne, cklosows
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.3
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -46,6 +46,9 @@ Manual installation:
46
  4. Then activate the Plugin from Plugins page.
47
 
48
  == Upgrade Notice ==
 
 
 
49
  = 1.5.3.3 =
50
  Fixes a CSS issue with overlays and soem browsers
51
 
@@ -156,6 +159,9 @@ add_filter( 'p3_automatic_scan_urls', 'my_p3_auto_scan_pages' );
156
  </code>
157
 
158
  == Changelog ==
 
 
 
159
  = 1.5.3.3 =
160
  * Fixes a CSS issue with overlays and soem browsers
161
 
1
  === P3 (Plugin Performance Profiler) ===
2
+ 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.4
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.4 =
50
+ Fixes another CSS issue with overlays and soem browsers
51
+
52
  = 1.5.3.3 =
53
  Fixes a CSS issue with overlays and soem browsers
54
 
159
  </code>
160
 
161
  == Changelog ==
162
+ = 1.5.3.4 =
163
+ * Fixes another CSS issue with overlays and soem browsers
164
+
165
  = 1.5.3.3 =
166
  * Fixes a CSS issue with overlays and soem browsers
167