Changeset 2371594
- Timestamp:
- 08/29/2020 04:01:32 PM (6 years ago)
- Location:
- chatroll-live-chat/trunk
- Files:
-
- 3 edited
-
chatroll.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-chatroll.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chatroll-live-chat/trunk/chatroll.php
r1247904 r2371594 50 50 $defaults = $this->appendPlatformDefaultAttr($defaults); // Generate default parameters, based on platform specific user info 51 51 $attr = $this->shortcode_atts($defaults, $attr); // Merge specified parameter values w/ defaults 52 53 // Format width and height attributes 54 if (is_numeric($attr['width'])) { 55 $attr['width'] = $attr['width'] . "px"; 56 } 57 if (is_numeric($attr['height'])) { 58 $attr['height'] = $attr['height'] . "px"; 59 } 52 60 53 61 // Generate Chatroll iframe -
chatroll-live-chat/trunk/readme.txt
r1667181 r2371594 2 2 Contributors: chatroll 3 3 Donate link: https://chatroll.com 4 Tags: chatroll, live, chat, buddypress, facebook, twitter, sidebar, shoutbox, widget4 Tags: chatroll, live, chat, live chat, buddypress, facebook, twitter, sidebar, shoutbox, widget 5 5 Requires at least: 2.8 6 Tested up to: 4.77 Stable tag: 2. 3.36 Tested up to: 5.5 7 Stable tag: 2.4.0 8 8 9 9 Add live chat to your WordPress or BuddyPress sidebar, posts and pages. Chatroll can be fully customized to match your site's design. … … 104 104 == Changelog == 105 105 106 = 2.4.0 = 107 * Tested on WordPress 5.5 108 106 109 = 2.3.3 = 107 110 * Add support for WordPress Social Login plugin -
chatroll-live-chat/trunk/wp-chatroll.php
r1667181 r2371594 4 4 * Plugin URI: https://chatroll.com 5 5 * Description: Chatroll lets you easily add live chat to your WordPress sidebar, posts and pages. Chatroll can be fully customized to match your site's design. Supports WordPress profiles and optional Facebook and Twitter login. To get started, go to Chatroll.com to create a chat and follow the WordPress embed instructions. 6 * Version: 2. 3.36 * Version: 2.4.0 7 7 * Author: Chatroll 8 8 * Author URI: https://chatroll.com … … 11 11 12 12 /* 13 Copyright 2010-20 17 Chatroll / Jonathan McGee(email : support@chatroll.com)13 Copyright 2010-2020 Chatroll (email : support@chatroll.com) 14 14 15 15 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.