Releases: alicolville/meal-tracker
Releases · alicolville/meal-tracker
3.3
3.2.4
Various minor bug fixes.
3.2.3
- Updated features and readme.txt.
3.2.2
- Improvement: Added messaging from YeKen.uk.
- Bug fix: Changed location of page titles.
3.2.1
- Bug fix: Can now set a user's calorie limit via admin screens.
- Bug fix: Fixed a couple of localisation function calls.
- Improvement: Added additional sanitising around $_POST, $_GET and $_SESSION.
- Improvement: Added additional escaping around data when written to browser.
- Improvement: Removed an interation over $_POST.
- Improvement: Ran more SQL queries through wpdb->prepare().
- Improvement: Various minor code changes.
- Maintenance: Updated Chart.js to latest library.
- Maintenance: Updated Selectize.js to latest library.
3.2
- Bug fix: Corrected date format on ['mt-table-entries] shortcode.
Several fixes based upon WordPress's plugin feedback:
- Removed moment.js from plugin and replaced with the version shipped with WP.
- The following are now bundled with the plugin, rather than included via a CDN: FontAwesome, Chart.js, jquery.Confirm
- Included all non minified versions of 3rd party library code and added 3rd party dependencies to readme.
- Added additional data sanitisation in places.
- Several other code tweaks.
3.1.7
- Security fix: Removed reference to PolyFill ResizeObserver
3.1.6
- Maintenance: Updated tested with WP 6.5 note.
3.1.5
- Improvement: When a user is on the Meal Tracker settings tab, if they have not specified all of their user profile in Weight Tracker, then warn them that "Weight Tracker" can not be used as a source.
3.1.4
- Bug fix: Fixed an issue where user's recently added meals were not appearing within the search results.