Changeset 1793917
- Timestamp:
- 12/28/2017 11:50:38 PM (8 years ago)
- Location:
- call-now-button-ultimate/trunk
- Files:
-
- 2 edited
-
gethuman-call-now-button-ultimate.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
call-now-button-ultimate/trunk/gethuman-call-now-button-ultimate.php
r1790822 r1793917 4 4 * Plugin URI: http://gethuman.com 5 5 * Description: This plugin adds a helpful contact button to the bottom of your mobile site that allows your visitors to call you when you are open, and email you when you are unavailable by phone. 6 * Version: 1. 06 * Version: 1.1 7 7 * Author: GetHuman 8 8 * License: GPL3 … … 10 10 11 11 define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_SETTINGS_PAGE', 'call_now_ultimate_plugin_settings_page'); 12 define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_VERSION', '1. 0');12 define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_VERSION', '1.1'); 13 13 define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_OPTIONS', 'gh_cnbu_call_now_button_ultimate_options'); 14 14 define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_OPTIONS_GROUP', 'gh_cnbu_call_now_button_ultimate_options_group'); … … 517 517 GH_CNUB_HOURS_OF_OPERATION_UPPER_BOUND_OPTION_NAME => '17:00', 518 518 GH_CNUB_HOURS_OF_OPERATION_TIME_ZONE_OPTION_NAME => 'America/New_York', 519 GH_CNUB_OPEN_BUTTON_LABEL_TEXT_OPTION_NAME => 'C ontactUs',519 GH_CNUB_OPEN_BUTTON_LABEL_TEXT_OPTION_NAME => 'Call Us', 520 520 GH_CNUB_CLOSED_BUTTON_LABEL_TEXT_OPTION_NAME => 'Email Us', 521 521 GH_CNUB_BUTTON_LABEL_TEXT_COLOR_OPTION_NAME => '#FFFFFF', -
call-now-button-ultimate/trunk/readme.txt
r1790830 r1793917 6 6 Tested up to: 4.9.1 7 7 Requires PHP: 5.2.4 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl.html 11 11 12 Engage with your mobile visitors by automatically showing a Call or Email button based on the time of day.12 Instantly add a customizable Call Us or Email Us button to your web site that automatically changes based on your work schedule. 13 13 14 14 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.