Plugin Directory

Changeset 921821


Ignore:
Timestamp:
05/27/2014 06:49:36 PM (12 years ago)
Author:
audriusd
Message:

Google Universal Analytics 2.3.2

Location:
google-universal-analytics
Files:
35 added
4 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • google-universal-analytics/trunk/classic/classic-analytics.php

    r919368 r921821  
    11<div class="wrap">
    2   <h2>Google Classic Analytics<em> (ga.js)</em></h2>
     2  <h2><?php echo __('Google Classic Analytics', 'gua'); ?><em> <?php echo __('(ga.js)', 'gua'); ?></em></h2>
    33  <br />
    4   <em>This is an older version of Google Analytics. Use this version only if you have not upgraded to Universal Analytics yet or want to use both trackers (which is totally fine!).</em> <br />
     4  <em><?php echo __('This is an older version of Google Analytics. Use this version only if you have not upgraded to Universal Analytics yet or want to use both trackers (which is totally fine!).', 'gua'); ?></em> <br />
    55  <br />
    66  <div class="col-lg-6 row">
     
    88    <?php settings_fields('google-universal-settings-classic'); ?>
    99      <div class="form-group">
    10         <label for="web_property_id" class="col-sm-3 control-label">Status</label>
    11         <div class="col-sm-9">
     10        <label for="web_property_id" class="col-sm-4 control-label"><?php echo __('Status', 'gua'); ?></label>
     11        <div class="col-sm-8">
    1212          <input id="classic_plugin_switch" type="checkbox" name="classic_plugin_switch" <?php if(get_option('classic_plugin_switch')=='on'): ?> checked="checked" <?php endif; ?>>
    1313        </div>
    1414      </div>
    1515      <div class="form-group">
    16         <label for="classic_web_property_id" class="col-sm-3 control-label">Tracking ID</label>
    17         <div class="col-sm-9">
     16        <label for="classic_web_property_id" class="col-sm-4 control-label"><?php echo __('Tracking ID', 'gua'); ?></label>
     17        <div class="col-sm-8">
    1818          <input type="text" class="form-control" name="classic_web_property_id" id="classic_web_property_id" placeholder="Tracking code example: UA-­23710779-­7" value="<?php echo get_option('classic_property_id'); ?>">
    19           <span class="error hide"><strong>Error! </strong> match your code with this forma: UA-41335660-1</span> </div>
     19          <span class="error hide"><strong><?php echo __('Error!', 'gua'); ?> </strong> <?php echo __('match your code with this forma: UA-41335660-1', 'gua'); ?></span> </div>
    2020      </div>
    2121      <div class="form-group">
    22         <div class="col-sm-offset-3 col-sm-9">
     22        <div class="col-sm-offset-4 col-sm-8">
    2323          <div class="checkbox">
    2424            <label>
    2525              <input type="checkbox" name="classic_in_footer" id="classic_in_footer" <?php if(get_option('classic_in_footer')=='on'): ?> checked="checked" <?php endif; ?>>
    26               Place code in footer </label>
     26              <?php echo __('Place code in footer', 'gua'); ?> </label>
    2727          </div>
    2828        </div>
    2929      </div>
    3030      <div class="form-group">
    31         <div class="col-sm-offset-3 col-sm-9">
     31        <div class="col-sm-offset-4 col-sm-8">
    3232          <?php global $wp_roles;
    3333
     
    3636            <label>
    3737              <input type="checkbox" name="classic_tracking_off_for_role" id="classic_tracking_off_for_role" <?php if(get_option('classic_tracking_off_for_role')=='on'): ?> checked="checked" <?php endif; ?>>
    38               Disable Tracking For
     38              <?php echo __('Disable Tracking For', 'gua'); ?>
    3939              <select id="classic_tracking_off_for_this_role">
    4040                <?php foreach($roles as $role) { ?>
     
    4747      </div>
    4848      <div class="form-group">
    49         <div class="col-sm-offset-3 col-sm-9">
     49        <div class="col-sm-offset-4 col-sm-8">
    5050          <input type="hidden" id="ajax_url" name="ajax_url" value="<?php echo admin_url('admin-ajax.php'); ?>" />
    5151          <input type="submit" class="button-primary" value="<?php _e('Save Changes'); ?>" />
    5252          <!--<button type="button" class="button button-primary" id="save-classic-settings">Save Changes</button>-->
    53           <span class="alert alert-success hide"><strong>Options Saved</strong></span> </div>
     53          </div>
    5454      </div>
    5555    </form>
    5656  </div>
    5757  <div class="clearfix"></div>
    58   <div class="row col-lg-6">Have a question? Drop us a question at <a href="http://onlineads.lt/?utm_source=WordPress&utm_medium=Google%20Universal%20Analytics%202.3.1&utm_content=Google%20Classic%20Analytics&utm_campaign=WordPress%20plugins" title="Google Universal Analytics">OnlineAds.lt</a> </div>
     58  <div class="row col-lg-6"><?php echo __('Have a question? Drop us a question at', 'gua'); ?> <a href="http://onlineads.lt/?utm_source=WordPress&utm_medium=Google%20Universal%20Analytics%202.3.2&utm_content=Google%20Classic%20Analytics&utm_campaign=WordPress%20plugins" title="Google Universal Analytics">OnlineAds.lt</a> </div>
    5959</div>
    6060</br>
  • google-universal-analytics/trunk/classic/custom-analytics.php

    r919368 r921821  
    11<div class="wrap">
    2   <h2>Custom Google Analytics</h2>
     2  <h2><?php echo __('Custom Google Analytics', 'gua'); ?></h2>
    33  <br />
    4   <em>This is a place to customize your tracking code. </em> <br />
     4  <em><?php echo __('This is a place to customize your tracking code.', 'gua'); ?> </em> <br />
    55  <br />
    66  <div class="col-lg-6 row">
     
    88    <?php settings_fields('google-universal-settings-custom'); ?>
    99      <div class="form-group">
    10         <label for="web_property_id" class="col-sm-3 control-label">Status</label>
    11         <div class="col-sm-9">
     10        <label for="web_property_id" class="col-sm-4 control-label"><?php echo __('Status', 'gua'); ?></label>
     11        <div class="col-sm-8">
    1212          <input id="custom_plugin_switch" type="checkbox" name="custom_plugin_switch" <?php if(get_option('custom_plugin_switch')=='on'): ?> checked="checked" <?php endif; ?>>
    1313        </div>
    1414      </div>
    1515      <div class="form-group">
    16         <label for="web_property_id" class="col-sm-3 control-label">Tracking Code</label>
    17         <div class="col-sm-9">
     16        <label for="web_property_id" class="col-sm-4 control-label"><?php echo __('Tracking Code', 'gua'); ?></label>
     17        <div class="col-sm-8">
    1818          <textarea class="form-control" name="custom_web_property_id" id="custom_web_property_id" rows="6" placeholder="Past your custom google tracking code here"><?php echo get_option('custom_web_property_id'); ?></textarea>
    1919        </div>
    2020      </div>
    2121      <div class="form-group">
    22         <div class="col-sm-offset-3 col-sm-9">
     22        <div class="col-sm-offset-4 col-sm-8">
    2323          <div class="checkbox">
    2424            <label>
    2525              <input type="checkbox" name="custom_in_footer" id="custom_in_footer" <?php if(get_option('custom_in_footer')=='on'): ?> checked="checked" <?php endif; ?>>
    26               Place code in footer </label>
     26              <?php echo __('Place code in footer', 'gua'); ?> </label>
    2727          </div>
    2828        </div>
    2929      </div>
    3030      <div class="form-group">
    31         <div class="col-sm-offset-3 col-sm-9">
     31        <div class="col-sm-offset-4 col-sm-8">
    3232          <?php global $wp_roles;
    3333
     
    3636            <label>
    3737              <input type="checkbox" name="custom_tracking_off_for_role" id="custom_tracking_off_for_role" <?php if(get_option('custom_tracking_off_for_role')=='on'): ?> checked="checked" <?php endif; ?>>
    38               Disable Tracking For
     38              <?php echo __('Disable Tracking For', 'gua'); ?>
    3939              <select id="custom_tracking_off_for_this_role">
    4040                <?php foreach($roles as $role) { ?>
     
    4747      </div>
    4848      <div class="form-group">
    49         <div class="col-sm-offset-3 col-sm-9">
     49        <div class="col-sm-offset-4 col-sm-8">
    5050          <input type="hidden" id="ajax_url" name="ajax_url" value="<?php echo admin_url('admin-ajax.php'); ?>" />
    5151          <input type="submit" class="button-primary" value="<?php _e('Save Changes'); ?>" />
    5252          <!--<button type="button" class="button button-primary" id="save-custom-settings">Save Changes</button>-->
    53           <span class="alert alert-success hide"><strong>Options Saved</strong></span> </div>
     53          </div>
    5454      </div>
    5555    </form>
    5656  </div>
    5757  <div class="clearfix"></div>
    58   <div class="row col-lg-6">Have a question? Drop us a question at <a href="http://onlineads.lt/?utm_source=WordPress&utm_medium=Google%20Universal%20Analytics%202.3.1&utm_content=Google%20Custom%20Analytics&utm_campaign=WordPress%20plugins">OnlineAds.lt</a> </div>
     58  <div class="row col-lg-6"><?php echo __('Have a question? Drop us a question at', 'gua'); ?> <a href="http://onlineads.lt/?utm_source=WordPress&utm_medium=Google%20Universal%20Analytics%202.3.2&utm_content=Google%20Custom%20Analytics&utm_campaign=WordPress%20plugins">OnlineAds.lt</a> </div>
    5959</div>
    6060</br>
  • google-universal-analytics/trunk/googleanalytics.php

    r919368 r921821  
    66Plugin URI: http://wordpress.org/extend/plugins/google-universal-analytics/
    77Description: Adds <a href="http://www.google.com/analytics/">Google Analytics</a> tracking code on all pages.
    8 Version: 2.3.1
     8Version: 2.3.2
    99Author: Audrius Dobilinskas
    1010Author URI: http://onlineads.lt/
     
    2828      define('WP_PLUGIN_DIR', WP_CONTENT_DIR.'/plugins');
    2929
     30add_action( 'plugins_loaded', 'myplugin_load_textdomain' );
     31/**
     32 * Load plugin textdomain.
     33 *
     34 * @since 1.0.0
     35 */
     36function myplugin_load_textdomain() {
     37  load_plugin_textdomain( 'gua', false, dirname( plugin_basename( __FILE__ ) ) . '/langs' );
     38}
    3039
    3140register_deactivation_hook(__FILE__, 'deactive_google_universal_analytics');
     
    4251    register_setting('google-universal-settings','enable_display');
    4352    register_setting('google-universal-settings','anonymize_ip');
    44     register_setting('google-universal-settings','woo_tracking');
    4553    register_setting('google-universal-settings','set_domain');
    4654    register_setting('google-universal-settings','set_domain_domain');
     
    7179   
    7280   
    73     $woo_code_path  =   get_template_directory().'/woo_code.php';
    74     if(!file_exists($woo_code_path)){
    75         copy(plugin_dir_path( __FILE__ ).'woo_code.php', $woo_code_path);
    76     }
     81   
    7782}
    7883function deactive_google_universal_analytics() {
     
    8388  delete_option('enable_display');
    8489  delete_option('anonymize_ip');
    85   delete_option('woo_tracking');
    8690  delete_option('set_domain');
    8791  delete_option('set_domain_domain');
     
    106110  delete_option('custom_tracking_off_for_this_role');
    107111
    108 //delete woo code file
    109     $woo_code_path  =   get_template_directory().'/woo_code.php';
    110     if(file_exists($woo_code_path)){
    111         unlink($woo_code_path);
    112     }
    113     $var1   =   'require "woo_code.php";';
    114     $get_func_file_path =   get_template_directory().'/functions.php';
    115     $contents = file_get_contents($get_func_file_path);
    116     $contents = str_replace($var1, '', $contents);
    117     file_put_contents($get_func_file_path, $contents);
     112
    118113}
    119114
     
    128123 
    129124
    130   $settings_page    =   add_menu_page( 'Google Universal Analytics', 'Google Universal Analytics', 'manage_options', 'google_universal_analytics', 'options_page_google_universal_analytics' );
     125  $settings_page    =   add_menu_page( __('Google Universal Analytics', 'gua'), __('Google Universal Analytics', 'gua'), 'manage_options', 'google_universal_analytics', 'options_page_google_universal_analytics' );
    131126
    132127  add_submenu_page('google_universal_analytics','','','manage_options','google_universal_analytics','options_page_google_universal_analytics');
    133128
    134  $settings_page1    =    add_submenu_page( 'google_universal_analytics', 'Universal Analytics', 'Universal Analytics', 'manage_options', 'google_universal_analytics', 'options_page_google_universal_analytics' );
    135 
    136  $classic_page  =    add_submenu_page( 'google_universal_analytics', 'Classic Analytics', 'Classic Analytics', 'manage_options', 'classic_analytics', 'classic_analytics_page_google_universal_analytics' );
     129 $settings_page1    =    add_submenu_page( 'google_universal_analytics', __('Universal Analytics', 'gua'), __('Universal Analytics', 'gua'), 'manage_options', 'google_universal_analytics', 'options_page_google_universal_analytics' );
     130
     131 $classic_page  =    add_submenu_page( 'google_universal_analytics', __('Classic Analytics', 'gua'), __('Classic Analytics', 'gua'), 'manage_options', 'classic_analytics', 'classic_analytics_page_google_universal_analytics' );
    137132
    138133 
    139134
    140  $cutom_page    =    add_submenu_page( 'google_universal_analytics', 'Custom Tracker', 'Custom Tracker', 'manage_options', 'custom_analytics', 'custom_analytics_page_google_universal_analytics' );
     135 $cutom_page    =    add_submenu_page( 'google_universal_analytics', __('Custom Tracker', 'gua'), __('Custom Tracker', 'gua'), 'manage_options', 'custom_analytics', 'custom_analytics_page_google_universal_analytics' );
    141136
    142137 
     
    449444
    450445    }
    451 
    452 
    453 
    454 }
    455 //adding woo tracking
    456 
    457 //$var1 =   'require "woo_code.php";';
    458 
    459 $var1   =   'function ia_wc_ga_integration( $order_id ) {
    460     $order = new WC_Order( $order_id ); ?>
    461    
    462     <script type="text/javascript">
    463     ga("require", "ecommerce", "ecommerce.js"); // Load The Ecommerce Tracking Plugin
    464        
    465         // Transaction Details
    466         ga("ecommerce:addTransaction", {
    467             "id": "<?php echo $order_id;?>",
    468             "affiliation": "<?php echo get_option( "blogname" );?>",
    469             "revenue": "<?php echo $order->get_total();?>",
    470             "shipping": "<?php echo $order->get_total_shipping();?>",
    471             "tax": "<?php echo $order->get_total_tax();?>",
    472             "currency": "<?php echo get_woocommerce_currency();?>"
    473         });
    474 
    475    
    476     <?php
    477         //Item Details
    478     if ( sizeof( $order->get_items() ) > 0 ) {
    479         foreach( $order->get_items() as $item ) {
    480             $product_cats = get_the_terms( $item["product_id"], "product_cat" );
    481                 if ($product_cats) {
    482                     $cat = $product_cats[0];
    483                 } ?>
    484             ga("ecommerce:addItem", {
    485                 "id": "<?php echo $order_id;?>",
    486                 "name": "<?php echo $item["name"];?>",
    487                 "sku": "<?php echo get_post_meta($item["product_id"], "_sku", true);?>",
    488                 "category": "<?php echo $cat->name;?>",
    489                 "price": "<?php echo $item["line_subtotal"];?>",
    490                 "quantity": "<?php echo $item["qty"];?>",
    491                 "currency": "<?php echo get_woocommerce_currency();?>"
    492             });
    493     <?php
    494         }   
    495     } ?>
    496         ga("ecommerce:send");
    497         </script>
    498 <?php }
    499 add_action( "woocommerce_thankyou", "ia_wc_ga_integration" );';
    500 
    501 $get_func_file_path =   get_template_directory().'/functions.php';
    502 if(get_option('woo_tracking')=='on'){
    503     if(strpos(file_get_contents($get_func_file_path),$var1) !== false){
    504     }else{
    505     $data = sprintf("%s\n", $var1);
    506     file_put_contents($get_func_file_path, $data, FILE_APPEND);
    507     }
    508 }elseif(get_option('woo_tracking')=='off'){
    509         $contents = file_get_contents($get_func_file_path);
    510         $contents = str_replace($var1, '', $contents);
    511         file_put_contents($get_func_file_path, $contents);
    512 }
    513 
     446}
  • google-universal-analytics/trunk/options.php

    r919368 r921821  
    11<div class="wrap">
    2   <h2>Google Universal Analytics</h2>
     2  <h2><?php echo __('Google Universal Analytics', 'gua'); ?></h2>
    33  <br />
    44  <div class="col-lg-6 row">
     
    66    <?php settings_fields('google-universal-settings'); ?>
    77      <div class="form-group">
    8         <label for="web_property_id" class="col-sm-3 control-label">Status</label>
    9         <div class="col-sm-9">
     8        <label for="web_property_id" class="col-sm-4 control-label"><?php echo __('Status', 'gua'); ?></label>
     9        <div class="col-sm-8">
    1010          <input id="plugin_switch" type="checkbox" name="plugin_switch" <?php if(get_option('plugin_switch')=='on'): ?> checked="checked" <?php endif; ?>>
    1111        </div>
    1212      </div>
    1313      <div class="form-group">
    14         <label for="web_property_id" class="col-sm-3 control-label">Tracking ID</label>
    15         <div class="col-sm-9">
     14        <label for="web_property_id" class="col-sm-4 control-label"><?php echo __('Tracking ID', 'gua'); ?></label>
     15        <div class="col-sm-8">
    1616          <input type="text" class="form-control" name="web_property_id" id="web_property_id" placeholder="Tracking code example: UA-­23710711-­7" value="<?php echo get_option('web_property_id'); ?>">
    17           <span class="error hide" id="code-error"><strong>Error! </strong> match your code with this format: UA-41115660-1</span> </div>
     17          <span class="error hide" id="code-error"><strong><?php echo __('Error!', 'gua'); ?> </strong><?php echo __('match your code with this format: UA-41115660-1', 'gua'); ?> </span> </div>
    1818      </div>
    1919      <div class="form-group">
    20         <label for="web_property_id" class="col-sm-3 control-label"></label>
    21         <div class="col-sm-9"> <i>Advanced settings:</i> </div>
     20        <label for="web_property_id" class="col-sm-4 control-label"></label>
     21        <div class="col-sm-8"> <i><?php echo __('Advanced settings:', 'gua'); ?></i> </div>
    2222      </div>
    2323      <div class="form-group">
    24         <div class="col-sm-offset-3 col-sm-9">
     24        <div class="col-sm-offset-4 col-sm-8">
    2525          <div class="checkbox">
    2626            <label>
    2727              <input type="checkbox" name="in_footer" id="in_footer" <?php if(get_option('in_footer')=='on'): ?> checked="checked" <?php endif; ?>>
    28               Place code in footer </label>
     28              <?php echo __('Place code in footer', 'gua'); ?> </label>
    2929          </div>
    3030        </div>
    3131      </div>
    3232      <div class="form-group">
    33         <div class="col-sm-offset-3 col-sm-9">
     33        <div class="col-sm-offset-4 col-sm-8">
    3434          <div class="checkbox">
    3535            <label>
    3636              <input type="checkbox" name="track_links" id="track_links" <?php if(get_option('track_links')=='on'): ?> checked="checked" <?php endif; ?>>
    37               Track events (Downloads, Mailto & Outbound URLs) </label>
     37              <?php echo __('Track events (Downloads, Mailto & Outbound URLs)', 'gua'); ?> </label>
    3838          </div>
    3939        </div>
    4040      </div>
    4141      <div class="form-group">
    42         <div class="col-sm-offset-3 col-sm-9">
     42        <div class="col-sm-offset-4 col-sm-8">
    4343          <div class="checkbox">
    4444            <label>
    4545              <input type="checkbox" name="enable_display" id="enable_display" <?php if(get_option('enable_display')=='on'): ?> checked="checked" <?php endif; ?>>
    46               Enable Display Advertising </label>
     46              <?php echo __('Enable Display Advertising', 'gua'); ?> </label>
    4747          </div>
    4848        </div>
    4949      </div>
    5050      <div class="form-group">
    51         <div class="col-sm-offset-3 col-sm-9">
     51        <div class="col-sm-offset-4 col-sm-8">
    5252          <div class="checkbox">
    5353            <label>
    5454              <input type="checkbox" name="anonymize_ip" id="anonymize_ip" <?php if(get_option('anonymize_ip')=='on'): ?> checked="checked" <?php endif; ?>>
    55               Anonymize IP </label>
     55              <?php echo __('Anonymize IP', 'gua'); ?> </label>
    5656          </div>
    5757        </div>
    5858      </div>
    5959      <div class="form-group">
    60         <div class="col-sm-offset-3 col-sm-9">
     60        <div class="col-sm-offset-4 col-sm-8">
    6161          <div class="checkbox">
    6262            <label>
    63               <input type="checkbox" name="woo_tracking" id="woo_tracking" <?php if(get_option('woo_tracking')=='on'): ?> checked="checked" <?php endif; ?>>
    64               Enable Woocommerce e-commerce tracking <span style="color:green;">New!</span> </label>
     63              <input type="checkbox" name="set_domain" id="set_domain" <?php if(get_option('set_domain')=='on'): ?> checked="checked" <?php endif; ?>>
     64              <?php echo __('Set Domain', 'gua'); ?> <span style="color:green;">New!</span> <input type="" name="set_domain_domain" id="set_domain_domain" placeholder="nexsuad.com" <?php if(get_option('set_domain')=='on'): ?> value="<?php echo get_option('set_domain_domain'); ?>" <?php endif; ?>  /></label>
    6565          </div>
    6666        </div>
    6767      </div>
    6868      <div class="form-group">
    69         <div class="col-sm-offset-3 col-sm-9">
    70           <div class="checkbox">
    71             <label>
    72               <input type="checkbox" name="set_domain" id="set_domain" <?php if(get_option('set_domain')=='on'): ?> checked="checked" <?php endif; ?>>
    73               Set Domain <span style="color:green;">New!</span> <input type="" name="set_domain_domain" id="set_domain_domain" placeholder="nexsuad.com" <?php if(get_option('set_domain')=='on'): ?> value="<?php echo get_option('set_domain_domain'); ?>" <?php endif; ?>  /></label>
    74           </div>
    75         </div>
    76       </div>
    77       <div class="form-group">
    78         <div class="col-sm-offset-3 col-sm-9">
     69        <div class="col-sm-offset-4 col-sm-8">
    7970          <?php global $wp_roles;
    8071
     
    8374            <label>
    8475              <input type="checkbox" name="tracking_off_for_role" id="tracking_off_for_role" <?php if(get_option('tracking_off_for_role')=='on'): ?> checked="checked" <?php endif; ?>>
    85               Disable Tracking For
     76              <?php echo __('Disable Tracking For', 'gua'); ?>
    8677              <select id="tracking_off_for_this_role">
    8778                <?php foreach($roles as $role) { ?>
     
    9485      </div>
    9586      <div class="form-group">
    96         <div class="col-sm-offset-3 col-sm-9">
     87        <div class="col-sm-offset-4 col-sm-8">
    9788          <input type="submit" class="button-primary" value="<?php _e('Save Changes'); ?>" />
    9889          <!--<button type="button" class="button button-primary" id="save-gua-settings">Save Changes</button>-->
    99           <span class="alert alert-success hide"><strong>Options Saved</strong></span> </div>
     90          </div>
    10091      </div>
    10192    </form>
    10293  </div>
    10394  <div class="clearfix"></div>
    104   <div class="row col-lg-6">Have a question? Drop us a question at <a href="http://onlineads.lt/?utm_source=WordPress&utm_medium=Google%20Universal%20Analytics%202.3.1&utm_content=Google%20Universal%20Analytics&utm_campaign=WordPress%20plugins" title="Google Universal Analytics">OnlineAds.lt</a> </div>
     95  <div class="row col-lg-6"><?php echo __('Have a question? Drop us a question at', 'gua'); ?> <a href="http://onlineads.lt/?utm_source=WordPress&utm_medium=Google%20Universal%20Analytics%202.3.2&utm_content=Google%20Universal%20Analytics&utm_campaign=WordPress%20plugins" title="Google Universal Analytics">OnlineAds.lt</a> </div>
    10596</div>
    10697</br>
  • google-universal-analytics/trunk/readme.txt

    r919368 r921821  
    55Requires at least: 3.0
    66Tested up to: 3.9.1
    7 Stable tag: 2.3.1
     7Stable tag: 2.3.2
    88License: GPLv2 or later
    99
    10 Adds the latest Google Universal Analytics JavaScript tracking code to your WordPress website. Now supports WooCommerce!
     10Adds the latest Google Universal Analytics JavaScript tracking code to your WordPress website. Many options!
    1111
    1212== Description ==
     
    6363== Changelog ==
    6464
     65= 2.3.2 =
     66* Google Universal Analytics plugin now supports Lithuanian and Spanish languages!
     67* Due to compatibility issues WooCommerce tracking has been removed.
     68
    6569= 2.3.1 =
    6670* Now it is possible to set domain manually.
     
    111115== Upgrade Notice ==
    112116
     117= 2.3.2 =
     118* Spanish and Lithuanian language support
     119
    113120= 2.3.1 =
    114121* New feature: set domain manually
Note: See TracChangeset for help on using the changeset viewer.