Plugin Directory

Changeset 2553166


Ignore:
Timestamp:
06/24/2021 06:59:37 AM (5 years ago)
Author:
atomchat
Message:

Internal release for native login

Location:
atomchat/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • atomchat/trunk/README.txt

    r2551221 r2553166  
    55Requires PHP: 5.6
    66Tested up to: 5.7
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88License: GNU General Public License v2.0 or later
    99
     
    1181184. White-label Desktop Chat Apps for Win & Mac with your Branding!
    1191195. One-on-one and Group Chat with Stickers, Emojis, Bots and more!
    120 6. Alternative Docked Layout (a small chat widget on every site of your page)
     1206. Alternative Docked Layout (a small chat widget on every page of your site)
    121121
    122122
     
    148148= 1.0.6 =
    149149* Added BuddyBoss Group Sync
     150
     151= 1.0.7 =
     152* Fixed issue with native login
  • atomchat/trunk/atomchat.php

    r2551221 r2553166  
    44* Plugin Name: AtomChat
    55* Description: Voice, video & text chat for your WordPress site
    6 * Version: 1.0.6
     6* Version: 1.0.7
    77* Author: AtomChat
    88* Author URI: https://www.atomchat.com/
     
    193193if( !function_exists( 'atomchatCustomLogin' ) ) {
    194194    function atomchatCustomLogin() {
    195         include_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'api'.DIRECTORY_SEPARATOR.'v1'.DIRECTORY_SEPARATOR.'login.php');
     195        include_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'api'.DIRECTORY_SEPARATOR.'v1'.DIRECTORY_SEPARATOR.'atomchatLogin.php');
    196196    }
    197197}
Note: See TracChangeset for help on using the changeset viewer.