Skip to content

Commit

Permalink
Merge pull request #556 from alicolville/10.3.10
Browse files Browse the repository at this point in the history
10.3.10
  • Loading branch information
alicolville committed Jun 15, 2023
2 parents 153c5e4 + 58bbd69 commit 762bffd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/admin-pages/user-data/data-view-all.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function ws_ls_admin_page_view_all() {

$show_meta = get_option( 'ws-ls-show-meta' ) ? true : false;

echo ws_ls_data_table_render( [ 'limit' => 5000, 'enable-meta-fields' => $show_meta ] );
echo ws_ls_data_table_render( [ 'limit' => 5000, 'enable-meta-fields' => $show_meta, 'custom-field-col-size' => 'xs' ] );

if ( ws_ls_meta_fields_number_of_enabled() > 0 ) {

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.2
Stable tag: 10.3.9
Stable tag: 10.3.10
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -152,6 +152,10 @@ Measurements are created using Custom Fields. You can therefore specify the unit

== Changelog ==

= 10.3.10 =

* Improvement: View All data page now will display custom fields on each row on larger devices.

= 10.3.9 =

* Bug fix: Error being thrown when Challenges were not enabled.
Expand Down
4 changes: 2 additions & 2 deletions 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.3.9
* Version: 10.3.10
* Requires at least: 5.7
* Tested up to: 6.2
* Requires PHP: 7.2
Expand All @@ -18,7 +18,7 @@
*/

define( 'WS_LS_ABSPATH', plugin_dir_path( __FILE__ ) );
define( 'WE_LS_CURRENT_VERSION', '10.3.8' );
define( 'WE_LS_CURRENT_VERSION', '10.3.10' );
define( 'WE_LS_TITLE', 'Weight Tracker' );
define( 'WE_LS_SLUG', 'weight-loss-tracker' );
define( 'WE_LS_LICENSE_TYPES_URL', 'https://docs.yeken.uk/features.html' );
Expand Down

0 comments on commit 762bffd

Please sign in to comment.