Plugin Directory

Changeset 2315953


Ignore:
Timestamp:
06/01/2020 03:44:33 PM (6 years ago)
Author:
worldfacts
Message:

Update

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

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 
    51var myOptions = {
    62    // you can declare a default color here,
     
    1814};
    1915 
    20 jQuery('.my-color-field').wpColorPicker(myOptions);
     16//jQuery('.my-color-field').wpColorPicker(myOptions);
     17jQuery(document).ready(function($){
     18    $('.my-color-field').wpColorPicker();
     19});
  • ga-post-survey-widget/trunk/gg-post-survey.php

    r1889825 r2315953  
    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.2
     6* Version: 2.0.3
    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.2');
     16    define('MY_GGAPOST_SURVEY_VERSION_NUM', '2.0.3');
    1717}
    1818
  • ga-post-survey-widget/trunk/readme.txt

    r1889828 r2315953  
    33Tags: post survey,Google Analytics,voting,feedbacks
    44Requires at least: 4.0
    5 Tested up to: 4.9
     5Tested up to: 5.4
    66Stable tag: trunk
    77License: GPLv2 or later
     
    6262== Changelog ==
    6363
     64= 2.0.3 =
     65
     66* Test with Latest Wordpress Version
     67
    6468= 2.0.2 =
    6569
Note: See TracChangeset for help on using the changeset viewer.