Speed Booster Pack - Version 4.4.1.1

Version Description

Download this release

Release Info

Developer optimocha
Plugin Icon 128x128 Speed Booster Pack
Version 4.4.1.1
Comparing to
See all releases

Code changes from version 4.4.1 to 4.4.1.1

README.txt CHANGED
@@ -5,7 +5,7 @@ Tags: speed, pagespeed, optimization, core web vitals, cache
5
  Requires at least: 4.6
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
- Stable tag: 4.4.1
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
5
  Requires at least: 4.6
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
+ Stable tag: 4.4.1.1
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
includes/classes/class-sbp-advanced-cache-generator.php CHANGED
@@ -102,7 +102,7 @@ if ( count( $exclude_urls ) > 0 && in_array( $current_url, $exclude_urls ) ) {
102
  }
103
 
104
  // output cached file
105
- header("X-Powered-By: ' . SBP_PLUGIN_NAME . ' v" ' . SBP_VERSION . ');
106
  readfile( $cache_file_path );
107
  exit;
108
 
102
  }
103
 
104
  // output cached file
105
+ header("X-Powered-By: ' . SBP_PLUGIN_NAME . ' v' . SBP_VERSION . '");
106
  readfile( $cache_file_path );
107
  exit;
108
 
speed-booster-pack.php CHANGED
@@ -6,7 +6,7 @@
6
  * Plugin Name: Speed Booster Pack
7
  * Plugin URI: https://speedboosterpack.com
8
  * Description: PageSpeed optimization is vital for SEO: A faster website equals better conversions. Optimize & cache your site with this smart plugin!
9
- * Version: 4.4.1
10
  * Author: Optimocha
11
  * Author URI: https://optimocha.com
12
  * License: GPLv3 or later
@@ -32,7 +32,7 @@ define( 'SBP_PLUGIN_NAME', 'Speed Booster Pack' );
32
  /**
33
  * Current plugin version.
34
  */
35
- define( 'SBP_VERSION', '4.4.1' );
36
 
37
  /**
38
  * Plugin website URL.
6
  * Plugin Name: Speed Booster Pack
7
  * Plugin URI: https://speedboosterpack.com
8
  * Description: PageSpeed optimization is vital for SEO: A faster website equals better conversions. Optimize & cache your site with this smart plugin!
9
+ * Version: 4.4.1.1
10
  * Author: Optimocha
11
  * Author URI: https://optimocha.com
12
  * License: GPLv3 or later
32
  /**
33
  * Current plugin version.
34
  */
35
+ define( 'SBP_VERSION', '4.4.1.1' );
36
 
37
  /**
38
  * Plugin website URL.