Speed Booster Pack - Version 4.5.1.1

Version Description

Release Date: 24 April 2021

  • Fixed: One more (tiny) fix to the deactivation survey.
Download this release

Release Info

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

Code changes from version 4.5.1 to 4.5.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.5.1
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -103,9 +103,15 @@ All the time! We're always looking for new ways to get this plugin to a better s
103
 
104
  == Changelog ==
105
 
 
 
 
 
 
 
106
  = 4.5.1 =
107
 
108
- *Release Date: 14 April 2021*
109
 
110
  * **NEW**: Simple warning notice about PHP version (when it's below 7.0).
111
  * **Fixed**: Deactivation survey didn't show the details textarea.
5
  Requires at least: 4.6
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
+ Stable tag: 4.5.1.1
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
103
 
104
  == Changelog ==
105
 
106
+ = 4.5.1.1 =
107
+
108
+ *Release Date: 24 April 2021*
109
+
110
+ * **Fixed**: One more (tiny) fix to the deactivation survey.
111
+
112
  = 4.5.1 =
113
 
114
+ *Release Date: 18 April 2021*
115
 
116
  * **NEW**: Simple warning notice about PHP version (when it's below 7.0).
117
  * **Fixed**: Deactivation survey didn't show the details textarea.
admin/js/deactivation-survey.js CHANGED
@@ -28,12 +28,6 @@
28
  } else {
29
  $('.submit-and-deactivate').attr('disabled', 'disabled');
30
  }
31
-
32
- if (e.target.value === 'other') {
33
- $('[name=sbp_deactivation_description]').stop().slideDown();
34
- } else {
35
- $('[name=sbp_deactivation_description]').stop().slideUp();
36
- }
37
  })
38
 
39
  $(document).on('keyup', '[name=sbp_deactivation_description]', function(e) {
28
  } else {
29
  $('.submit-and-deactivate').attr('disabled', 'disabled');
30
  }
 
 
 
 
 
 
31
  })
32
 
33
  $(document).on('keyup', '[name=sbp_deactivation_description]', function(e) {
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.5.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.5.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.5.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.5.1.1' );
36
 
37
  /**
38
  * Plugin website URL.