Changeset 670644
- Timestamp:
- 02/20/2013 06:59:04 AM (13 years ago)
- Location:
- segmentio/trunk
- Files:
-
- 2 edited
-
analytics-wordpress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
segmentio/trunk/analytics-wordpress.php
r670641 r670644 5 5 Description: The hassle-free way to integrate any analytics service into your Wordpress site. 6 6 7 Version: 0.4. 17 Version: 0.4.2 8 8 License: GPLv2 9 9 … … 53 53 54 54 const SLUG = 'analytics'; 55 const VERSION = '0.4. 1';55 const VERSION = '0.4.2'; 56 56 57 57 private $option = 'analytics_wordpress_options'; -
segmentio/trunk/readme.txt
r670641 r670644 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 0.4. 16 Stable tag: 0.4.2 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 == Installation == 25 25 26 1. Go to the **Plugins > Add New** *page in your WordPress admin.26 1. Go to the **Plugins > Add New** page in your WordPress admin. 27 27 1. Search for "Segment.io" and install **Analytics for WordPress — by Segment.io**. 28 28 1. Click **Activate Plugin**. 29 29 1. 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!) 30 1. That's it! You can now turn on any analytics service with the click of a button in the Segment.io interface. 30 31 That's it! You can now turn on any analytics service with the click of a button in the Segment.io interface. 31 32 32 33
Note: See TracChangeset
for help on using the changeset viewer.