Plugin Directory

Changeset 1793917


Ignore:
Timestamp:
12/28/2017 11:50:38 PM (8 years ago)
Author:
gethuman
Message:

Change default text and bump version

Location:
call-now-button-ultimate/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • call-now-button-ultimate/trunk/gethuman-call-now-button-ultimate.php

    r1790822 r1793917  
    44 * Plugin URI: http://gethuman.com
    55 * 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.0
     6 * Version: 1.1
    77 * Author: GetHuman
    88 * License: GPL3
     
    1010
    1111define('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');
     12define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_VERSION', '1.1');
    1313define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_OPTIONS', 'gh_cnbu_call_now_button_ultimate_options');
    1414define('GH_CNBU_CALL_NOW_BUTTON_ULTIMATE_OPTIONS_GROUP', 'gh_cnbu_call_now_button_ultimate_options_group');
     
    517517        GH_CNUB_HOURS_OF_OPERATION_UPPER_BOUND_OPTION_NAME => '17:00',
    518518        GH_CNUB_HOURS_OF_OPERATION_TIME_ZONE_OPTION_NAME => 'America/New_York',
    519         GH_CNUB_OPEN_BUTTON_LABEL_TEXT_OPTION_NAME => 'Contact Us',
     519        GH_CNUB_OPEN_BUTTON_LABEL_TEXT_OPTION_NAME => 'Call Us',
    520520        GH_CNUB_CLOSED_BUTTON_LABEL_TEXT_OPTION_NAME => 'Email Us',
    521521        GH_CNUB_BUTTON_LABEL_TEXT_COLOR_OPTION_NAME => '#FFFFFF',
  • call-now-button-ultimate/trunk/readme.txt

    r1790830 r1793917  
    66Tested up to: 4.9.1
    77Requires PHP: 5.2.4
    8 Stable tag: 1.0
     8Stable tag: 1.1
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl.html
    1111
    12 Engage with your mobile visitors by automatically showing a Call or Email button based on the time of day.
     12Instantly add a customizable Call Us or Email Us button to your web site that automatically changes based on your work schedule.
    1313
    1414== Description ==
Note: See TracChangeset for help on using the changeset viewer.