Releases: optimocha/speed-booster-pack
Releases · optimocha/speed-booster-pack
4.5.8.1
4.5.8
Release Date: 13 February 2024
- Improved: Code refactoring, cleanups and readability improvements.
- Removed: The class-sbp-custom-code-manager.php file is unused and deleted.
- Fixed: Small update (for newer versions of PHP) in the SimpleHtmlDom library.
- Fixed: Small update (for newer versions of PHP) in the Codestar Framework.
- Fixed: Lazy loader's inlined script is now loading before the lazyload.js file.
- Fixed: Lazy loader has a placeholder image that doesn't cause CLS issues.
- Fixed: Lazy loader doesn't add a
data-srcset
attribute as it's not necessary. - Fixed: Cloudflare integration doesn't cause fatal errors if cURL isn't installed.
- Fixed: The cache warmup feature now clears the whole cache before, well, warming up the cache.
4.5.7
4.5.5
4.5.4
4.5.3
Release Date: 18 May 2022
- Fixed: JSON outputs had that extra HTML comment which broke more than a few things...
- Fixed: On rare occasions, the cachefile was saved completely empty.
- Removed: New users won't see an introduction popup because it's not the most pleasant way to greet a new user. Instead, we're going to update our dashboard text in the next version.
4.5.2
Release Date: 14 May 2022
- NEW: New option called "Dequeue global styles".
- Improved: Lots of refactoring to the
class-sbp-tweaks.php
file. - Improved: Removed unused helper functions.
- Fixed: Full site editing related bug squashed.
- Fixed: HTML minifier did a lot more damage than it did good, so we replaced it with an external class from github.com/mrclay/minify.
- Fixed: Hooked our public-faced features to
init
instead oftemplate_redirect
so it's more compatible with other plugins. - Fixed: Reverted the
shutdown
hook as it did more damage than good. - Fixed: The PHP version warning (shown to PHP 5.x users) is now dismissible.
4.5.1.1
4.5.1
4.5.0
Release Date: 14 April 2021
- NEW - WooCommerce optimizations: The "Special" tab is replaced with the "WooCommerce" tab with SEVEN WC-related optimizations, four of them brand new!
- NEW - Deactivation survey: An optional survey added to the "Deactivate" button to get feedback from users leaving us, so we can improve SBP even further.
- Improved: Added a shutdown hook so the plugin plays better with other plugins (like Really Simple SSL).
- Improved: A few
if
s here and there to improve the performance of the plugin. - Improved: LiteSpeed cache users can now exclude cookies!
- Improved: Improvements with the lazy load feature - GetWid videos and videos using
mediaelements.js
are now lazy loaded properly. - Improved: The placeholder image of lazy loaded images is also improved, using a transparent pixel instead of a gray one.
- Improved: Improvements with the method which adds the
WP_CACHE
constant to thewp-config.php
file. - Updated: Updated Codestar Framework to v2.2.6.
- Updated: Updated lazyload.js to v17.7.0.