Changeset 1703155
- Timestamp:
- 07/26/2017 02:09:04 PM (9 years ago)
- Location:
- livehelp-chat/branches/1.3.4
- Files:
-
- 1 added
- 3 edited
-
admin/admin.php (modified) (1 diff)
-
img/lh-wordpress_16x16.png (added)
-
livehelp.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
livehelp-chat/branches/1.3.4/admin/admin.php
r1702915 r1703155 54 54 function livehelp_add_option_page () { 55 55 global $lh_url; 56 add_menu_page("livehelp Options", "Livehelp chat", "administrator", "livehelp-options-page", "livehelp_update_options_form", $lh_url . "img/lh-wordpress_ 32x32.png");56 add_menu_page("livehelp Options", "Livehelp chat", "administrator", "livehelp-options-page", "livehelp_update_options_form", $lh_url . "img/lh-wordpress_16x16.png"); 57 57 } 58 58 -
livehelp-chat/branches/1.3.4/livehelp.php
r1702915 r1703155 4 4 Plugin URI: http://www.livehelp.it/index.asp?lingua=EN 5 5 Description: Provide livehelp chat support 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: Sostanza s.r.l 8 8 Author URI: http://www.livehelp.it/index.asp?lingua=EN -
livehelp-chat/branches/1.3.4/readme.txt
r1702915 r1703155 5 5 Requires at least: 3.8.1 6 6 Tested up to: 4.8 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 = 1.3.3 = 97 97 * Menu icon updated and code refactored 98 = 1.3.4 = 99 * Menu icon fixed 98 100 99 101 == Upgrade Notice == … … 114 116 This update will speedup the admin page. Checked wordpress 4.8 support 115 117 = 1.3.3 = 116 This uppdate will make the menu icon nicer :) 118 This update will make the menu icon nicer :) 119 = 1.3.3 = 120 This upgrade will fix the menu icon
Note: See TracChangeset
for help on using the changeset viewer.