Skip to content

Releases: alicolville/Weight-Tracker

10.3.7a

18 Apr 08:26
cc67e55
Compare
Choose a tag to compare

Dummy release to push to SVN

10.3.7

18 Apr 07:13
cc67e55
Compare
Choose a tag to compare
  • Bug fix: Fixed PHP error being thrown in [wt-custom-fields-latest] due to caching issue.
  • Maintenance: Removed redundant photo migration code (from old system into custom fields). This code was added 4 years ago, if folks haven't updated since then, then I doubt they will be now!

10.3.6

18 Apr 07:02
Compare
Choose a tag to compare
  • Tweaks to readme

10.3.5a

17 Apr 13:41
d54eeb4
Compare
Choose a tag to compare

10.3.4

30 Dec 12:48
e1e8fc1
Compare
Choose a tag to compare
  • Maintenance: Removed reference to deprecated WP functionality (WP_User->id).
  • Bug fix: Removed invalid reference to "$user_meta->first_name".
  • Bug fix: Corrected caching issue with "Latest Weight" component / shortcode.

10.3.3

29 Dec 11:31
4a7d700
Compare
Choose a tag to compare
  • Improvement: Added a new summary box component "user-id". Read more https://docs.yeken.uk/components.html
  • Bug fix: [wt-user-settings] now correctly respects the "show-delete-data" argument correctly.

10.3.2

21 Nov 13:35
2c543d6
Compare
Choose a tag to compare
  • Improvement: Added Beta support for Barcode scanning in [wt-kiosk]. Read more: https://docs.yeken.uk/shortcodes/wt-kiosk.html
  • Improvement: [wt-kiosk] - hide the "Clear Screen" button until a user record has been selected.
  • Improvement: [wt-bmi-calculator] now respects setting "Weight Units". If "Pounds only" the Stones field is hidden. Read more: #532
  • Bug fix: [wt-hip-waist-calculator] now populates the correct gender.
  • Maintenance: Updated language files.

10.3.1

15 Oct 14:23
a63df78
Compare
Choose a tag to compare
  • Bug fix: Do not show gain/loss column within data tables (on main site) when not in Pro or Pro plus mode.
  • Bug fix: [wt] - enable the settings tab if Targets enabled when not in Pro or Pro plus mode.
  • Bug fix: [wt] - Don't display the messages tab if messages aren't enabled.
  • Bug fix: [wt] - Don't display target component if targets have been disabled in admin.

10.3

11 Oct 11:17
de2d442
Compare
Choose a tag to compare
  • New feature: Added the shortcode [wt-waist-to-hip-ratio-calculator] which renders a hip-to-waist ratio calculator. https://docs.yeken.uk/shortcodes/wt-waist-to-hip-ratio-calculator.html
  • New feature: [wt-beta] has now replaced the older version. So [wt] contains the new functionality, the older shortcode can still be used (for now) by using the shortcode [wt-legacy] https://docs.yeken.uk/shortcodes/wt-legacy.html
  • New feature: Added the shortcode [wt-custom-fields-latest] for displaying the latest value of a custom field. https://docs.yeken.uk/shortcodes/wt-custom-fields-latest.html
  • New feature: Added the shortcode [wt-custom-fields-latest] for displaying the latest value of a custom field. https://docs.yeken.uk/shortcodes/wt-custom-fields-latest.html
  • New feature: Added the shortcode [wt-custom-fields-previous] for displaying the latest value of a custom field. https://docs.yeken.uk/shortcodes/wt-custom-fields-previous.html
  • New feature: Added the shortcode [wt-custom-fields-count] for displaying a count of how many times the given custom field has been entered. https://docs.yeken.uk/shortcodes/wt-custom-fields-previous.html.
  • Improvement: Added the following fields to web hooks: 'weight-previous-kg', 'weight-previous-display', 'weight-difference-latest-previous-kg' and 'weight-difference-latest-previous-display' - See #517
  • Improvement: Added "number-of-days" argument to [wt-reminder] shortcode. https://docs.yeken.uk/shortcodes/wt-reminder.html - See #268
  • Improvement: Added an option to display users from all groups on [wt-group-view-as-table] and in [wt-kiosk] mode. See #487.
  • Improvement: [wt-group-view-as-table] added new argument "default-to-users-group", if set to true, the table will default to logged in user's current group. See #510
  • Improvement: Added "Diff. from Start Weight" column to search results within admin. See #473
  • Improvement: Added limited support for shortcodes within notes. See #393
  • Improvement: Added support for {first-name} and {last-name} tags within email notifications for notes. See #393
  • Improvement: Added {first-name} to initial email template for a new note (will need to be manually added if you installed WT pre this update). See #393
  • Improvement: Added a new option when exporting data, "All groups". Allows you to state to export data for users that are in any group. #510
  • Improvement: General refactoring of code
  • Bug fix: When exporting data, selecting "None" for group had no effect. This has now been fixed. See #480

10.2.8

23 Sep 21:05
bcc4975
Compare
Choose a tag to compare
  • Improvement: Show an "Editing [Name]" message when a user is selected in Kiosk mode.
  • Improvement: New argument for [wt-beta], "kiosk-hide-editing-name", to hide "Editing [Name]" message.