Skip to content

Releases: optimocha/speed-booster-pack

4.5.8.1

13 Feb 11:23
Compare
Choose a tag to compare

Release Date: 13 February 2024

  • Fixed: The update on the cache warmup feature broke things, so it's reverted.

4.5.8

13 Feb 00:47
Compare
Choose a tag to compare

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

20 Oct 16:52
d6f3f33
Compare
Choose a tag to compare

Release Date: 20 October 2023

  • Improved: Tested with the latest WordPress version.
  • Removed: Deleted unnecessary HTTP header addition in the advanced-cache.php file.
  • Fixed: A small issue in the "set image dimensions" feature is fixed.

4.5.5

05 Jun 07:07
d97b1a1
Compare
Choose a tag to compare

Release Date: 05 June 2022

  • Improved: Refactoring of some old code.
  • Fixed: Various bug fixes.

4.5.4

27 May 21:23
2bc48ed
Compare
Choose a tag to compare

Release Date: 27 May 2022

  • Improved: Some code refactoring.
  • Improved: Lazy loading should perform even better now.
  • Fixed: Semi-important issue regarding an unintentional redirect.
  • Fixed: Some smaller, less-annoying bugs.

4.5.3

18 May 16:20
de5cd45
Compare
Choose a tag to compare

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

14 May 13:41
4ad20df
Compare
Choose a tag to compare

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 of template_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

24 Apr 14:19
3c460a1
Compare
Choose a tag to compare

Release Date: 24 April 2021

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

4.5.1

18 Apr 10:09
7d104a4
Compare
Choose a tag to compare

Release Date: 18 April 2021

  • NEW: Simple warning notice about PHP version (when it's below 7.0).
  • Fixed: Deactivation survey didn't show the details textarea.
  • Fixed: LiteSpeed cache cached logged-in users even when the setting was turned off.

4.5.0

14 Apr 18:20
Compare
Choose a tag to compare

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 ifs 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 the wp-config.php file.
  • Updated: Updated Codestar Framework to v2.2.6.
  • Updated: Updated lazyload.js to v17.7.0.