P3 (Plugin Performance Profiler) - Version 1.5.3.6

Version Description

Internal version bump to ensure new CSS/JS isn't cached

Download this release

Release Info

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

Code changes from version 1.5.3.5 to 1.5.3.6

Files changed (2) hide show
  1. p3-profiler.php +3 -3
  2. readme.txt +7 -1
p3-profiler.php CHANGED
@@ -4,12 +4,14 @@ 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.5
8
  Author URI: http://www.godaddy.com/
9
  Text Domain: p3-profiler
10
  Domain Path: /languages
11
  */
12
 
 
 
13
  // Make sure it's wordpress
14
  if ( !defined( 'ABSPATH') )
15
  die( 'Forbidden' );
@@ -25,8 +27,6 @@ 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.4' );
29
-
30
  /**************************************************************************/
31
  /** AUTOLOADING **/
32
  /**************************************************************************/
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.6
8
  Author URI: http://www.godaddy.com/
9
  Text Domain: p3-profiler
10
  Domain Path: /languages
11
  */
12
 
13
+ define( 'P3_VERSION', '1.5.3.6' );
14
+
15
  // Make sure it's wordpress
16
  if ( !defined( 'ABSPATH') )
17
  die( 'Forbidden' );
27
  // Plugin slug
28
  define( 'P3_PLUGIN_SLUG', 'p3-profiler' );
29
 
 
 
30
  /**************************************************************************/
31
  /** AUTOLOADING **/
32
  /**************************************************************************/
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.5
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.5 =
50
  CSS fix for jQuery UI Dialogs
51
 
@@ -162,6 +165,9 @@ add_filter( 'p3_automatic_scan_urls', 'my_p3_auto_scan_pages' );
162
  </code>
163
 
164
  == Changelog ==
 
 
 
165
  = 1.5.3.5 =
166
  * CSS fix for jQuery UI Dialogs. props cklosows
167
 
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.6
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.6 =
50
+ Internal version bump to ensure new CSS/JS isn't cached
51
+
52
  = 1.5.3.5 =
53
  CSS fix for jQuery UI Dialogs
54
 
165
  </code>
166
 
167
  == Changelog ==
168
+ = 1.5.3.6 =
169
+ Internal version bump to ensure new CSS/JS isn't cached
170
+
171
  = 1.5.3.5 =
172
  * CSS fix for jQuery UI Dialogs. props cklosows
173