Changeset 2788266
- Timestamp:
- 09/21/2022 04:25:33 PM (4 years ago)
- Location:
- tc-room-spy/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
room-spy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tc-room-spy/trunk/readme.txt
r2714108 r2788266 3 3 Contributors: ruddernationdesigns 4 4 Donate link: https://www.paypal.me/RuddernationDesigns 5 Tags: Tinychat room spy, Tinychat api, room spy, wordpress chat, buddypress chat, wordpress video chat6 Requires at least: 5.07 Tested up to: 5.9.38 Stable tag: 1.3. 75 Tags: 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.8 9 9 License: GNU3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 72 72 = 1.1.6 = 73 73 74 * This is no longer working so please use https://www. tinchat.cf/directoryto 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. 75 75 76 76 = 1.1.7 = … … 89 89 = 1.2.3 = 90 90 91 * Due to unforeseen circumstances I've decided to discontinue this plugin, This is still available on https://www.ruddernation.c f/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! 92 92 93 93 = 1.2.9 = -
tc-room-spy/trunk/room-spy.php
r2714108 r2788266 7 7 * 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 8 * Requires at least: WordPress 2.0 9 * Tested up to: 5.9.310 * Version: 1.3. 79 * Tested up to: 6.0.2 10 * Version: 1.3.8 11 11 * License: GNUv3 12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 13 * Date: 2 5 April202213 * Date: 21st September 2022 14 14 */ 15 define('COMPARE_VERSION', '1.3. 6');16 defined( 'ABSPATH' ) or die( ' Hola' );15 define('COMPARE_VERSION', '1.3.7'); 16 defined( 'ABSPATH' ) or die( 'Greetings' ); 17 17 register_activation_hook(__FILE__, 'rndtc_room_spy_install'); 18 18 function rndtc_room_spy_install() {
Note: See TracChangeset
for help on using the changeset viewer.