Releases: alicolville/meal-tracker
Releases · alicolville/meal-tracker
3.0.8
- New setting: "Calories Allowed colour" - specify the calories user colour on the pie chart.
3.0.7
- Updated version WP compatibility statement.
3.0.6
- Version bump
3.0.5
- Updated translation files.
3.0.4
- Updated version WP compatibility statement.
3.0.3
- Bug fix: Removed stray var_dump()
3.0.2
- Bug fix: In some cases, the side bar was missing from admin user panels.
3.0.1
- Improvement: Small improvements to documentation.
3.0
- New feature: CSV Import. Bulk import meals into your meal collection. https://mealtracker.yeken.uk/csv-import.html
- New feature: New shortcode: [mt-chart-entries] which displays a chart of the user's entries. Read more: https://mealtracker.yeken.uk/shortcodes/mt-chart-entries.html
- New feature: New shortcode: [mt-table-entries] which displays a table of the user's entries. Read more: https://mealtracker.yeken.uk/shortcodes/mt-table-entries.html
- New feature: New shortcode: [mt-date-oldest-entry] which displays the date of the user's oldest entry. Read more: https://mealtracker.yeken.uk/shortcodes/mt-date-oldest-entry.html
- New feature: New shortcode: [mt-date-latest-entry] which displays the date of the user's latest entry. Read more: https://mealtracker.yeken.uk/shortcodes/mt-date-latest-entry.html
- New feature: New shortcode: [mt-count-entries] which displays a count of the user's entries. Read more: https://mealtracker.yeken.uk/shortcodes/mt-count-entries.html
- New feature: New shortcode: [mt-count-meals] which displays the number of meals the user has added to their collection. Read more: https://mealtracker.yeken.uk/shortcodes/mt-count-meals.html
- New feature: New shortcode [mt-chart-today] which is used to display the user's progress for today. Read more: https://mealtracker.yeken.uk/shortcodes/mt-chart-today.html
- New feature: New shortcode: [mt-calories-allowance] displays the calorie allowance for today's entry. Read more: https://mealtracker.yeken.uk/shortcodes.html
- New feature: New shortcode: [mt-calories-remaining]] displays the remaining calorie allowance for today's entry. Read more: https://mealtracker.yeken.uk/shortcodes.html
- New feature: New shortcode: [mt-calories-used] displays the calories used for today's entry. Read more: https://mealtracker.yeken.uk/shortcodes.html
- New feature: New shortcode: [mt-calories-used-percentage] displays the percentage of calories used for today . Read more: https://mealtracker.yeken.uk/shortcodes.html
- New feature: Added a "Delete all cache" button a user's profile within the admin area.
- Improvement: Display and change the order of boxes on user summary and profile page (admin).
- Improvement: Set the height of the progress chart in [meal-tracker] shortcode to 200px. This can be overridden using the shortcode argument below.
- Improvement: Added the argument "chart-height", "chart-type", "chart-hide-legend" and "chart-hide-title" to the shortcode [meal-tracker] Read more: https://mealtracker.yeken.uk/shortcodes/meal-tracker.html
- Improvement: Added the argument "url-login" to the shortcode [meal-tracker] Read more: https://mealtracker.yeken.uk/shortcodes/meal-tracker.html
- Improvement: Removed caching layer and integrated the new optimised caching layer that was written from scratch for Weight Tracker.
- Improvement: Upgraded underlying charting library (from Chart.js 2 > 3) and updated related MT code.
- Improvement: Re-factored underlying charting code so cleaner and optimised.
- Improvement: Added 'kcal' to chart labels.
- Improvement: Added Bezier curve to lne graphs.
- Bug fix: Date format is now taken from WordPress admin settings.
- Bug fix: Removed duplicate HTML element with the ID "yk-mt-button-meal-add".
- Bug fix: Replaced incorrect reference to plugin slug used with in gamification.
- Added links to the new Meal Tracker documentation site https://mealtracker.yeken.uk
2.5.1
- Bug fix: Removed empty line from gamification PHP file.