Changeset 3310592
- Timestamp:
- 06/12/2025 02:53:55 PM (10 months ago)
- Location:
- weight-loss-tracker
- Files:
-
- 6 edited
- 1 copied
-
tags/10.20.3 (copied) (copied from weight-loss-tracker/trunk)
-
tags/10.20.3/includes/components.php (modified) (3 diffs)
-
tags/10.20.3/readme.txt (modified) (2 diffs)
-
tags/10.20.3/weight-loss-tracker.php (modified) (2 diffs)
-
trunk/includes/components.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/weight-loss-tracker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
weight-loss-tracker/tags/10.20.3/includes/components.php
r3145588 r3310592 459 459 </span> 460 460 %2$s 461 <br /><span class="ykuk-info-box-meta %4$s"><a href="#" class="ws-ls-tab-change" data-tab="settings"> Adjust</a></span>461 <br /><span class="ykuk-info-box-meta %4$s"><a href="#" class="ws-ls-tab-change" data-tab="settings">%5$s</a></span> 462 462 </div> 463 463 </div>', … … 465 465 $text_date, 466 466 esc_html__( 'Target Weight', WE_LS_SLUG ), 467 ! ws_ls_targets_enabled() ? 'ws-ls-hide' : '' 467 ! ws_ls_targets_enabled() ? 'ws-ls-hide' : '', 468 esc_html__( 'Adjust', WE_LS_SLUG ) 468 469 ); 469 470 } … … 494 495 %1$s 495 496 </span> 496 <br /><span class="ykuk-info-box-meta"><a href="#" class="ws-ls-tab-change" data-tab="settings"> Adjust</a></span>497 <br /><span class="ykuk-info-box-meta"><a href="#" class="ws-ls-tab-change" data-tab="settings">%3$s</a></span> 497 498 </div> 498 499 </div>', 499 500 esc_html( $setting ), 500 esc_html( $args[ 'title' ] ) 501 esc_html( $args[ 'title' ] ), 502 esc_html__( 'Adjust', WE_LS_SLUG ) 501 503 ); 502 504 } -
weight-loss-tracker/tags/10.20.3/readme.txt
r3297622 r3310592 3 3 Tags: weight,tracker,chart,history,macronutrient 4 4 Requires at least: 6.0 5 Tested up to: 6.8 6 Stable tag: 10.20. 25 Tested up to: 6.8.1 6 Stable tag: 10.20.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 165 165 166 166 ! Remember to update Release.json 167 168 = 10.20.3 = 169 170 * Bug fix: Fixed an issue where some strings labelled "Adjust" were not being translated correctly. 167 171 168 172 = 10.20.2 = -
weight-loss-tracker/tags/10.20.3/weight-loss-tracker.php
r3297622 r3310592 6 6 * Plugin Name: Weight Tracker 7 7 * 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. 8 * Version: 10.20. 28 * Version: 10.20.3 9 9 * Requires at least: 6.0 10 * Tested up to: 6.8 10 * Tested up to: 6.8.1 11 11 * Requires PHP: 7.4 12 12 * Author: Ali Colville … … 18 18 */ 19 19 20 define( 'WE_LS_CURRENT_VERSION', '10.20. 2' );20 define( 'WE_LS_CURRENT_VERSION', '10.20.3' ); 21 21 define( 'WS_LS_ABSPATH', plugin_dir_path( __FILE__ ) ); 22 22 define( 'WS_LS_BASE_URL', plugin_dir_url( __FILE__ ) ); -
weight-loss-tracker/trunk/includes/components.php
r3145588 r3310592 459 459 </span> 460 460 %2$s 461 <br /><span class="ykuk-info-box-meta %4$s"><a href="#" class="ws-ls-tab-change" data-tab="settings"> Adjust</a></span>461 <br /><span class="ykuk-info-box-meta %4$s"><a href="#" class="ws-ls-tab-change" data-tab="settings">%5$s</a></span> 462 462 </div> 463 463 </div>', … … 465 465 $text_date, 466 466 esc_html__( 'Target Weight', WE_LS_SLUG ), 467 ! ws_ls_targets_enabled() ? 'ws-ls-hide' : '' 467 ! ws_ls_targets_enabled() ? 'ws-ls-hide' : '', 468 esc_html__( 'Adjust', WE_LS_SLUG ) 468 469 ); 469 470 } … … 494 495 %1$s 495 496 </span> 496 <br /><span class="ykuk-info-box-meta"><a href="#" class="ws-ls-tab-change" data-tab="settings"> Adjust</a></span>497 <br /><span class="ykuk-info-box-meta"><a href="#" class="ws-ls-tab-change" data-tab="settings">%3$s</a></span> 497 498 </div> 498 499 </div>', 499 500 esc_html( $setting ), 500 esc_html( $args[ 'title' ] ) 501 esc_html( $args[ 'title' ] ), 502 esc_html__( 'Adjust', WE_LS_SLUG ) 501 503 ); 502 504 } -
weight-loss-tracker/trunk/readme.txt
r3297622 r3310592 3 3 Tags: weight,tracker,chart,history,macronutrient 4 4 Requires at least: 6.0 5 Tested up to: 6.8 6 Stable tag: 10.20. 25 Tested up to: 6.8.1 6 Stable tag: 10.20.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 165 165 166 166 ! Remember to update Release.json 167 168 = 10.20.3 = 169 170 * Bug fix: Fixed an issue where some strings labelled "Adjust" were not being translated correctly. 167 171 168 172 = 10.20.2 = -
weight-loss-tracker/trunk/weight-loss-tracker.php
r3297622 r3310592 6 6 * Plugin Name: Weight Tracker 7 7 * 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. 8 * Version: 10.20. 28 * Version: 10.20.3 9 9 * Requires at least: 6.0 10 * Tested up to: 6.8 10 * Tested up to: 6.8.1 11 11 * Requires PHP: 7.4 12 12 * Author: Ali Colville … … 18 18 */ 19 19 20 define( 'WE_LS_CURRENT_VERSION', '10.20. 2' );20 define( 'WE_LS_CURRENT_VERSION', '10.20.3' ); 21 21 define( 'WS_LS_ABSPATH', plugin_dir_path( __FILE__ ) ); 22 22 define( 'WS_LS_BASE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.