Changeset 715796
- Timestamp:
- 05/20/2013 11:08:43 PM (13 years ago)
- Location:
- segmentio/trunk
- Files:
-
- 2 edited
-
analytics-wordpress.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
segmentio/trunk/analytics-wordpress.php
r715795 r715796 5 5 Description: The hassle-free way to integrate any analytics service into your Wordpress site. 6 6 7 Version: 0.5. 47 Version: 0.5.5 8 8 License: GPLv2 9 9 … … 62 62 63 63 const SLUG = 'analytics'; 64 const VERSION = '0.5. 4';64 const VERSION = '0.5.5'; 65 65 66 66 private $option = 'analytics_wordpress_options'; … … 286 286 } 287 287 } 288 // We don't have a user.289 else return false;290 288 291 289 // Archives -
segmentio/trunk/readme.txt
r715795 r715796 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 0.5. 46 Stable tag: 0.5.5 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == Changelog == 56 56 57 = 0.5. 4=57 = 0.5.5 = 58 58 * Fixed a bug where admins weren't being properly ignored. 59 59
Note: See TracChangeset
for help on using the changeset viewer.