Plugin Directory

Changeset 2800930


Ignore:
Timestamp:
10/19/2022 12:48:26 AM (3 years ago)
Author:
ruddernationdesigns
Message:

Just some code removal.

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

Legend:

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

    r2789759 r2800930  
    44Donate link: https://www.paypal.me/RuddernationDesigns
    55Tags: Tinychat room spy, Tinychat api, room spy, wordpress chat, wordpress video chat, Tinychat, Tinychat roomspy, roomspy
    6 Requires at least: 2.0
    7 Tested up to: 6.0.2
    8 Stable tag: 1.3.9
     6Requires at least: 4.0
     7Tested up to: 6.0.3
     8Stable tag: 1.4.0
    99License: GNU3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • tc-room-spy/trunk/room-spy.php

    r2789759 r2800930  
    66* Author URI: https://profiles.wordpress.org/ruddernationdesigns
    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.
    8 * Requires at least: WordPress 2.0
    9 * Tested up to: 6.0.2
    10 * Version: 1.3.9
     8* Requires at least: WordPress 4.0
     9* Tested up to: 6.0.3
     10* Version: 1.4.0
    1111* License: GNUv3
    1212* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    13 * Date: 25th September 2022
     13* Date: 19th October 2022
    1414*/
    15 define('COMPARE_VERSION', '1.3.8');
     15define('COMPARE_VERSION', '1.3.9');
    1616defined( 'ABSPATH' ) or die( 'Greetings & salutations' );
    1717register_activation_hook(__FILE__, 'rndtc_room_spy_install');
     
    108108                        echo '<br><strong>Age: ' .$new["age"].'</strong></strong>';
    109109                        echo '<br><strong>Location: ' .$new["location"].'</strong>';
    110                         if (!empty($new["role"] == ""))
     110                        //No need for this but it's here as an example.
     111                /*      if (!empty($new["role"] == ""))
    111112                        {
    112113                            echo '<br><strong>Membership: Extreme';
    113                         }
    114                         else
     114                        } 
     115                        else*/
    115116                        echo '<br><strong>Membership: ' .$new["role"].'</strong>';
    116117                        echo '<br><strong>Points: ' .$new["giftpoints"]." - ".'To Next Level: '.$new["percentToNextAchieve"].'%</p></strong>';
Note: See TracChangeset for help on using the changeset viewer.