Changeset 2315953
- Timestamp:
- 06/01/2020 03:44:33 PM (6 years ago)
- Location:
- ga-post-survey-widget/trunk
- Files:
-
- 3 edited
-
gasvy-script.js (modified) (2 diffs)
-
gg-post-survey.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ga-post-survey-widget/trunk/gasvy-script.js
r1889813 r2315953 1 jQuery(document).ready(function($){2 $('.my-color-field').wpColorPicker();3 });4 5 1 var myOptions = { 6 2 // you can declare a default color here, … … 18 14 }; 19 15 20 jQuery('.my-color-field').wpColorPicker(myOptions); 16 //jQuery('.my-color-field').wpColorPicker(myOptions); 17 jQuery(document).ready(function($){ 18 $('.my-color-field').wpColorPicker(); 19 }); -
ga-post-survey-widget/trunk/gg-post-survey.php
r1889825 r2315953 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. 26 * Version: 2.0.3 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. 2');16 define('MY_GGAPOST_SURVEY_VERSION_NUM', '2.0.3'); 17 17 } 18 18 -
ga-post-survey-widget/trunk/readme.txt
r1889828 r2315953 3 3 Tags: post survey,Google Analytics,voting,feedbacks 4 4 Requires at least: 4.0 5 Tested up to: 4.95 Tested up to: 5.4 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 62 62 == Changelog == 63 63 64 = 2.0.3 = 65 66 * Test with Latest Wordpress Version 67 64 68 = 2.0.2 = 65 69
Note: See TracChangeset
for help on using the changeset viewer.