Skip to content

Releases: alicolville/Weight-Tracker

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.

10.4

22 Aug 20:43
6048c33
Compare
Choose a tag to compare
  • New feature: New Setting "Who can export and delete user data?" to allow you to specify which roles can export and delete user data.
  • Improvement: Added new arguments ( 'weight', 'include-percentage-sign' and 'invert' ) for shortcode [wt-difference-from-target]. Thanks @shakethatweight-simon for the PR!
  • Bug fix: Fixed error being displayed when latest weight equals target weight within the "Latest vs Target" component on [wt].
  • Maintenance: Removed redundant code for migrating from old measurement fields.

10.3.10

15 Jun 10:37
762bffd
Compare
Choose a tag to compare
  • Improvement: View All data page now will display custom fields on each row on larger devices.

10.3.9

23 May 10:54
153c5e4
Compare
Choose a tag to compare
  • Bug fix: Error being thrown when Challenges were not enabled.

10.3.8

20 May 23:06
797941d
Compare
Choose a tag to compare
  • Maintenance: Some general improvements to the code base and additional triggers for stats table to be refreshed.