P3 (Plugin Performance Profiler) - Version 1.5.3.3

Version Description

Fixes a 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.3
Comparing to
See all releases

Code changes from version 1.5.3.2 to 1.5.3.3

Files changed (3) hide show
  1. css/p3.css +9 -0
  2. p3-profiler.php +2 -2
  3. readme.txt +7 -1
css/p3.css CHANGED
@@ -393,3 +393,12 @@ div#p3-reminder-wrapper {
393
  .ui-front:first-child {
394
  z-index: 100 !important;
395
  }
 
 
 
 
 
 
 
 
 
393
  .ui-front:first-child {
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;
400
+ }
401
+
402
+ div[aria-describedby="p3-scan-name-dialog"] {
403
+ z-index: 2;
404
+ }
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.2
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.3.5.2' );
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.3
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.3' );
29
 
30
  /**************************************************************************/
31
  /** AUTOLOADING **/
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.2
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.2 =
50
  Style updates for 4.1
51
 
@@ -153,6 +156,9 @@ add_filter( 'p3_automatic_scan_urls', 'my_p3_auto_scan_pages' );
153
  </code>
154
 
155
  == Changelog ==
 
 
 
156
  = 1.5.3.2 =
157
  * Style Updates for 4.1
158
 
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
  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
+
52
  = 1.5.3.2 =
53
  Style updates for 4.1
54
 
156
  </code>
157
 
158
  == Changelog ==
159
+ = 1.5.3.3 =
160
+ * Fixes a CSS issue with overlays and soem browsers
161
+
162
  = 1.5.3.2 =
163
  * Style Updates for 4.1
164