Plugin Directory

Changeset 715796


Ignore:
Timestamp:
05/20/2013 11:08:43 PM (13 years ago)
Author:
segmentio
Message:

0.5.5

Location:
segmentio/trunk
Files:
2 edited

Legend:

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

    r715795 r715796  
    55Description: The hassle-free way to integrate any analytics service into your Wordpress site.
    66
    7 Version: 0.5.4
     7Version: 0.5.5
    88License: GPLv2
    99
     
    6262
    6363  const SLUG    = 'analytics';
    64   const VERSION = '0.5.4';
     64  const VERSION = '0.5.5';
    6565
    6666  private $option   = 'analytics_wordpress_options';
     
    286286      }
    287287    }
    288     // We don't have a user.
    289     else return false;
    290288
    291289    // Archives
  • segmentio/trunk/readme.txt

    r715795 r715796  
    44Requires at least: 3.4
    55Tested up to: 3.5.1
    6 Stable tag: 0.5.4
     6Stable tag: 0.5.5
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555== Changelog ==
    5656
    57 = 0.5.4 =
     57= 0.5.5 =
    5858* Fixed a bug where admins weren't being properly ignored.
    5959
Note: See TracChangeset for help on using the changeset viewer.