Plugin Directory

Changeset 1889825


Ignore:
Timestamp:
06/08/2018 05:22:26 PM (8 years ago)
Author:
worldfacts
Message:

Udpdate Options Page

Location:
ga-post-survey-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ga-post-survey-widget/trunk/gg-post-survey.php

    r1889813 r1889825  
    44* Plugin URI: http://www.allwebtuts.com/google-analytics-post-survey-widget/
    55* Description: Be Smart by knowing your feedback through Analytics post survey
    6 * Version: 2.0
     6* Version: 2.0.2
    77* Author: Santhosh veer
    88* Author URI: https://www.allwebtuts.com.
     
    1414//define the plugin version
    1515if (!defined('MY_GGAPOST_SURVEY_VERSION_NUM')){ //define plugin version
    16     define('MY_GGAPOST_SURVEY_VERSION_NUM', '2.0');
     16    define('MY_GGAPOST_SURVEY_VERSION_NUM', '2.0.2');
    1717}
    1818
  • ga-post-survey-widget/trunk/options.php

    r1889813 r1889825  
    3434<input type="text" name="gg_post_survey_choose_color" class="my-color-field" data-default-color="#1bbc9b" value="<?php echo esc_attr(get_option('gg_post_survey_choose_color')); ?>" />
    3535
    36 
    3736<p class="submit">
    3837<?php submit_button();?>
Note: See TracChangeset for help on using the changeset viewer.