Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
= 0.9.9.8 =
* Feature: Per post stats (shown at the edit post page)
* Feature: Track RSS views using a measurement pixel

git-svn-id: https://plugins.svn.wordpress.org/wp-piwik/trunk@831942 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
Braekling authored and Braekling committed Jan 2, 2014
1 parent ac4e637 commit 98d8ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: Braekling
Requires at least: 3.8
Tested up to: 3.8
Stable tag: 0.9.9.7
Stable tag: 0.9.9.8
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6046779
Tags: statistics, stats, analytics, piwik, wpmu

Expand Down
2 changes: 1 addition & 1 deletion update/90001.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
delete_site_option('wpmu-piwik_global-settings');
self::$settings->setGlobalOption('auto_site_config', true);
} else self::$settings->setGlobalOption('auto_site_config', false);
self::$settings->setGlobalOption('dashboard_seo' = false);
self::$settings->setGlobalOption('dashboard_seo', false);
self::$settings->setGlobalOption('stats_seo', false);
self::$settings->setGlobalOption('track_404', self::$settings->getOption('track_404'));
self::$settings->setGlobalOption('track_compress', false);
Expand Down

0 comments on commit 98d8ea7

Please sign in to comment.