Skip to content

Releases: alicolville/Weight-Tracker

4.0

11 Oct 20:05
Compare
Choose a tag to compare
4.0

Pro Changes:

  • Support for measurements added - can now add and edit measurements for each entry!
  • Measurements for "Bicep - Left", "Bicep - Right", "Forearm - Left", "Forearm - Right", "Calf - Left", "Bust / Chest", "Buttocks", "Hips", "Navel", "Thigh - Left", "Thigh - Right" and "Waist".
  • Height can also be specified on the user preferences page.
  • If height is specified the BMI value for the given height / weight will be displayed.
  • New Shortcodes:
    [weight-loss-tracker-most-recent-bmi] - Displays the user's BMI for most recent weight given. The argument "display" determines what is rendered: 'index' - Actual BMI value. 'label' - BMI label for given value. 'both' - Label and BMI value in brackets

Other changes:

  • Upgraded jQuery Datatables library to 1.10.12
  • Upgraded Chart.js to version 2! (1.0.2 to 2.3.0)
  • Target Weight line is now dashed to make it stand out more.
  • New chart option added to start y Axes at 0 (instead of auto calculated).
  • Use of tabs defaults to "Yes" on settings page.

Bug fixes:

  • User preferences are now cached correctly.
  • Fixed nounce check when fetching all user data.
  • Various minor bug fixes.

3.6 Release

26 Aug 19:50
Compare
Choose a tag to compare
  • Added the shortcode [weightloss_target_weight] to display the user's target weight (assuming they have specified one).

3.5.1 Release

12 May 18:18
Compare
Choose a tag to compare
  • BUG FIX: Additional logic around array_reverse when rendering a chart to ensure the object is an array and not empty.

3.5 Release

21 Apr 20:12
Compare
Choose a tag to compare
  • Added locale support for advanced data tables (Pro feature)
  • Updated Dutch translations for advanced data tables and others

3.4.1 Release

19 Apr 18:01
Compare
Choose a tag to compare
  • CSS is included by default as some installations had issues. JavaScript includes have been moved to footer.
  • Modified the including of JavaScript / CSS dependencies. To reduce conflicts with other plugins, JavaScript and CSS files are only included when widgets and shortcodes are placed.

3.3 Release

14 Feb 19:27
Compare
Choose a tag to compare
  • Added some additional Romanian translations (although not complete for plugin).
  • BUG FIX: Finnish translation files were given the wrong code so not included as expected.

3.1.1 Release

10 Jan 19:38
Compare
Choose a tag to compare
  • Modified the main charts ([weight-loss-tracker-chart] and [weight-loss-tracker]) so they display the most recent date entries as opposed to the earliest.
  • BUG FIX: Fixed difference in date ordering of widget and main charts. Previously the Widget displayed dates in desc as opposed to asc.

3.1 Release

14 Dec 21:00
Compare
Choose a tag to compare

Pro Changes:

  • Added new Shortcode for displaying a data table: [weight-loss-tracker-table] - By default it will display data for the current user logged in. Specifying the attribute "user-id" will allow you to display a table for the given user e.g. [weight-loss-tracker-table user-id="5"]
  • Admin can now specify a message to be displayed in the place of widgets when the user is not logged in.
  • BUG FIX: Charts and Form shortcodes now display a login message when the user isn't logged. Previously they would see the data weight data for admin account.

Core changes:

  • Can now specify the minimum number of weight entries needed before chart is displayed e.g. [weight-loss-tracker min-chart-points=5]
  • Improved jQuery loading of tabs. Tabs are hidden until jQuery has rendered them correctly (this will stop the unstyled tabs appearing).
  • "Clear Target" button added to target forms.

3.0.0 Release

29 Nov 19:30
Compare
Choose a tag to compare
  • Widgets. Widgets that allow you to display the graph and quick weight entry form within any widget area.
  • Chart and form Shortcodes. That allow you to display the graph and quick weight entry form by placing a shortcode on any post or page.
  • Text Shortcodes. Additional shortcodes for earliest and most recent dates entered.
  • Admin: View / Delete user data. Admin will be able to view and delete existing user data.
  • User preferences. If enabled, the user will be able to select which unit they wish to store their weight in Metric or Imperial. They will also be able to specify date format and clear all their weight data.
  • Bar Charts. Fancy something different to a line chart? The plugin will also support Bar Charts.
  • Decimals. Decimals will be allowed weight in Pounds only or Kg modes.
  • Delete existing entry. A logged in user will be able to delete or edit an existing weight entry.
  • Better Tables.. Data tables in front end and admin will support paging and sorting.
  • Admin: Extra Settings. Extra settings to customise the plugin will be added e.g. number of plot points on graph, rows per page, etc

3.0.0 Beta 3

25 Nov 20:32
Compare
Choose a tag to compare
3.0.0-beta-3

Various tweaks and tidy ups