Plugin Directory

Changeset 670641


Ignore:
Timestamp:
02/20/2013 06:52:45 AM (13 years ago)
Author:
segmentio
Message:

0.4.1

Location:
segmentio/trunk
Files:
2 edited

Legend:

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

    r664509 r670641  
    55Description: The hassle-free way to integrate any analytics service into your Wordpress site.
    66
    7 Version: 0.4.0
     7Version: 0.4.1
    88License: GPLv2
    99
     
    5353
    5454    const SLUG    = 'analytics';
    55     const VERSION = '0.4.0';
     55    const VERSION = '0.4.1';
    5656
    5757    private $option   = 'analytics_wordpress_options';
  • segmentio/trunk/readme.txt

    r664509 r670641  
    44Requires at least: 3.4
    55Tested up to: 3.5.1
    6 Stable tag: 0.4.0
     6Stable tag: 0.4.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424== Installation ==
    2525
    26 1. Upload the `analytics-wordpress` folder to the `/wp-content/plugins/` directory.
    27 1. Activate the plugin on your Admin **Plugins** page in WordPress.
    28 1. Go to **Settings > Analytics** and enter your Segment.io API key.
    29 1. That's it! You can now turn on analytics services with the click of a button in the Segment.io interface.
     261. Go to the **Plugins > Add New*** page in your WordPress admin.
     271. Search for "Segment.io" and install **Analytics for WordPress — by Segment.io**.
     281. Click **Activate Plugin**.
     291. Go to **Settings > Analytics** and enter your Segment.io API key. (If you haven't signed up for Segment.io yet, now's the time!)
     301. That's it! You can now turn on any analytics service with the click of a button in the Segment.io interface.
    3031
    3132
Note: See TracChangeset for help on using the changeset viewer.