Plugin Directory

Changeset 993938


Ignore:
Timestamp:
09/20/2014 04:02:55 PM (12 years ago)
Author:
ktulhu
Message:

Translated to Vietnamese

Location:
lessbuttons/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • lessbuttons/trunk/lessbuttons.php

    r993288 r993938  
    44Plugin URI: https://lessbuttons.com/plugins/wordpress/
    55Description: Social media share buttons with integrated analytics. Automatically display buttons for those social networks, where visitor registered.
    6 Version: 1.4.0
     6Version: 1.4.1
    77Author: Chris Clark
    88Author URI: https://lessbuttons.com/
    99Text Domain: lessbuttons
    1010*/
    11 $lessbuttons_version = '1.4.0'; // url-safe version string
    12 $lessbuttons_date = '2014-09-19'; // date this version was released, beats a version #
     11$lessbuttons_version = '1.4.1'; // url-safe version string
     12$lessbuttons_date = '2014-09-20'; // date this version was released, beats a version #
    1313
    1414/*
     
    620620</div>
    621621<div class="less-button less-button-auto">
     622    <input type="radio" name="placement_outside" id="placement_outside_bottom" value="bottom" <?php if ($placementOutside == "bottom") echo "checked"; ?>  onClick="lessbuttons_gCode();"/>
     623    <label for="placement_outside_bottom" unselectable><?php _e("Bottom", 'lessbuttons'); ?></label>
     624</div>
     625<div class="less-button less-button-auto">
    622626    <input type="radio" name="placement_outside" id="placement_outside_right" value="right" <?php if ($placementOutside == "right") echo "checked"; ?>  onClick="lessbuttons_gCode();"/>
    623627    <label for="placement_outside_right" unselectable><?php _e("Right", 'lessbuttons'); ?></label>
    624 </div>
    625 <div class="less-button less-button-auto">
    626     <input type="radio" name="placement_outside" id="placement_outside_bottom" value="bottom" <?php if ($placementOutside == "bottom") echo "checked"; ?>  onClick="lessbuttons_gCode();"/>
    627     <label for="placement_outside_bottom" unselectable><?php _e("Bottom", 'lessbuttons'); ?></label>
    628628</div>
    629629</div>
  • lessbuttons/trunk/readme.txt

    r993293 r993938  
    55Requires at least: 2.9.2
    66Tested up to: 4.0
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888== Upgrade Notice ==
    8989
    90 = 1.4.0 =
     90= 1.4.1 =
    9191
    92 Live Preview on Settins page
     92Translated to Vietnamese
    9393
    9494== Frequently Asked Questions ==
     
    105105
    106106== Changelog ==
     107
     108= 1.4.1 =
     109Translated to Vietnamese
    107110
    108111= 1.4.0 =
Note: See TracChangeset for help on using the changeset viewer.