Plugin Directory

Changeset 2614821


Ignore:
Timestamp:
10/15/2021 06:36:47 PM (4 years ago)
Author:
roomlio
Message:

scope userID by site domain

Location:
roomlio-group-chat/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • roomlio-group-chat/trunk/includes/rml-public-functions.php

    r2611187 r2614821  
    1313    $rml_payload  = array(
    1414        '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 ),
    1617        'username'           => $current_user->display_name,
    1718        'allowInsecureUsers' => true,
  • roomlio-group-chat/trunk/readme.txt

    r2611187 r2614821  
    44Requires at least: 4.0
    55Tested up to: 5.8.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 5.6.39
    88License: GPLv3 or later
     
    7171== Changelog ==
    7272
    73 = 1.0* =
     73= 1.0.1 =
     74* Scoped userID by domain.
     75
     76= 1.0.0 =
    7477
    7578* Initial release
  • roomlio-group-chat/trunk/roomlio.php

    r2611187 r2614821  
    33 * Plugin Name: Roomlio - Group Chat
    44 * 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.0
     5 * Version: 1.0.1
    66 * Author: Roomlio
    77 * Author URI: https://roomlio.com/?ref=wordpress
Note: See TracChangeset for help on using the changeset viewer.