From f55faa82973b933ec4a7285a41a37718b50b9695 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 5 Feb 2014 08:44:28 +1300 Subject: [PATCH] beta8 needed with bug fixes --- core/Version.php | 2 +- misc/log-analytics/import_logs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Version.php b/core/Version.php index b7cf24c5c2..a72e4d3b19 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,5 +21,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.0.4-b7'; + const VERSION = '2.0.4-b8'; } diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py index 29f5447a19..6a417acd8d 100755 --- a/misc/log-analytics/import_logs.py +++ b/misc/log-analytics/import_logs.py @@ -461,7 +461,7 @@ class Configuration(object): option_parser.add_option( '--replay-tracking', dest='replay_tracking', action='store_true', default=False, - help="Replay piwik.php requests found in custom logs (only piwik.php requests expected)" + help="Replay piwik.php requests found in custom logs (only piwik.php requests expected). \nSee http://piwik.org/faq/how-to/faq_17033/" ) option_parser.add_option( '--output', dest='output', -- GitLab