Changeset 1332306 for goolytics-simple-google-analytics
- Timestamp:
- 01/20/2016 07:56:50 PM (10 years ago)
- Location:
- goolytics-simple-google-analytics/trunk
- Files:
-
- 1 added
- 3 edited
-
goolytics.php (modified) (2 diffs)
-
inc/options.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
-
tmp-goolytics-simple-google-analytics-readme.pot (added)
Legend:
- Unmodified
- Added
- Removed
-
goolytics-simple-google-analytics/trunk/goolytics.php
r1291475 r1332306 2 2 /* 3 3 Plugin Name: Goolytics - Simple Google Analytics 4 Version: 1.0. 14 Version: 1.0.2 5 5 Plugin URI: http://www.schloebe.de/wordpress/goolytics-plugin/ 6 6 Description: A simple Google Analytics solution that works without slowing down your WordPress installation. 7 7 Author: Oliver Schlöbe 8 8 Author URI: http://www.schloebe.de/ 9 10 11 Copyright 2013-2015 Oliver Schlöbe (email : scripts@schloebe.de) 9 Text Domain: goolytics 10 Domain Path: /languages 11 12 13 Copyright 2013-2016 Oliver Schlöbe (email : scripts@schloebe.de) 12 14 13 15 This program is free software; you can redistribute it and/or modify … … 36 38 * Define the plugin version 37 39 */ 38 define("GOOLYTICSVERSION", "1.0. 1");40 define("GOOLYTICSVERSION", "1.0.2"); 39 41 40 42 /** -
goolytics-simple-google-analytics/trunk/inc/options.php
r822550 r1332306 1 1 <?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'); 3 3 require_once( trailingslashit(dirname(__FILE__)) . 'google-api-php-client/src/contrib/Google_AnalyticsService.php'); 4 4 … … 34 34 $authUrl = $client->createAuthUrl(); 35 35 print "<a class='login' href='$authUrl'>Connect Me!</a>"; 36 } 36 }*/ 37 37 ?> 38 38 … … 46 46 <div id="poststuff"> 47 47 <div class="postbox"> 48 <h3 style="cursor:default;"><?php _e('Settings', self::_NAMESPACE); ?></h3>49 48 <div class="inside"> 49 <h3><?php _e('Settings', self::_NAMESPACE); ?></h3> 50 50 <table class="form-table"> 51 51 … … 79 79 80 80 <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 »', 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 »', 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> 95 97 </div> 96 98 </div> 97 99 </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> 103 105 </div> 104 106 </div> -
goolytics-simple-google-analytics/trunk/readme.txt
r1291475 r1332306 46 46 == Changelog == 47 47 48 = 1.0.2 = 49 * Settings page visual improvements 50 48 51 = 1.0.1 = 49 52 * 'Redefining already defined constructor' bug that occured on several configurations
Note: See TracChangeset
for help on using the changeset viewer.