Plugin Directory

Changeset 2427544


Ignore:
Timestamp:
11/28/2020 12:17:57 AM (5 years ago)
Author:
ruddernationdesigns
Message:

general update

Location:
tc-room-spy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tc-room-spy/trunk/readme.txt

    r2427480 r2427544  
    66Requires at least: 5.0
    77Tested up to: 5.5
    8 Stable tag: 1.2.9
     8Stable tag: 1.3.0
    99License: GNU3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • tc-room-spy/trunk/room-spy.php

    r2427478 r2427544  
    77* Description: You can use this to search Tinychat profiles/rooms.
    88* Requires at least: WordPress 5.0
    9 * Tested up to: WordPress 5.5
    10 * Version: 1.2.9
     9* Tested up to: 5.5
     10* Version: 1.3.0
    1111* License: GNUv3
    1212* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    1313* Date: 27th November 2020
    1414*/
    15 define('COMPARE_VERSION', '1.2.8');
     15define('COMPARE_VERSION', '1.2.9');
    1616defined( 'ABSPATH' ) or die( 'ooh aah cantona' );
    1717register_activation_hook(__FILE__, 'rndtc_room_spy_install');
     
    2626            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)
    2727            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')";
    2929        $wpdb->query($sql);
    3030        $post_id = $wpdb->insert_id;
Note: See TracChangeset for help on using the changeset viewer.