Changeset 2614821
- Timestamp:
- 10/15/2021 06:36:47 PM (4 years ago)
- Location:
- roomlio-group-chat/trunk
- Files:
-
- 3 edited
-
includes/rml-public-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
roomlio.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
roomlio-group-chat/trunk/includes/rml-public-functions.php
r2611187 r2614821 13 13 $rml_payload = array( 14 14 'apiName' => 'register', 15 'userID' => strval( $current_user->ID ), 15 // phpcs:ignore 16 'userID' => rtrim( sanitize_text_field( base64_encode( site_url() ) ), '=' ) . '-wpusr_' . strval( $current_user->ID ), 16 17 'username' => $current_user->display_name, 17 18 'allowInsecureUsers' => true, -
roomlio-group-chat/trunk/readme.txt
r2611187 r2614821 4 4 Requires at least: 4.0 5 5 Tested up to: 5.8.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 5.6.39 8 8 License: GPLv3 or later … … 71 71 == Changelog == 72 72 73 = 1.0* = 73 = 1.0.1 = 74 * Scoped userID by domain. 75 76 = 1.0.0 = 74 77 75 78 * Initial release -
roomlio-group-chat/trunk/roomlio.php
r2611187 r2614821 3 3 * Plugin Name: Roomlio - Group Chat 4 4 * Description: Embed a Roomlio group chat room in your WordPress website in no time at all. Great for live video chat, community chat, and member only chat. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: Roomlio 7 7 * Author URI: https://roomlio.com/?ref=wordpress
Note: See TracChangeset
for help on using the changeset viewer.