Plugin Directory

Changeset 744707


Ignore:
Timestamp:
07/23/2013 01:03:30 AM (13 years ago)
Author:
bholtsclaw
Message:

1.5.6 release

Location:
gplus-comments
Files:
4 edited
14 copied

Legend:

Unmodified
Added
Removed
  • gplus-comments/tags/1.5.6/comments-evolved.php

    r744243 r744707  
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010Donate link: http://www.wepay.com/donations/brandonholtsclaw
    11 Version: 1.5.5
     11Version: 1.5.6
    1212*/
    1313
  • gplus-comments/tags/1.5.6/includes/lib/frontend.php

    r744243 r744707  
    3030  return $total_count;
    3131}
    32 add_filter('get_comments_number', 'comments_evolved_get_total_count', 4269);
     32//add_filter('get_comments_number', 'comments_evolved_get_total_count', 4269);
    3333
    3434function comments_evolved_get_wordpress_count() {
  • gplus-comments/tags/1.5.6/includes/templates/container.php

    r744243 r744707  
    4444      }
    4545      $active = ' class="active"';
    46 
     46      /*
    4747      $wordpress_count = comments_evolved_get_wordpress_count();
    4848      $gplus_count = comments_evolved_get_gplus_count();
     
    5050      $facebook_count = comments_evolved_get_facebook_count();
    5151      $disqus_count = comments_evolved_get_disqus_count();
    52 
     52      */
    5353      foreach ($tab_order as &$tab) {
    5454        $tab = trim($tab);
     
    6161        }
    6262        echo "<span id='" . $tab . "-label'>" . $options[${tab} . '_label'] . "</span>";
    63         echo "<span id='" . $tab . "-count'> (${$tab . '_count'})</span>";
     63        //echo "<span id='" . $tab . "-count'> (${$tab . '_count'})</span>";
    6464        echo "</a></li>" . PHP_EOL;
    6565        $active = '';
  • gplus-comments/tags/1.5.6/readme.txt

    r744243 r744707  
    77Requires at least: 3.5
    88Tested up to: 3.6
    9 Stable Tag: 1.5.5
     9Stable Tag: 1.5.6
    1010
    1111Comments Evolved ( formerly Google+ Comments for WordPress ) makes the comment section tabbed seamlessly adding tabs for Comments & More
     
    103103
    104104== Change Log ==
     105= 1.5.6 =
     106* reverted comment counting code for now until preformace issues can be resolved in a future update
     107
    105108= 1.5.5 =
    106109* udates to the disqus comment count
  • gplus-comments/trunk/comments-evolved.php

    r744243 r744707  
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010Donate link: http://www.wepay.com/donations/brandonholtsclaw
    11 Version: 1.5.5
     11Version: 1.5.6
    1212*/
    1313
  • gplus-comments/trunk/includes/lib/frontend.php

    r744243 r744707  
    3030  return $total_count;
    3131}
    32 add_filter('get_comments_number', 'comments_evolved_get_total_count', 4269);
     32//add_filter('get_comments_number', 'comments_evolved_get_total_count', 4269);
    3333
    3434function comments_evolved_get_wordpress_count() {
  • gplus-comments/trunk/includes/templates/container.php

    r744243 r744707  
    4444      }
    4545      $active = ' class="active"';
    46 
     46      /*
    4747      $wordpress_count = comments_evolved_get_wordpress_count();
    4848      $gplus_count = comments_evolved_get_gplus_count();
     
    5050      $facebook_count = comments_evolved_get_facebook_count();
    5151      $disqus_count = comments_evolved_get_disqus_count();
    52 
     52      */
    5353      foreach ($tab_order as &$tab) {
    5454        $tab = trim($tab);
     
    6161        }
    6262        echo "<span id='" . $tab . "-label'>" . $options[${tab} . '_label'] . "</span>";
    63         echo "<span id='" . $tab . "-count'> (${$tab . '_count'})</span>";
     63        //echo "<span id='" . $tab . "-count'> (${$tab . '_count'})</span>";
    6464        echo "</a></li>" . PHP_EOL;
    6565        $active = '';
  • gplus-comments/trunk/readme.txt

    r744243 r744707  
    77Requires at least: 3.5
    88Tested up to: 3.6
    9 Stable Tag: 1.5.5
     9Stable Tag: 1.5.6
    1010
    1111Comments Evolved ( formerly Google+ Comments for WordPress ) makes the comment section tabbed seamlessly adding tabs for Comments & More
     
    103103
    104104== Change Log ==
     105= 1.5.6 =
     106* reverted comment counting code for now until preformace issues can be resolved in a future update
     107
    105108= 1.5.5 =
    106109* udates to the disqus comment count
Note: See TracChangeset for help on using the changeset viewer.