Plugin Directory

Changeset 995476


Ignore:
Timestamp:
09/23/2014 03:25:43 PM (12 years ago)
Author:
ktulhu
Message:

fixing bugs

Location:
lessbuttons/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lessbuttons/trunk/lessbuttons.php

    r995309 r995476  
    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.4
     6Version: 1.4.5
    77Author: Chris Clark
    88Author URI: https://lessbuttons.com/
    99Text Domain: lessbuttons
    1010*/
    11 $lessbuttons_version = '1.4.4'; // url-safe version string
     11$lessbuttons_version = '1.4.5'; // url-safe version string
    1212$lessbuttons_date = '2014-09-23'; // date this version was released, beats a version #
    1313
     
    545545    var auto8 = 0;
    546546    var onb8 = 0;
    547     <? $lbCnt = 0; foreach ($socTitles as $id => $socCode) { ?>
    548     <? if ($lbCnt < 8) { ?>
     547    <?php $lbCnt = 0; foreach ($socTitles as $id => $socCode) { ?>
     548    <?php if ($lbCnt < 8) { ?>
    549549    if (document.getElementById ("button<?php echo $lbCnt?>_3").checked) {
    550550        auto8++;
    551551        opts.push ("<?php echo $id?>=auto");
    552552    }
    553     <? } else { ?>
     553    <?php } else { ?>
    554554        if (document.getElementById ("button<?php echo $lbCnt?>_2").checked) onb8++;
    555     <? } ?>
     555    <?php } ?>
    556556    if (document.getElementById ("button<?php echo $lbCnt?>_2").checked) opts.push ("<?php echo $id?>=1");
    557     <? $lbCnt ++; } ?>
     557    <?php $lbCnt ++; } ?>
    558558   
    559559    if (auto8 == 8 && onb8 == 0) {
  • lessbuttons/trunk/readme.txt

    r995309 r995476  
    55Requires at least: 2.9.2
    66Tested up to: 4.0
    7 Stable tag: 1.4.4
     7Stable tag: 1.4.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888== Upgrade Notice ==
    8989
    90 = 1.4.4 =
    91 
    92 Translated to Hungarian
     90= 1.4.5 =
     91
     92Fixing bugs
    9393
    9494== Frequently Asked Questions ==
     
    106106== Changelog ==
    107107
     108= 1.4.5 =
     109Fixing bugs
     110
    108111= 1.4.4 =
    109112Translated to Hungarian
Note: See TracChangeset for help on using the changeset viewer.