Changeset 2015212
- Timestamp:
- 01/19/2019 07:02:00 AM (7 years ago)
- Location:
- recobox/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/partials/rcb-comments-admin-import.php (modified) (1 diff)
-
rcb-comments.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recobox/trunk/README.txt
r2015211 r2015212 5 5 Requires at least: 3.0 6 6 Tested up to: 4.9.5 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
recobox/trunk/admin/partials/rcb-comments-admin-import.php
r2014437 r2015212 30 30 return false; 31 31 } 32 33 var_dump($_POST);34 35 32 } 36 33 } -
recobox/trunk/rcb-comments.php
r2015211 r2015212 3 3 /** 4 4 * @link https://recobox.ru 5 * @since 1.0. 15 * @since 1.0.2 6 6 * @package Rcb_Comments 7 7 * … … 10 10 * Plugin URI: https://recobox.ru 11 11 * Description: Система комментирования с различными вариантами социальной аутентификации(ВКонтакте, Одноклассники, FaceBook, Google+ и т.д.). 12 * Version: 1.0. 112 * Version: 1.0.2 13 13 * Author: Recobox 14 14 * Author URI: https://profiles.wordpress.org/deller21 … … 29 29 * Rename this for your plugin and update it as you release new versions. 30 30 */ 31 define( 'RCB_COMMENTS_VERSION', '1.0. 1' );31 define( 'RCB_COMMENTS_VERSION', '1.0.2' ); 32 32 33 33 /**
Note: See TracChangeset
for help on using the changeset viewer.