Plugin Directory

Changeset 3465584


Ignore:
Timestamp:
02/20/2026 09:00:25 AM (2 weeks ago)
Author:
lenasterg
Message:

version 2.2.1

Location:
ls-gtrans-widget
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • ls-gtrans-widget/trunk/class-ls-gtrans-widget.php

    r3465020 r3465584  
    66 *
    77 * @package    LS_Gtrans
    8  * @version    2.2
     8 * @version    2.2.1
    99 * @author     lenasterg
    1010 */
     
    106106                name="tl"
    107107                id="<?php echo esc_attr( $select_id ); ?>"
    108                 style="width: 100%; max-width: 200px; display: block; margin-bottom: 10px; padding-left: 25px; background: url('<?php echo esc_url( plugins_url( '/images/google_logo.png', __FILE__ ) ); ?>') no-repeat 5px center / 16px auto;">
     108                style="width: 100%; max-width: 200px; display: block; margin-bottom: 10px; padding-left: 25px; color: #222; background: #fff url('<?php echo esc_url( plugins_url( '/images/google_logo.png', __FILE__ ) ); ?>') no-repeat 5px center / 16px auto;">
    109109               
    110110                <option value=""><?php esc_html_e( 'Select a language', 'ls-gtrans-widget' ); ?></option>
  • ls-gtrans-widget/trunk/index.php

    r3465020 r3465584  
    33 * Plugin Name: Ls Gtrans Widget
    44 * Author: lenasterg, NTS on cti.gr, sch.gr
    5  * Version: 2.2.0
     5 * Version: 2.2.1
    66 * Description: Widget with a select box for Google translation of the current page. Contains more than 25 European languages.
    77 * License: GPLv2 or later
  • ls-gtrans-widget/trunk/readme.txt

    r3465020 r3465584  
    55Tested up to: 6.7.1 
    66Requires PHP: 5.6 
    7 Stable tag: 2.2.0 
     7Stable tag: 2.2.1 
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html 
     
    4545== Changelog ==
    4646
     47= 2.2.1 =
     48* Accessibility fix
     49
    4750= 2.2.0 =
    4851* Accessibility fixes
Note: See TracChangeset for help on using the changeset viewer.