Changeset 2553166
- Timestamp:
- 06/24/2021 06:59:37 AM (5 years ago)
- Location:
- atomchat/trunk
- Files:
-
- 1 added
- 2 edited
-
README.txt (modified) (3 diffs)
-
api/v1/atomchatLogin.php (added)
-
atomchat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
atomchat/trunk/README.txt
r2551221 r2553166 5 5 Requires PHP: 5.6 6 6 Tested up to: 5.7 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GNU General Public License v2.0 or later 9 9 … … 118 118 4. White-label Desktop Chat Apps for Win & Mac with your Branding! 119 119 5. 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)120 6. Alternative Docked Layout (a small chat widget on every page of your site) 121 121 122 122 … … 148 148 = 1.0.6 = 149 149 * Added BuddyBoss Group Sync 150 151 = 1.0.7 = 152 * Fixed issue with native login -
atomchat/trunk/atomchat.php
r2551221 r2553166 4 4 * Plugin Name: AtomChat 5 5 * Description: Voice, video & text chat for your WordPress site 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: AtomChat 8 8 * Author URI: https://www.atomchat.com/ … … 193 193 if( !function_exists( 'atomchatCustomLogin' ) ) { 194 194 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'); 196 196 } 197 197 }
Note: See TracChangeset
for help on using the changeset viewer.