Plugin Directory

Changeset 683366


Ignore:
Timestamp:
03/17/2013 07:31:48 PM (13 years ago)
Author:
segmentio
Message:

0.5.1

Location:
segmentio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • segmentio/trunk/analytics-wordpress.php

    r680923 r683366  
    55Description: The hassle-free way to integrate any analytics service into your Wordpress site.
    66
    7 Version: 0.5.0
     7Version: 0.5.1
    88License: GPLv2
    99
     
    5050
    5151  const SLUG    = 'analytics';
    52   const VERSION = '0.5.0';
     52  const VERSION = '0.5.1';
    5353
    5454  private $option   = 'analytics_wordpress_options';
     
    195195    if (($user->user_level >= $settings['ignore_user_level'])) return false;
    196196
    197     echo $settings['ignore_user_level'];
    198 
    199197    // We've got a logged-in user.
    200198    // http://codex.wordpress.org/Function_Reference/wp_get_current_user
  • segmentio/trunk/readme.txt

    r680923 r683366  
    44Requires at least: 3.4
    55Tested up to: 3.5.1
    6 Stable tag: 0.5.0
     6Stable tag: 0.5.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555== Changelog ==
    5656
     57= 0.5.1 =
     58* Fixed a bug where the user permission level would be output.
     59
    5760= 0.5.0 =
    5861* Added setting to ignore users by permission level (eg. Administrators).
Note: See TracChangeset for help on using the changeset viewer.