Changeset 2884200
- Timestamp:
- 03/21/2023 11:20:44 AM (3 years ago)
- Location:
- userlike/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
userlike.admin.php (modified) (1 diff)
-
userlike.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
userlike/trunk/readme.txt
r2826362 r2884200 4 4 Requires at least: 3.3 5 5 Tested up to: 6.1.1 6 Stable tag: 2. 26 Stable tag: 2.3 7 7 8 8 Free live chat plugin to chat with the visitors of your website. Integrate a beautiful and fully customizable chat box. Hosted in Europe. … … 97 97 == Changelog == 98 98 99 = 2.3 = 100 * Fix potential XSS within admin page 101 99 102 = 2.2 = 100 103 * Update tested version and readme -
userlike/trunk/userlike.admin.php
r2198782 r2884200 13 13 <label for="userlike_secret"><?php echo __('Your Userlike Secret', 'userlike') ?></label><br /> 14 14 15 <input type="text" name="userlike_secret" value="<?php echo get_option('userlike_secret'); ?>" style="width:100%" />15 <input type="text" name="userlike_secret" value="<?php echo esc_attr(get_option('userlike_secret')); ?>" style="width:100%" /> 16 16 </p> 17 17 <p class="submit"> -
userlike/trunk/userlike.php
r2198782 r2884200 4 4 Plugin URI: https://www.userlike.com 5 5 Description: Userlike Live Chat integration for Wordpress 6 Version: 2. 16 Version: 2.3 7 7 Author: David Voswinkel <david.voswinkel@userlike.com> 8 8 Author URI: https://www.userlike.com
Note: See TracChangeset
for help on using the changeset viewer.