Simple History 5.2.0 released

This update fixes a notice message that was visible on websites with WP_DEBUG set to true. This should not be enabled on productions websites but still some websites had this on and some ugly messages would be displayed.

This update also adds some new information to the debug page: a counter that keeps track of the total number of items that has been logged. The value is independent from the number of event rows in the database, so it’s kept even after the log have been cleared.

Screenshot: The total number of logged events is now stored and can be seen on the debug page.

See the full changelog below for all details.

Changelog

  • Add counter with total number of events logged. The value of this can be seen on the debug page. #483
  • Add option with plugin install date. The install date can be seen on the debug page. #483
  • Fix notice Function _load_textdomain_just_in_time was called incorrectly.
  • Fix Quick View not being activated by default after enabling experimental features.
  • Hide WooCommerce Logger promo if WooCommerce Logger is installed.