Releases: alicolville/Weight-Tracker
Releases · alicolville/Weight-Tracker
10.10.4
Bug fix: Update notices weren't dismissing correctly on live sites.
10.10.3
Forgot to minimise admin.js!
10.10.2
- New Feature: Admin notifications from YeKen.uk
- Bug fix: Fixed an issue with "Show Wizard" not being dismissable.
10.10.1
- Updated Chart.js to 4.4.4.
- Updated jqueryvalidation.js to 1.19.5.
- Updated Selctize.js to 0.15.2.
- Extra data escaping and sanitisation.
- Updated Readme.txt and documentaion.
- Added some new marketing shortcodes - for use on weighttracker.yeken.uk
10.10 Updated
[Release to push repo to WP again]
10.10
Several fixes based upon WordPress's plugin feedback:
- Included all non minified versions of 3rd party JS.
- CDNs for the following have been removed, their files are now served via the plugins folder: Chart.js, FontAwesome
- Updated Readme to include references to 3rd party libraries.
- Moved inline <script> into external JS files.
- Changed all references of () to esc_html().
- Various other minor underlying code tweaks.
10.9.2
- Security fix: Removed reference to PolyFill ResizeObserver
10.9.1
- Bug fix: Entries were not showing on [wt] chart if they had no weight.
10.9
- New feature: Web Hooks: Data can now be fired to endpoints for new notes, see new setting "Send data for new notes".
- New feature: Users can now opt out of emails from Weight Tracker via the user preferences [wt-user-settings] or [wt].
- New feature: Admin can now manage user's opt out preferences when editing a user's settings.
- New feature: Users can now opt out of birthday emails.
- New feature: Users can now opt out of new award emails.
- New feature: Users can now opt out of new note emails.
- Improvement: Added "hide-email-optout" argument to [wt-user-settings] and [wt] shortcodes to hide the email opt out form.
- Improvement: Moved "Birthday emails" setting to "Emails & Notifications" tab within Weight Tracker settings.
10.8.4
- Maintenance: Updated code around Gravity Forms to deal with PHP8.2 and false being a possible return from getLastErrors().