diff --git a/WordPressShared.podspec b/WordPressShared.podspec index 082dff6..7c7d5f7 100644 --- a/WordPressShared.podspec +++ b/WordPressShared.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressShared" - s.version = "1.1.1" + s.version = "1.2.0-beta.2" s.summary = "Shared components used in building the WordPress iOS apps and other library components." s.description = <<-DESC diff --git a/WordPressShared/Core/Analytics/WPAnalytics.h b/WordPressShared/Core/Analytics/WPAnalytics.h index a28edd3..564fd52 100644 --- a/WordPressShared/Core/Analytics/WPAnalytics.h +++ b/WordPressShared/Core/Analytics/WPAnalytics.h @@ -267,6 +267,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) { WPAnalyticsStatPushAuthenticationIgnored, WPAnalyticsStatPushNotificationAlertPressed, WPAnalyticsStatPushNotificationReceived, + WPAnalyticsStatPushNotificationQuickActionCompleted, WPAnalyticsStatPushNotificationPrimerSeen, WPAnalyticsStatPushNotificationPrimerAllowTapped, WPAnalyticsStatPushNotificationPrimerNoTapped, @@ -276,6 +277,16 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) { WPAnalyticsStatPushNotificationOSAlertShown, WPAnalyticsStatPushNotificationOSAlertAllowed, WPAnalyticsStatPushNotificationOSAlertDenied, + WPAnalyticsStatQuickStartAllToursCompleted, + WPAnalyticsStatQuickStartChecklistItemTapped, + WPAnalyticsStatQuickStartChecklistSkippedAll, + WPAnalyticsStatQuickStartChecklistViewed, + WPAnalyticsStatQuickStartCongratulationsViewed, + WPAnalyticsStatQuickStartRequestAlertButtonTapped, + WPAnalyticsStatQuickStartRequestAlertViewed, + WPAnalyticsStatQuickStartSuggestionButtonTapped, + WPAnalyticsStatQuickStartSuggestionViewed, + WPAnalyticsStatQuickStartTourCompleted, WPAnalyticsStatReaderAccessed, WPAnalyticsStatReaderArticleCommentedOn, WPAnalyticsStatReaderArticleCommentLiked,