Skip to content

Releases: alicolville/Weight-Tracker

5.1

25 Aug 18:24
Compare
Choose a tag to compare
5.1
  • New feature: New Pro Plus license with more extended features.
  • New Feature (Pro Plus): Shortcode to display a user's BMR [wlt-bmr] - Read more: https://weight.yeken.uk/shortcodes/
  • New Feature (Pro Plus): Shortcode to display a user's recommended calorie intake in tabular form [wlt-calories-table] - Read more: https://weight.yeken.uk/shortcodes/
  • New Feature (Pro Plus): Shortcode to display a specific calorie intake figure for a user [wlt-calories] - Read more: https://weight.yeken.uk/shortcodes/
  • New Feature (Pro Plus): Shortcode to display a user's recommended macronutrient intake in tabular form [wlt-macronutrients-table] - Read more: https://weight.yeken.uk/shortcodes/
  • New Feature (Pro Plus): Shortcode to display a specific macronutrient intake figure for a user [wlt-macronutrients] - Read more: https://weight.yeken.uk/shortcodes/
  • New feature: New licensing core to support new yearly subscriptions and communicate stats to Yeken.uk
  • New feature: Shortcode to display the user's height [wlt-height] - Read more: https://weight.yeken.uk/shortcodes/
  • New feature: Shortcode to display the user's gender [wlt-gender] - Read more: https://weight.yeken.uk/shortcodes/
  • New feature: Shortcode to display the user's Date of Birth [wlt-dob] - Read more: https://weight.yeken.uk/shortcodes/
  • New feature: Shortcode to display the user's activity level [wlt-activity-level] - Read more: https://weight.yeken.uk/shortcodes/
  • New feature: Shortcode to display the number of newly registered users in last x days [wlt-new-users] - Read more: https://weight.yeken.uk/shortcodes/
  • Various tweaks to the underlying code to support future versions.
  • Improvement: Back button added when viewing user records.
  • Improvement: Icons added to buttons when managing user data.
  • Improvement: Show user side bar when managing user data in more relevant places.
  • Bug Fix: Edit Settings was loading DoB for the wrong user.

5.0.5

22 Aug 07:40
Compare
Choose a tag to compare
  • Improvement: Standardised unit display e.g. St is now consistently lowercase.
  • Bug fix: Fixed issue where Stones / Pounds was displaying 14 pounds instead of incrementing stones.

5.0.4

14 Aug 08:07
Compare
Choose a tag to compare
  • Bug fix: Fixed missing charts doe to clashes with other plugins. JS enqueue issue where other plugins were using Chart.js (myCred in this example) with the same enqueue slug.

5.0.3

13 Aug 18:32
Compare
Choose a tag to compare
  • Bug fix: Fixed JS issue where charts were only being rendered for Pro users!
  • Bug fix: Missing semi colon in JS file.
  • Improvement: Updated all .PO language files.

5.0.2

12 Aug 18:11
Compare
Choose a tag to compare
  • Bug fix: Re-instated JS required (on all admin screens) to dismiss WLT admin notifications.
  • Bug fix: Fixed an issue where JS enqueue order was causing some charts not to appear in IE.

PR: #79, #78

5.0

11 Aug 10:57
Compare
Choose a tag to compare
5.0
  • New Feature: New and improved admin interface for interacting with your user's data!
    • View all user entries in tabular and chart format.
    • Add, edit and delete user entries.
    • Sortable and responsive tables.
    • View league tables of most lost / gained.
    • View user stats, weight lost, recent weight, start weight, BMI, etc.
    • Edit a user's preferences / settings
    • Export all or a particular user's data in CSV / JSON.
    • Administrators can specify the minimum user role allowed to access / edit user data.
  • New Feature: New settings fields for user Date of Birth, Gender and Activity Level
  • Improvement: Tweaked jQuery datepicker to display a year range of -100 to now.
  • Improvement: Added "hide-measurements" argument to [wlt-form] shortcode e.g. [wlt-form hide-measurements='true']
  • Bug fix: Fixed Edit and delete links when using is navigating their data.

PR: #75

4.2.8

28 Jun 09:00
Compare
Choose a tag to compare
  • Added localisation for missing strings.

4.2.7

27 Mar 19:09
Compare
Choose a tag to compare
  • 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.

4.2.6

21 Mar 21:38
Compare
Choose a tag to compare
  • Bug fix: Fixed an issue with cache not being cleared properly upon target being set.
  • Bug fix: Fixed issue with cache keys for pounds and Kgs conflicting and replacing each other.

4.2.5

21 Mar 20:14
Compare
Choose a tag to compare
  • Decimal places are now a core feature and no longer just a perk of Pro.