Plugin Directory

Changeset 3310592


Ignore:
Timestamp:
06/12/2025 02:53:55 PM (10 months ago)
Author:
aliakro
Message:

Update to version 10.20.3 from GitHub

Location:
weight-loss-tracker
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • weight-loss-tracker/tags/10.20.3/includes/components.php

    r3145588 r3310592  
    459459                                </span>
    460460                                %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>
    462462                        </div>
    463463                    </div>',
     
    465465        $text_date,
    466466        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 )
    468469    );
    469470}
     
    494495                                    %1$s
    495496                                </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>
    497498                        </div>
    498499                    </div>',
    499500        esc_html( $setting ),
    500         esc_html( $args[ 'title' ] )
     501        esc_html( $args[ 'title' ] ),
     502        esc_html__( 'Adjust', WE_LS_SLUG )
    501503    );
    502504}
  • weight-loss-tracker/tags/10.20.3/readme.txt

    r3297622 r3310592  
    33Tags: weight,tracker,chart,history,macronutrient
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 10.20.2
     5Tested up to: 6.8.1
     6Stable tag: 10.20.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    165165
    166166! 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.
    167171
    168172= 10.20.2 =
  • weight-loss-tracker/tags/10.20.3/weight-loss-tracker.php

    r3297622 r3310592  
    66 * Plugin Name:         Weight Tracker
    77 * 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.2
     8 * Version:             10.20.3
    99 * Requires at least:   6.0
    10  * Tested up to:        6.8
     10 * Tested up to:        6.8.1
    1111 * Requires PHP:        7.4
    1212 * Author:              Ali Colville
     
    1818 */
    1919
    20 define( 'WE_LS_CURRENT_VERSION', '10.20.2' );
     20define( 'WE_LS_CURRENT_VERSION', '10.20.3' );
    2121define( 'WS_LS_ABSPATH', plugin_dir_path( __FILE__ ) );
    2222define( 'WS_LS_BASE_URL', plugin_dir_url( __FILE__ ) );
  • weight-loss-tracker/trunk/includes/components.php

    r3145588 r3310592  
    459459                                </span>
    460460                                %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>
    462462                        </div>
    463463                    </div>',
     
    465465        $text_date,
    466466        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 )
    468469    );
    469470}
     
    494495                                    %1$s
    495496                                </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>
    497498                        </div>
    498499                    </div>',
    499500        esc_html( $setting ),
    500         esc_html( $args[ 'title' ] )
     501        esc_html( $args[ 'title' ] ),
     502        esc_html__( 'Adjust', WE_LS_SLUG )
    501503    );
    502504}
  • weight-loss-tracker/trunk/readme.txt

    r3297622 r3310592  
    33Tags: weight,tracker,chart,history,macronutrient
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 10.20.2
     5Tested up to: 6.8.1
     6Stable tag: 10.20.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    165165
    166166! 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.
    167171
    168172= 10.20.2 =
  • weight-loss-tracker/trunk/weight-loss-tracker.php

    r3297622 r3310592  
    66 * Plugin Name:         Weight Tracker
    77 * 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.2
     8 * Version:             10.20.3
    99 * Requires at least:   6.0
    10  * Tested up to:        6.8
     10 * Tested up to:        6.8.1
    1111 * Requires PHP:        7.4
    1212 * Author:              Ali Colville
     
    1818 */
    1919
    20 define( 'WE_LS_CURRENT_VERSION', '10.20.2' );
     20define( 'WE_LS_CURRENT_VERSION', '10.20.3' );
    2121define( 'WS_LS_ABSPATH', plugin_dir_path( __FILE__ ) );
    2222define( 'WS_LS_BASE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.