Changeset 2371078
- Timestamp:
- 08/28/2020 01:36:00 PM (5 years ago)
- Location:
- livechatoo/trunk
- Files:
-
- 2 edited
-
livechatoo.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
livechatoo/trunk/livechatoo.php
r2371018 r2371078 5 5 Plugin URI: https://www.livechatoo.com/ 6 6 Description: Wordpress plugin to insert Livechatoo JavaScript code to your website 7 Version: 1.1. 27 Version: 1.1.3 8 8 Author: Livechatoo 9 9 Author URI: https://www.livechatoo.com/ … … 88 88 // define function to add link to the main admin menu 89 89 function livechatoo_menu() { 90 add_menu_page(livechatoo_message(0), 'Livechatoo', 0, 'livechatoo', 'livechatoo_options_menu', 'dashicons-format-chat');90 add_menu_page(livechatoo_message(0), 'Livechatoo', 'activate_plugins', 'livechatoo', 'livechatoo_options_menu', 'dashicons-format-chat'); 91 91 } 92 92 -
livechatoo/trunk/readme.txt
r2371018 r2371078 18 18 19 19 == Changelog == 20 21 = 1.1.3 = 22 *Release Date - 2020-08-28* 23 24 * Change $capability argument for add_menu_page() 20 25 21 26 = 1.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.