Version Description
- Speed Booster Pack is acquired by Optimocha!
- Updates to the Optimize More tab
Download this release
Release Info
Developer | optimocha |
Plugin | Speed Booster Pack |
Version | 3.7.7 |
Comparing to | |
See all releases |
Code changes from version 3.7.6 to 3.7.7
- css/style.css +1 -0
- inc/images/optimocha.png +0 -0
- inc/images/shortpixel.png +0 -0
- inc/images/wp-engine.png +0 -0
- inc/images/wpengine.png +0 -0
- inc/template/notice.php +2 -0
- inc/template/options.php +22 -21
- readme.txt +10 -10
- speed-booster-pack.php +6 -9
css/style.css
CHANGED
@@ -631,6 +631,7 @@ p.description-link {
|
|
631 |
font-size: 0.875em;
|
632 |
margin-bottom: 15px;
|
633 |
font-style: italic;
|
|
|
634 |
}
|
635 |
|
636 |
.sbp-box__action-bar {
|
631 |
font-size: 0.875em;
|
632 |
margin-bottom: 15px;
|
633 |
font-style: italic;
|
634 |
+
padding-bottom:30px;
|
635 |
}
|
636 |
|
637 |
.sbp-box__action-bar {
|
inc/images/optimocha.png
ADDED
Binary file
|
inc/images/shortpixel.png
ADDED
Binary file
|
inc/images/wp-engine.png
ADDED
Binary file
|
inc/images/wpengine.png
ADDED
Binary file
|
inc/template/notice.php
CHANGED
@@ -4,6 +4,8 @@
|
|
4 |
<p><?php printf(esc_html__('Welcome! Thank you for installing Speed Booster Pack! Check out the %sPlugin settings%s for new features that can make your site load faster.', 'speed-booster-pack'), '<a href="admin.php?page=sbp-options">', '</a>'); ?></p>
|
5 |
<p><a href="admin.php?page=sbp-options"
|
6 |
class="button button-primary button-hero"><?php esc_html_e('Get started with Speed Booster Pack', 'speed-booster-pack'); ?></a>
|
|
|
|
|
7 |
</p>
|
8 |
<button type="button" onclick="sbp_dismissNotice();" class="notice-dismiss"><span
|
9 |
class="screen-reader-text"><?php esc_html_e('Dismiss this notice.', 'speed-booster-pack'); ?></span>
|
4 |
<p><?php printf(esc_html__('Welcome! Thank you for installing Speed Booster Pack! Check out the %sPlugin settings%s for new features that can make your site load faster.', 'speed-booster-pack'), '<a href="admin.php?page=sbp-options">', '</a>'); ?></p>
|
5 |
<p><a href="admin.php?page=sbp-options"
|
6 |
class="button button-primary button-hero"><?php esc_html_e('Get started with Speed Booster Pack', 'speed-booster-pack'); ?></a>
|
7 |
+
<a href="https://optimocha.com/"
|
8 |
+
class="button button-primary button-hero" target="_blank"><?php esc_html_e('Pro Optimization Service', 'speed-booster-pack'); ?></a>
|
9 |
</p>
|
10 |
<button type="button" onclick="sbp_dismissNotice();" class="notice-dismiss"><span
|
11 |
class="screen-reader-text"><?php esc_html_e('Dismiss this notice.', 'speed-booster-pack'); ?></span>
|
inc/template/options.php
CHANGED
@@ -645,47 +645,48 @@ if ( is_array( $option_arr ) && in_array( 'defer-from-footer', $option_arr ) ) {
|
|
645 |
<div id="optimize-more" class="sb-pack-tab">
|
646 |
<div class="feature-section three-col">
|
647 |
|
648 |
-
|
649 |
-
|
650 |
-
|
|
|
|
|
|
|
651 |
|
652 |
-
|
653 |
-
|
654 |
-
|
|
|
|
|
|
|
655 |
|
656 |
-
<div class="sbp-box__action-bar">
|
657 |
-
<span class="sbp-box__action-button">
|
658 |
-
<a class="button" href="<?php echo esc_url( 'https://shortpixel.com/h/af/IVAKFSX31472' ); ?>" target="_blank"><?php esc_html_e( 'Test your site for free', 'speed-booster-pack' ); ?></a>
|
659 |
-
</span>
|
660 |
-
</div>
|
661 |
-
</div>
|
662 |
|
663 |
<div class="col sbp-box">
|
664 |
-
<img src="
|
665 |
-
<div class="sbp-box__name"><?php esc_html_e( '
|
|
|
666 |
<div class="sbp-box__description">
|
667 |
-
<?php esc_html_e( '
|
668 |
</div>
|
669 |
|
670 |
<div class="sbp-box__action-bar">
|
671 |
<span class="sbp-box__action-button">
|
672 |
-
<a class="button" href="<?php echo esc_url( 'https://
|
673 |
</span>
|
674 |
</div>
|
675 |
</div>
|
676 |
|
677 |
|
678 |
<div class="col sbp-box">
|
679 |
-
<img src="<?php echo SPEED_BOOSTER_PACK_URL
|
680 |
-
<div class="sbp-box__name"><?php esc_html_e( '
|
681 |
|
682 |
<div class="sbp-box__description">
|
683 |
-
<?php esc_html_e( '
|
684 |
</div>
|
685 |
|
686 |
<div class="sbp-box__action-bar">
|
687 |
<span class="sbp-box__action-button">
|
688 |
-
<a class="button
|
689 |
</span>
|
690 |
</div>
|
691 |
</div>
|
@@ -693,7 +694,7 @@ if ( is_array( $option_arr ) && in_array( 'defer-from-footer', $option_arr ) ) {
|
|
693 |
</div>
|
694 |
</div><!--#optimize-more-->
|
695 |
|
696 |
-
<div
|
697 |
<hr />
|
698 |
<?php submit_button( '', 'button button-primary button-hero' ); ?>
|
699 |
</div>
|
645 |
<div id="optimize-more" class="sb-pack-tab">
|
646 |
<div class="feature-section three-col">
|
647 |
|
648 |
+
<div class="col sbp-box">
|
649 |
+
<img src="<?php echo SPEED_BOOSTER_PACK_URL ?>inc/images/optimocha.png" alt="Optimocha Speed Optimization Service" />
|
650 |
+
<div class="sbp-box__name"><?php esc_html_e( 'Optimocha', 'speed-booster-pack' ); ?></div>
|
651 |
+
<div class="sbp-box__description">
|
652 |
+
<?php esc_html_e( 'A tailored speed optimization service for WordPress websites. Also the developer and the maintainer of Speed Booster Pack. ', 'speed-booster-pack' ); ?>
|
653 |
+
</div>
|
654 |
|
655 |
+
<div class="sbp-box__action-bar">
|
656 |
+
<span class="sbp-box__action-button">
|
657 |
+
<a class="button button-primary" href="<?php echo esc_url( 'https://optimocha.com' ); ?>" target="_blank"><?php esc_html_e( 'Speed Up Your Website', 'speed-booster-pack' ); ?></a>
|
658 |
+
</span>
|
659 |
+
</div>
|
660 |
+
</div>
|
661 |
|
|
|
|
|
|
|
|
|
|
|
|
|
662 |
|
663 |
<div class="col sbp-box">
|
664 |
+
<img src="<?php echo SPEED_BOOSTER_PACK_URL ?>inc/images/shortpixel.png" alt="ShortPixel Image Optimizer" />
|
665 |
+
<div class="sbp-box__name"><?php esc_html_e( 'ShortPixel Image Optimizer', 'speed-booster-pack' ); ?></div>
|
666 |
+
|
667 |
<div class="sbp-box__description">
|
668 |
+
<?php esc_html_e( 'Optimized images help your site load faster, especially in the new WebP format. Get ShortPixel to gain more speed!', 'speed-booster-pack' ); ?>
|
669 |
</div>
|
670 |
|
671 |
<div class="sbp-box__action-bar">
|
672 |
<span class="sbp-box__action-button">
|
673 |
+
<a class="button" href="<?php echo esc_url( 'https://optimocha.com/go/shortpixel' ); ?>" target="_blank"><?php esc_html_e( 'Optimize Your Images', 'speed-booster-pack' ); ?></a>
|
674 |
</span>
|
675 |
</div>
|
676 |
</div>
|
677 |
|
678 |
|
679 |
<div class="col sbp-box">
|
680 |
+
<img src="<?php echo SPEED_BOOSTER_PACK_URL ?>inc/images/wp-engine.png" alt="WP Engine Hosting" />
|
681 |
+
<div class="sbp-box__name"><?php esc_html_e( 'WP engine', 'speed-booster-pack' ); ?></div>
|
682 |
|
683 |
<div class="sbp-box__description">
|
684 |
+
<?php esc_html_e( 'Easily one of the best WordPress hosting companies out there. Get 2 (or more!) months for free with an annual payment.', 'speed-booster-pack' ); ?>
|
685 |
</div>
|
686 |
|
687 |
<div class="sbp-box__action-bar">
|
688 |
<span class="sbp-box__action-button">
|
689 |
+
<a class="button" href="<?php echo esc_url( 'https://optimocha.com/go/wpengine' ); ?>" target="_blank"><?php esc_html_e( 'Get Better Hosting', 'speed-booster-pack' ); ?></a>
|
690 |
</span>
|
691 |
</div>
|
692 |
</div>
|
694 |
</div>
|
695 |
</div><!--#optimize-more-->
|
696 |
|
697 |
+
<div>
|
698 |
<hr />
|
699 |
<?php submit_button( '', 'button button-primary button-hero' ); ?>
|
700 |
</div>
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Speed Booster Pack ===
|
2 |
-
Contributors:
|
3 |
Tags: speed, optimization, performance, scripts to the footer, google libraries, font awesome cdn, defer parsing of javascript, remove query strings, gtmetrix, google pageSpeed, yslow, compression
|
4 |
-
Requires at least:
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 3.7.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,7 +12,7 @@ A light, frequently updated and easy to use plugin to make your site load faster
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
**Speed Booster Pack** is a standalone plugin built, maintained & operated by the friendly folks over at [
|
16 |
|
17 |
**Speed Booster Pack is a lightweight, frequently updated, easy to use and well supported plugin which allows you to improve your website's loading speed.**
|
18 |
|
@@ -45,7 +45,7 @@ Speed Booster Pack is a plugin that can help you speed up your website by tweaki
|
|
45 |
* **Remove the WordPress Version** this option is added for security reasons and cleaning the header.
|
46 |
* **Remove all rss feed links** to cleanup your WordPress header.
|
47 |
|
48 |
-
* For complete usage instructions visit [Plugin Documentation](http://
|
49 |
|
50 |
|
51 |
Future Development:
|
@@ -59,10 +59,6 @@ Future Development:
|
|
59 |
|
60 |
* [Simple Author Box](http://wordpress.org/plugins/simple-author-box/) - A simple but cool author box with social icons.
|
61 |
|
62 |
-
**About us:**
|
63 |
-
We are a young team of WordPress aficionados who love building WordPress plugins & <a href="https://www.machothemes.com/" target="_blank" title="Premium WordPress themes">Premium WordPress themes</a> over on our theme shop. We’re also blogging and wish to help our users find the <a href="https://www.machothemes.com/blog/cheapest-wordpress-hosting/" target="_blank" title="Best Cheap WordPress Hosting">Best Cheap WordPress Hosting</a> available on the market. Check out our blog.
|
64 |
-
|
65 |
-
|
66 |
== Installation ==
|
67 |
|
68 |
1. Download the plugin (.zip file) on your hard drive.
|
@@ -76,6 +72,10 @@ We are a young team of WordPress aficionados who love building WordPress plugins
|
|
76 |
|
77 |
== Changelog ==
|
78 |
|
|
|
|
|
|
|
|
|
79 |
= 3.7.6 =
|
80 |
* Improved admin UI
|
81 |
* Added "Disable Self Pingbacks" option
|
1 |
=== Speed Booster Pack ===
|
2 |
+
Contributors: optimocha
|
3 |
Tags: speed, optimization, performance, scripts to the footer, google libraries, font awesome cdn, defer parsing of javascript, remove query strings, gtmetrix, google pageSpeed, yslow, compression
|
4 |
+
Requires at least: 4.6
|
5 |
+
Tested up to: 5.1
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 3.7.7
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
**Speed Booster Pack** is a standalone plugin built, maintained & operated by the friendly folks over at [OptiMocha](https://optimocha.com/)
|
16 |
|
17 |
**Speed Booster Pack is a lightweight, frequently updated, easy to use and well supported plugin which allows you to improve your website's loading speed.**
|
18 |
|
45 |
* **Remove the WordPress Version** this option is added for security reasons and cleaning the header.
|
46 |
* **Remove all rss feed links** to cleanup your WordPress header.
|
47 |
|
48 |
+
* For complete usage instructions visit [Plugin Documentation](http://optimocha.com/speed-booster-pack-documentation/)
|
49 |
|
50 |
|
51 |
Future Development:
|
59 |
|
60 |
* [Simple Author Box](http://wordpress.org/plugins/simple-author-box/) - A simple but cool author box with social icons.
|
61 |
|
|
|
|
|
|
|
|
|
62 |
== Installation ==
|
63 |
|
64 |
1. Download the plugin (.zip file) on your hard drive.
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 3.7.7 =
|
76 |
+
* Speed Booster Pack is acquired by [Optimocha](https://optimocha.com/)!
|
77 |
+
* Updates to the Optimize More tab
|
78 |
+
|
79 |
= 3.7.6 =
|
80 |
* Improved admin UI
|
81 |
* Added "Disable Self Pingbacks" option
|
speed-booster-pack.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
* Plugin Name: Speed Booster Pack
|
4 |
* Plugin URI: http://wordpress.org/plugins/speed-booster-pack/
|
5 |
* Description: Speed Booster Pack allows you to improve your page loading speed and get a higher score on the major speed testing services such as <a href="http://gtmetrix.com/">GTmetrix</a>, <a href="http://developers.google.com/speed/pagespeed/insights/">Google PageSpeed</a> or other speed testing tools.
|
6 |
-
* Author:
|
7 |
-
* Version: 3.7.
|
8 |
-
* Author URI: https://
|
9 |
* License: GPLv3 or later
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
* Requires PHP: 5.6
|
@@ -15,16 +15,12 @@
|
|
15 |
* Copyright 2015-2017 Tiguan office@tiguandesign.com
|
16 |
* Copyright 05/05/2017 - 10/04/2017 ShortPixel alex@shortpixel.com
|
17 |
* Copyright 2017-2019 MachoThemes office@machothemes.com
|
|
|
18 |
*
|
19 |
* Original Plugin URI: https://tiguan.com/speed-booster-pack/
|
20 |
* Original Author URI: https://tiguan.com
|
21 |
* Original Author: https://profiles.wordpress.org/tiguan/
|
22 |
*
|
23 |
-
* NOTE:
|
24 |
-
* Tiguan transferred ownership rights on: 05/05/2017 09:39:05 AM when ownership was handed over to ShortPixel
|
25 |
-
* ShortPixel transffered ownership rights on: 10/04/2017 09:17:55 AM when ownership was handed over to MachoThemes
|
26 |
-
* The MachoThemes ownership period started on: 10/04/2017 09:17:56 AM
|
27 |
-
* SVN commit proof of ownership transferral: https://plugins.trac.wordpress.org/changeset/1740755/speed-booster-pack/trunk/readme.txt
|
28 |
*
|
29 |
* This program is free software; you can redistribute it and/or modify
|
30 |
* it under the terms of the GNU General Public License, version 3, as
|
@@ -264,9 +260,10 @@ if ( ! class_exists( 'Speed_Booster_Pack' ) ) {
|
|
264 |
-----------------------------------------------------------------------------------------------------------*/
|
265 |
|
266 |
function sbp_settings_link( $links ) {
|
267 |
-
|
268 |
$settings_link = ' <a href="admin.php?page=sbp-options">Settings</a > ';
|
269 |
array_unshift( $links, $settings_link );
|
|
|
270 |
|
271 |
return $links;
|
272 |
|
3 |
* Plugin Name: Speed Booster Pack
|
4 |
* Plugin URI: http://wordpress.org/plugins/speed-booster-pack/
|
5 |
* Description: Speed Booster Pack allows you to improve your page loading speed and get a higher score on the major speed testing services such as <a href="http://gtmetrix.com/">GTmetrix</a>, <a href="http://developers.google.com/speed/pagespeed/insights/">Google PageSpeed</a> or other speed testing tools.
|
6 |
+
* Author: Optimocha
|
7 |
+
* Version: 3.7.7
|
8 |
+
* Author URI: https://optimocha.com
|
9 |
* License: GPLv3 or later
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
* Requires PHP: 5.6
|
15 |
* Copyright 2015-2017 Tiguan office@tiguandesign.com
|
16 |
* Copyright 05/05/2017 - 10/04/2017 ShortPixel alex@shortpixel.com
|
17 |
* Copyright 2017-2019 MachoThemes office@machothemes.com
|
18 |
+
* Copyright 2019 Optimocha baris@optimocha.com
|
19 |
*
|
20 |
* Original Plugin URI: https://tiguan.com/speed-booster-pack/
|
21 |
* Original Author URI: https://tiguan.com
|
22 |
* Original Author: https://profiles.wordpress.org/tiguan/
|
23 |
*
|
|
|
|
|
|
|
|
|
|
|
24 |
*
|
25 |
* This program is free software; you can redistribute it and/or modify
|
26 |
* it under the terms of the GNU General Public License, version 3, as
|
260 |
-----------------------------------------------------------------------------------------------------------*/
|
261 |
|
262 |
function sbp_settings_link( $links ) {
|
263 |
+
$pro_link = ' <a href="https://optimocha.com" target="_blank">Pro Help</a > ';
|
264 |
$settings_link = ' <a href="admin.php?page=sbp-options">Settings</a > ';
|
265 |
array_unshift( $links, $settings_link );
|
266 |
+
array_unshift( $links, $pro_link );
|
267 |
|
268 |
return $links;
|
269 |
|