Changeset 2015211
- Timestamp:
- 01/19/2019 06:58:47 AM (7 years ago)
- Location:
- recobox/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/class-rcb-comments-admin.php (modified) (3 diffs)
-
rcb-comments.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recobox/trunk/README.txt
r2014439 r2015211 5 5 Requires at least: 3.0 6 6 Tested up to: 4.9.5 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
recobox/trunk/admin/class-rcb-comments-admin.php
r2014437 r2015211 177 177 178 178 $response = wp_remote_post( 179 'http ://widgets.localhost/api/1.0/channels/lists',179 'https://recobox.ru/api/1.0/channels/lists', 180 180 [ 181 181 'body' => $toRecoboxArray … … 279 279 280 280 $response = wp_remote_post( 281 'http ://widgets.localhost/api/1.0/comments/lists',281 'https://recobox.ru/api/1.0/comments/lists', 282 282 [ 283 283 'body' => $toRecoboxArray … … 529 529 if (count($toRecoboxArray['comments']) > 0) { 530 530 $response = wp_remote_post( 531 'http ://widgets.localhost/api/1.0/comments/add',531 'https://recobox.ru/api/1.0/comments/add', 532 532 [ 533 533 'body' => $toRecoboxArray -
recobox/trunk/rcb-comments.php
r2014437 r2015211 3 3 /** 4 4 * @link https://recobox.ru 5 * @since 1.0. 05 * @since 1.0.1 6 6 * @package Rcb_Comments 7 7 * … … 10 10 * Plugin URI: https://recobox.ru 11 11 * Description: Система комментирования с различными вариантами социальной аутентификации(ВКонтакте, Одноклассники, FaceBook, Google+ и т.д.). 12 * Version: 1.0. 012 * Version: 1.0.1 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. 0' );31 define( 'RCB_COMMENTS_VERSION', '1.0.1' ); 32 32 33 33 /** … … 65 65 * not affect the page life cycle. 66 66 * 67 * @since 1.0. 067 * @since 1.0.1 68 68 */ 69 69 function rcb_comments_run() {
Note: See TracChangeset
for help on using the changeset viewer.