Skip to content

Version 2.9.23, April 20, 2020

Compare
Choose a tag to compare
@cklosowski cklosowski released this 20 Apr 22:36
· 925 commits to master since this release
dfd13fc

2.9.23, April 20, 2020

  • Fix: There was a performance issue that caused file download logs to be queried when they did not need to be.
  • Fix: When using PHP 7.3+, a notice could be thrown related to a non-well formed numeric value.
  • Fix: Removed the legacy (and unused) wp_is_writable shim.
  • Fix: When loading a custom template or post type related to downloads, a PHP notice about getting the post_type of a non-object could be thrown.
  • Dev: Added pre/post filters into the get_customer_by method.