Plugin Directory

Changeset 2015212


Ignore:
Timestamp:
01/19/2019 07:02:00 AM (7 years ago)
Author:
deller21
Message:

fix bugs

Location:
recobox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • recobox/trunk/README.txt

    r2015211 r2015212  
    55Requires at least: 3.0
    66Tested up to: 4.9.5
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • recobox/trunk/admin/partials/rcb-comments-admin-import.php

    r2014437 r2015212  
    3030            return false;
    3131        }
    32 
    33         var_dump($_POST);
    34 
    3532    }
    3633}
  • recobox/trunk/rcb-comments.php

    r2015211 r2015212  
    33/**
    44 * @link              https://recobox.ru
    5  * @since             1.0.1
     5 * @since             1.0.2
    66 * @package           Rcb_Comments
    77 *
     
    1010 * Plugin URI:        https://recobox.ru
    1111 * Description:       Система комментирования с различными вариантами социальной аутентификации(ВКонтакте, Одноклассники, FaceBook, Google+ и т.д.).
    12  * Version:           1.0.1
     12 * Version:           1.0.2
    1313 * Author:            Recobox
    1414 * Author URI:        https://profiles.wordpress.org/deller21
     
    2929 * Rename this for your plugin and update it as you release new versions.
    3030 */
    31 define( 'RCB_COMMENTS_VERSION', '1.0.1' );
     31define( 'RCB_COMMENTS_VERSION', '1.0.2' );
    3232
    3333/**
Note: See TracChangeset for help on using the changeset viewer.