Plugin Directory

Changeset 2788266


Ignore:
Timestamp:
09/21/2022 04:25:33 PM (4 years ago)
Author:
ruddernationdesigns
Message:

Tested up to WordPress 6.0.2 - Works well

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

Legend:

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

    r2714108 r2788266  
    33Contributors: ruddernationdesigns
    44Donate link: https://www.paypal.me/RuddernationDesigns
    5 Tags: Tinychat room spy, Tinychat api, room spy, wordpress chat, buddypress chat, wordpress video chat
    6 Requires at least: 5.0
    7 Tested up to: 5.9.3
    8 Stable tag: 1.3.7
     5Tags: Tinychat room spy, Tinychat api, room spy, wordpress chat, wordpress video chat, Tinychat, Tinychat roomspy, roomspy
     6Requires at least: 2.0
     7Tested up to: 6.0.2
     8Stable tag: 1.3.8
    99License: GNU3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    7272= 1.1.6 =
    7373
    74 * This is no longer working so please use https://www.tinchat.cf/directory to view the users in chat rooms.
     74* This is no longer working so please use https://www.ruddernation.com/api to view the users in chat rooms.
    7575
    7676= 1.1.7 =
     
    8989= 1.2.3 =
    9090
    91 * Due to unforeseen circumstances I've decided to discontinue this plugin, This is still available on https://www.ruddernation.cf/directory - Ignore!
     91* Due to unforeseen circumstances I've decided to discontinue this plugin, This is still available on https://www.ruddernation.com/api - Ignore!
    9292
    9393= 1.2.9 =
  • tc-room-spy/trunk/room-spy.php

    r2714108 r2788266  
    77* Description: You can use this to search Tinychat profiles/rooms, This contains no CSS! So you may need to add your own custom CSS.
    88* Requires at least: WordPress 2.0
    9 * Tested up to: 5.9.3
    10 * Version: 1.3.7
     9* Tested up to: 6.0.2
     10* Version: 1.3.8
    1111* License: GNUv3
    1212* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    13 * Date: 25 April 2022
     13* Date: 21st September 2022
    1414*/
    15 define('COMPARE_VERSION', '1.3.6');
    16 defined( 'ABSPATH' ) or die( 'Hola' );
     15define('COMPARE_VERSION', '1.3.7');
     16defined( 'ABSPATH' ) or die( 'Greetings' );
    1717register_activation_hook(__FILE__, 'rndtc_room_spy_install');
    1818function rndtc_room_spy_install() {
Note: See TracChangeset for help on using the changeset viewer.