Plugin Directory

Changeset 833528


Ignore:
Timestamp:
01/05/2014 10:14:25 PM (12 years ago)
Author:
misterbisson
Message:

security update; confirmed tested with current WP

Location:
bsocial/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bsocial/trunk/bsocial.php

    r717633 r833528  
    44Plugin URI: http://maisonbisson.com/bsuite/
    55Description: Social widgets and connectivity.
    6 Version: 5.1
     6Version: 5.2
    77Author: Casey Bisson
    88Author URI: http://maisonbisson.com/blog/
  • bsocial/trunk/components/class-bsocial-featuredcomments.php

    r717633 r833528  
    351351        $comment_id = intval( $_REQUEST['comment_id'] );
    352352
     353        if ( ! current_user_can( 'moderate_comments' ) )
     354        {
     355            return FALSE;
     356        }
     357
    353358        if ( ! check_ajax_referer( 'bsocial-featuredcomment-save', '_bsocial_featuredcomment_nonce' ) )
    354359        {
  • bsocial/trunk/readme.txt

    r717633 r833528  
    44Tags: bSuite, social, social networks, comments, Facebook, Twitter, widgets, featured comments, social proof
    55Requires at least: 3.3
    6 Tested up to: 3.5.1
     6Tested up to: 3.8
    77Stable tag: trunk
    88
Note: See TracChangeset for help on using the changeset viewer.