Changeset 670641
- Timestamp:
- 02/20/2013 06:52:45 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
r664509 r670641 5 5 Description: The hassle-free way to integrate any analytics service into your Wordpress site. 6 6 7 Version: 0.4. 07 Version: 0.4.1 8 8 License: GPLv2 9 9 … … 53 53 54 54 const SLUG = 'analytics'; 55 const VERSION = '0.4. 0';55 const VERSION = '0.4.1'; 56 56 57 57 private $option = 'analytics_wordpress_options'; -
segmentio/trunk/readme.txt
r664509 r670641 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 0.4. 06 Stable tag: 0.4.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 == Installation == 25 25 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. 26 1. Go to the **Plugins > Add New*** page in your WordPress admin. 27 1. Search for "Segment.io" and install **Analytics for WordPress — by Segment.io**. 28 1. Click **Activate Plugin**. 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 31 32
Note: See TracChangeset
for help on using the changeset viewer.