Changeset 3465584
- Timestamp:
- 02/20/2026 09:00:25 AM (2 weeks ago)
- Location:
- ls-gtrans-widget
- Files:
-
- 9 added
- 3 edited
-
tags/2.2.1 (added)
-
tags/2.2.1/class-ls-gtrans-widget.php (added)
-
tags/2.2.1/images (added)
-
tags/2.2.1/images/google_logo.png (added)
-
tags/2.2.1/index.php (added)
-
tags/2.2.1/licence.txt (added)
-
tags/2.2.1/readme.txt (added)
-
tags/2.2.1/screenshot-1.png (added)
-
tags/2.2.1/screenshot-2.png (added)
-
trunk/class-ls-gtrans-widget.php (modified) (2 diffs)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ls-gtrans-widget/trunk/class-ls-gtrans-widget.php
r3465020 r3465584 6 6 * 7 7 * @package LS_Gtrans 8 * @version 2.2 8 * @version 2.2.1 9 9 * @author lenasterg 10 10 */ … … 106 106 name="tl" 107 107 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;"> 109 109 110 110 <option value=""><?php esc_html_e( 'Select a language', 'ls-gtrans-widget' ); ?></option> -
ls-gtrans-widget/trunk/index.php
r3465020 r3465584 3 3 * Plugin Name: Ls Gtrans Widget 4 4 * Author: lenasterg, NTS on cti.gr, sch.gr 5 * Version: 2.2. 05 * Version: 2.2.1 6 6 * Description: Widget with a select box for Google translation of the current page. Contains more than 25 European languages. 7 7 * License: GPLv2 or later -
ls-gtrans-widget/trunk/readme.txt
r3465020 r3465584 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 5.6 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 45 45 == Changelog == 46 46 47 = 2.2.1 = 48 * Accessibility fix 49 47 50 = 2.2.0 = 48 51 * Accessibility fixes
Note: See TracChangeset
for help on using the changeset viewer.