Skip to content

Commit

Permalink
Merge pull request #66 from yekenuk/4.2.8
Browse files Browse the repository at this point in the history
4.2.8
  • Loading branch information
alicolville committed Jun 28, 2017
2 parents dd42eb4 + d34093f commit 4b35855
Show file tree
Hide file tree
Showing 11 changed files with 4,483 additions and 4,155 deletions.
4,843 changes: 1,511 additions & 3,332 deletions languages/weight-loss-tracker-en_GB.html

Large diffs are not rendered by default.

Binary file modified languages/weight-loss-tracker-en_GB.mo
Binary file not shown.
823 changes: 368 additions & 455 deletions languages/weight-loss-tracker-en_GB.po

Large diffs are not rendered by default.

Binary file modified languages/weight-loss-tracker-es_ES.mo
Binary file not shown.
1,008 changes: 648 additions & 360 deletions languages/weight-loss-tracker-es_ES.po

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pro-features/advanced-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function ws_ls_advanced_data_table($weight_data, $user_defined_arguments = array

// BMI?
if(WE_LS_DISPLAY_BMI_IN_TABLES) {
$html_output .= '<th class="min-tablet-l">BMI</th>';
$html_output .= '<th class="min-tablet-l">' . __('BMI', WE_LS_SLUG) . '</th>';
}

// Weight Columns?
Expand All @@ -112,7 +112,7 @@ function ws_ls_advanced_data_table($weight_data, $user_defined_arguments = array
}

$html_output .= ' <th class="none">' . __('Notes', WE_LS_SLUG) . '</th>
<th class="min-tablet-p">Options</th>
<th class="min-tablet-p">' . __('Options', WE_LS_SLUG) . '</th>
</tr>
</thead>
<tbody>';
Expand Down
2 changes: 1 addition & 1 deletion pro-features/user-preferences.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function ws_ls_user_preferences_form()
<label for="ws-ls-delete-all">' . __('The button below allows you to clear your existing weight history. Confirm:', WE_LS_SLUG) . '</label>
<select id="ws-ls-delete-all" name="ws-ls-delete-all" tabindex="' . ws_ls_get_next_tab_index() . '" required>
<option value=""></option>
<option value="true">DELETE ALL DATA</option>
<option value="true">' . __('DELETE ALL DATA', WE_LS_SLUG) . '</option>
</select>
<input name="submit_button" type="submit" tabindex="' . ws_ls_get_next_tab_index() . '" value="' . __('Delete', WE_LS_SLUG) . '" class="comment-submit btn btn-default button default small fusion-button button-small button-default button-round button-flat">
</form>
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Plugin Name ===
Contributors: aliakro
Tags: weight, loss, lose, helper, bmi, body, mass, index, graph, track, stones, kg, table, data, plot, target, history, pounds, responsive, chart, measurements, cm, centimeters, inches, hip, waist, bicep, thigh
Requires at least: 4.1.0
Tested up to: 4.7.2
Stable tag: 4.2.7
Requires at least: 4.2.0
Tested up to: 4.8.2
Stable tag: 4.2.8

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -157,6 +157,10 @@ Lots of new features. Three new Pro shortcodes, email notifications and more.

== Changelog ==

= 4.2.8 =

* Added localisation for missing strings.

= 4.2.7 =

* Improvement: New shortcode for user settings [wlt-user-settings] - Read more: https://weight.yeken.uk/shortcodes/
Expand Down
Loading

0 comments on commit 4b35855

Please sign in to comment.