Changeset 2427544
- Timestamp:
- 11/28/2020 12:17:57 AM (5 years ago)
- Location:
- tc-room-spy/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
room-spy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tc-room-spy/trunk/readme.txt
r2427480 r2427544 6 6 Requires at least: 5.0 7 7 Tested up to: 5.5 8 Stable tag: 1. 2.98 Stable tag: 1.3.0 9 9 License: GNU3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
tc-room-spy/trunk/room-spy.php
r2427478 r2427544 7 7 * Description: You can use this to search Tinychat profiles/rooms. 8 8 * Requires at least: WordPress 5.0 9 * Tested up to: WordPress5.510 * Version: 1. 2.99 * Tested up to: 5.5 10 * Version: 1.3.0 11 11 * License: GNUv3 12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 13 13 * Date: 27th November 2020 14 14 */ 15 define('COMPARE_VERSION', '1.2. 8');15 define('COMPARE_VERSION', '1.2.9'); 16 16 defined( 'ABSPATH' ) or die( 'ooh aah cantona' ); 17 17 register_activation_hook(__FILE__, 'rndtc_room_spy_install'); … … 26 26 post_author, post_date, post_date_gmt, post_content, post_content_filtered, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_parent, menu_order, post_type) 27 27 VALUES 28 ('1', '$post_date', '$post_date_gmt', '[rndtc_room_spy_page]', '', 'tcroomspy', '', 'publish', 'closed', 'closed', '', ' tcroomspy', '', '', '$post_date', '$post_date_gmt', '0', '0', 'page')";28 ('1', '$post_date', '$post_date_gmt', '[rndtc_room_spy_page]', '', 'tcroomspy', '', 'publish', 'closed', 'closed', '', 'Tinychat API', '', '', '$post_date', '$post_date_gmt', '0', '0', 'page')"; 29 29 $wpdb->query($sql); 30 30 $post_id = $wpdb->insert_id;
Note: See TracChangeset
for help on using the changeset viewer.