Skip to content

Version 6.11.0

Compare
Choose a tag to compare
@thomasplevy thomasplevy released this 22 Sep 19:12
· 1968 commits to release since this release
92cc895

v6.11.0 - 2022-09-22

Updates and Enhancements
  • Since version 6.0.0, the Certificate Title Block provided the option to use four Google-hosted fonts. These fonts will now be served from the site's server in favor of serving them from the Google Fonts CDN. For more information about this change, please refer to https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/. If you wish to continue loading fonts from Google's CDN, add the following code to your functions.php file: add_filter( 'llms_use_google_webfonts', '__return_true' );. #2189
  • Upgraded included library, @woocommerce/action-scheduler, to version 3.5.2.
Bug Fixes
  • Fixed a division by zero error encountered on quiz reporting screens for quizzes with 0 total available points. #2270