Skip to content

Releases: alicolville/Weight-Tracker

10.8.1

17 Apr 19:13
bf08ffc
Compare
Choose a tag to compare
  • New feature: Added the option "both" to the "display" argument of [wt-difference-from-target]. This option will display both weight and percentage.
  • New feature: Added the option "both" to the "display" argument of [wt-difference-between-latest-previous]. This option will display both weight and percentage.
  • New feature: Added the slightly new components "latest-weight-difference-as-percentage" and "latest-weight-difference-as-weight" to change how the difference figure of "latest-weight" is rendered". Read more: https://docs.yeken.uk/components.html
  • Maintenance: Updated Chart.js library to 4.4.1.
  • Maintenance: Removed deprecated "ltrim()" warning when no redirect-url specified on [wt] and [wt-form]

10.8

19 Feb 20:35
90a693f
Compare
Choose a tag to compare

10.7.4

16 Feb 08:38
77f23d4
Compare
Choose a tag to compare
  • Improvement: When [wt-table] is within edit mode, clicking an edit link will jump to the correct place om the page. Read more: #569

10.7.3

05 Feb 19:04
2961011
Compare
Choose a tag to compare
  • New feature: Added "hide-tab-messages" argument to [wt] shortcode.
  • Maintenance: Bumped min supported version of WordPress.
  • Maintenance: Bumped min supported version of PHP to 7.4.
  • Maintenance: Fixed PHP deprecated warnings were found.

10.7.1-docs

22 Nov 14:22
9f62f59
Compare
Choose a tag to compare

Doc fix.

10.7.2

06 Nov 11:02
aa475e6
Compare
Choose a tag to compare
  • Improvement: The "percentage" argument of [wlt-calories progress="auto" percentage=4.4] now supports decimal places.

10.7.1

06 Nov 10:39
e8d8285
Compare
Choose a tag to compare
  • Improvement: Added support under the hood for mixed forms (e.g. that contain weights and targets) - note: this functionality is currently exposed to the end user.

10.7

11 Sep 12:59
57bf8e7
Compare
Choose a tag to compare
  • Maintenance: Removed support for the shortcode [wt-beta], you must use [wt] instead.
  • Maintenance: Removed support for the shortcode [wlt], you must use [wt] instead.
  • Maintenance: Removed support for the shortcode [wt-legacy], you must use [wt] instead.
  • Maintenance: Removed redundant setting "Hide tab descriptions" from the "User Experience" settings page.
  • Maintenance: Removed redundant setting "Tab appearance" from the "User Experience" settings page.
  • Maintenance: Removed redundant setting "Switching to a drop down" from the "User Experience" settings page.
  • Maintenance: Removed redundant setting "Switching to a drop down" from the "User Experience" settings page.
  • Maintenance: Challenges functionality is now enabled by default.
  • Maintenance: Based on PHPStorm inspection made 129+ changes to code for optimisation.

10.6

25 Aug 14:43
83748a5
Compare
Choose a tag to compare
  • New feature: Added the arguments "bmi-alert-if-below" and "bmi-alert-if-above" to [wt] to show an alert if the user's BMI is below or above the specified value.
  • New feature: Added the arguments "bmi-alert-if-below" and "bmi-alert-if-above" to [wt-kiosk] to show an alert if the user's BMI is below or above the specified value.

10.5

25 Aug 12:21
f89f74c
Compare
Choose a tag to compare
  • Improvement: Added a new setting "Delete awards when weight entry deleted?". If enabled, any awards that were awarded to a user will be deleted when the weight entry is deleted (only works with awards added in version 10.5 onwards). Read more: #549
  • Bug fix: Removed reference to ws_ls_migrate_measurements_into_meta_fields() which was causing a fatal error for some users.