Skip to content

4.2.7

Compare
Choose a tag to compare
@alicolville alicolville released this 27 Mar 19:09
· 2539 commits to master since this release
  • Improvement: New shortcode for user settings [wlt-user-settings] - Read more: https://weight.yeken.uk/shortcodes/
  • Improvement: New option added to [wlt-chart] "ignore-login-status". If set to true, will display the chart's data in the event the user is not logged in (should be used alongside user-id attribute) - Read more: https://weight.yeken.uk/shortcodes/
  • Improvement: Added "Redirect URL" to Form Widget.
  • Improvement: Optimised speed of user preference lookup (if non sepcified). Previously if the user hadn't specified any user preferences the DB would have be queried for every key lookup. This was due to an empty array not being cached. Rules have changed to store an empty array to save querying DB for each user preference.
  • Improvement: Standardised Hook / Filter names (possible breaking change if you use these). Reade more: https://weight.yeken.uk/hooks-and-filters/
  • Improvement: Added "Neck" measurements.
  • Bug fix: Fixed issue with cache keys for pounds and Kgs conflicting and replacing each other when querying extremes.
  • Bug fix: Ensure both cron jobs are removed on plugin deactivation.