Changeset 1889825
- Timestamp:
- 06/08/2018 05:22:26 PM (8 years ago)
- Location:
- ga-post-survey-widget/trunk
- Files:
-
- 2 edited
-
gg-post-survey.php (modified) (2 diffs)
-
options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ga-post-survey-widget/trunk/gg-post-survey.php
r1889813 r1889825 4 4 * Plugin URI: http://www.allwebtuts.com/google-analytics-post-survey-widget/ 5 5 * Description: Be Smart by knowing your feedback through Analytics post survey 6 * Version: 2.0 6 * Version: 2.0.2 7 7 * Author: Santhosh veer 8 8 * Author URI: https://www.allwebtuts.com. … … 14 14 //define the plugin version 15 15 if (!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'); 17 17 } 18 18 -
ga-post-survey-widget/trunk/options.php
r1889813 r1889825 34 34 <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')); ?>" /> 35 35 36 37 36 <p class="submit"> 38 37 <?php submit_button();?>
Note: See TracChangeset
for help on using the changeset viewer.