Changeset 683366
- Timestamp:
- 03/17/2013 07:31:48 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
r680923 r683366 5 5 Description: The hassle-free way to integrate any analytics service into your Wordpress site. 6 6 7 Version: 0.5. 07 Version: 0.5.1 8 8 License: GPLv2 9 9 … … 50 50 51 51 const SLUG = 'analytics'; 52 const VERSION = '0.5. 0';52 const VERSION = '0.5.1'; 53 53 54 54 private $option = 'analytics_wordpress_options'; … … 195 195 if (($user->user_level >= $settings['ignore_user_level'])) return false; 196 196 197 echo $settings['ignore_user_level'];198 199 197 // We've got a logged-in user. 200 198 // http://codex.wordpress.org/Function_Reference/wp_get_current_user -
segmentio/trunk/readme.txt
r680923 r683366 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 0.5. 06 Stable tag: 0.5.1 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.1 = 58 * Fixed a bug where the user permission level would be output. 59 57 60 = 0.5.0 = 58 61 * Added setting to ignore users by permission level (eg. Administrators).
Note: See TracChangeset
for help on using the changeset viewer.