3.5.49

This version of Servbolt Optimizer brings fixes for 2 bugs.

  • When a page is password protected it will not cache it. It used to cache it as it took no notice of the password protection, only showing the form.
  • Updating the stock levels now also makes it perform a purge on the page in question. We previously only looked at the save_post() hook, we now also purge when ‘woocommerce_product_set_stock’ or ‘woocommerce_update_product’ are run. These two new hooks are woocommerce specific.