Changeset 2714108
- Timestamp:
- 04/25/2022 02:06:34 AM (4 years ago)
- Location:
- tc-room-spy/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
room-spy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tc-room-spy/trunk/readme.txt
r2650619 r2714108 5 5 Tags: Tinychat room spy, Tinychat api, room spy, wordpress chat, buddypress chat, wordpress video chat 6 6 Requires at least: 5.0 7 Tested up to: 5. 8.28 Stable tag: 1.3. 67 Tested up to: 5.9.3 8 Stable tag: 1.3.7 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
r2650619 r2714108 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. 8.210 * Version: 1.3. 69 * Tested up to: 5.9.3 10 * Version: 1.3.7 11 11 * License: GNUv3 12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 13 * Date: 2 9 December 202113 * Date: 25 April 2022 14 14 */ 15 define('COMPARE_VERSION', '1.3. 5');15 define('COMPARE_VERSION', '1.3.6'); 16 16 defined( 'ABSPATH' ) or die( 'Hola' ); 17 17 register_activation_hook(__FILE__, 'rndtc_room_spy_install');
Note: See TracChangeset
for help on using the changeset viewer.