Changeset 2154538
- Timestamp:
- 09/11/2019 03:59:23 AM (7 years ago)
- Location:
- recobox/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
recobox.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recobox/trunk/README.txt
r2019500 r2154538 5 5 Requires at least: 3.0 6 6 Tested up to: 4.9.5 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
recobox/trunk/recobox.php
r2019502 r2154538 3 3 /** 4 4 * @link https://recobox.ru 5 * @since 1.0. 55 * @since 1.0.6 6 6 * @package Rcb_Comments 7 7 * … … 10 10 * Plugin URI: https://recobox.ru 11 11 * Description: Система комментирования с различными вариантами социальной аутентификации(ВКонтакте, Одноклассники, FaceBook, Google+ и т.д.). 12 * Version: 1.0. 512 * Version: 1.0.6 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. 4' );31 define( 'RCB_COMMENTS_VERSION', '1.0.6' ); 32 32 33 33 /**
Note: See TracChangeset
for help on using the changeset viewer.