Plugin Directory


Ignore:
Timestamp:
01/20/2016 07:56:50 PM (10 years ago)
Author:
Alphawolf
Message:

Version 1.0.2 update:

  • Settings page visual improvements
Location:
goolytics-simple-google-analytics/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • goolytics-simple-google-analytics/trunk/goolytics.php

    r1291475 r1332306  
    22/*
    33Plugin Name: Goolytics - Simple Google Analytics
    4 Version: 1.0.1
     4Version: 1.0.2
    55Plugin URI: http://www.schloebe.de/wordpress/goolytics-plugin/
    66Description: A simple Google Analytics solution that works without slowing down your WordPress installation.
    77Author: Oliver Schlöbe
    88Author URI: http://www.schloebe.de/
    9 
    10 
    11 Copyright 2013-2015 Oliver Schlöbe (email : scripts@schloebe.de)
     9Text Domain: goolytics
     10Domain Path: /languages
     11
     12
     13Copyright 2013-2016 Oliver Schlöbe (email : scripts@schloebe.de)
    1214
    1315This program is free software; you can redistribute it and/or modify
     
    3638 * Define the plugin version
    3739 */
    38 define("GOOLYTICSVERSION", "1.0.1");
     40define("GOOLYTICSVERSION", "1.0.2");
    3941
    4042/**
  • goolytics-simple-google-analytics/trunk/inc/options.php

    r822550 r1332306  
    11<?php
    2 require_once( trailingslashit(dirname(__FILE__)) . 'google-api-php-client/src/Google_Client.php');
     2/*require_once( trailingslashit(dirname(__FILE__)) . 'google-api-php-client/src/Google_Client.php');
    33require_once( trailingslashit(dirname(__FILE__)) . 'google-api-php-client/src/contrib/Google_AnalyticsService.php');
    44
     
    3434    $authUrl = $client->createAuthUrl();
    3535    print "<a class='login' href='$authUrl'>Connect Me!</a>";
    36 }
     36}*/
    3737?>
    3838
     
    4646        <div id="poststuff">
    4747            <div class="postbox">
    48                 <h3 style="cursor:default;"><?php _e('Settings', self::_NAMESPACE); ?></h3>
    4948                <div class="inside">
     49                    <h3><?php _e('Settings', self::_NAMESPACE); ?></h3>
    5050                    <table class="form-table">
    5151                       
     
    7979           
    8080            <div id="ridwpa_plugins_box" class="postbox">
    81                 <h3 style="cursor:default;"><?php _e('More of my WordPress plugins', self::_NAMESPACE); ?></h3>
    82                 <table class="form-table">
    83                 <tr>
    84                     <td>
    85                         <?php _e('You may also be interested in some of my other plugins:', self::_NAMESPACE); ?>
    86                         <p id="authorplugins-wrap"><input id="authorplugins-start" value="<?php _e('Show other plugins by this author inline &raquo;', self::_NAMESPACE); ?>" class="button-secondary" type="button"></p>
    87                         <div id="authorplugins-wrap">
    88                             <div id='authorplugins'>
    89                                 <div class='authorplugins-holder full' id='authorplugins_secondary'>
    90                                     <div class='authorplugins-content'>
    91                                         <ul id="authorpluginsul">
    92                                            
    93                                         </ul>
    94                                         <div class="clear"></div>
     81                <div class="inside">
     82                    <h3><?php _e('More of my WordPress plugins', self::_NAMESPACE); ?></h3>
     83                    <table class="form-table">
     84                    <tr>
     85                        <td>
     86                            <?php _e('You may also be interested in some of my other plugins:', self::_NAMESPACE); ?>
     87                            <p id="authorplugins-wrap"><input id="authorplugins-start" value="<?php _e('Show other plugins by this author inline &raquo;', self::_NAMESPACE); ?>" class="button-secondary" type="button"></p>
     88                            <div id="authorplugins-wrap">
     89                                <div id='authorplugins'>
     90                                    <div class='authorplugins-holder full' id='authorplugins_secondary'>
     91                                        <div class='authorplugins-content'>
     92                                            <ul id="authorpluginsul">
     93                                               
     94                                            </ul>
     95                                            <div class="clear"></div>
     96                                        </div>
    9597                                    </div>
    9698                                </div>
    9799                            </div>
    98                         </div>
    99                         <?php _e('More plugins at: <a class="button rbutton" href="http://www.schloebe.de/portfolio/" target="_blank">www.schloebe.de</a>', self::_NAMESPACE); ?>
    100                     </td>
    101                 </tr>
    102                 </table>
     100                            <?php _e('More plugins at: <a class="button rbutton" href="http://www.schloebe.de/portfolio/" target="_blank">www.schloebe.de</a>', self::_NAMESPACE); ?>
     101                        </td>
     102                    </tr>
     103                    </table>
     104                </div>
    103105            </div>
    104106        </div>
  • goolytics-simple-google-analytics/trunk/readme.txt

    r1291475 r1332306  
    4646== Changelog ==
    4747
     48= 1.0.2 =
     49* Settings page visual improvements
     50
    4851= 1.0.1 =
    4952* 'Redefining already defined constructor' bug that occured on several configurations
Note: See TracChangeset for help on using the changeset viewer.