Skip to content

Commit

Permalink
Merge pull request #508 from alicolville/10.2.7
Browse files Browse the repository at this point in the history
10.2.7
  • Loading branch information
alicolville committed Sep 23, 2022
2 parents 006ebe6 + 6d379a2 commit 4fb4d85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pro-features/plus/messaging/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function ws_ls_notifications_shortcode( $user_defined_arguments, $disable_pro_ch
'message-no-data' => ''
], $user_defined_arguments );

$notifications = ws_ls_messaging_db_select( $arguments[ 'user-id'], NULL, false, true, false );
$notifications = ws_ls_messaging_db_select( $arguments[ 'user-id'], NULL, false, true );
$html = '';

if ( false === empty( $notifications ) ) {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: aliakro
Tags: weight,tracker,chart,bmi,bmr,macronutrient,measure,awards,custom fields,history,measurements,data
Requires at least: 5.7
Tested up to: 6.0.2
Stable tag: 10.2.6
Stable tag: 10.2.7
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -150,6 +150,10 @@ Measurements are created using Custom Fields. You can therefore specify the unit

== Changelog ==

= 10.2.7 =

* Bug fix: Corrected issue where notifications aren't shown in Kiosk mode.

= 10.2.6 =

* Removed additional marketing from help page.
Expand Down
2 changes: 1 addition & 1 deletion weight-loss-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Plugin Name: Weight Tracker
* Description: Allow your users to track their weight, body measurements, photos and other pieces of custom data. Display in charts, tables, shortcodes and widgets. Manage their data, issue awards, email notifications, etc! Provide advanced data on Body Mass Index (BMI), Basal Metabolic Rate (BMR), Calorie intake, Harris Benedict Formula, Macronutrients Calculator and more.
* Version: 10.2.6
* Version: 10.2.7
* Requires at least: 5.7
* Tested up to: 6.0.2
* Requires PHP: 7.2
Expand Down

0 comments on commit 4fb4d85

Please sign in to comment.