Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nheagy committed Oct 19, 2018
2 parents c44933d + bc6bb80 commit 8b67182
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WordPressShared.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatPushAuthenticationIgnored,
WPAnalyticsStatPushNotificationAlertPressed,
WPAnalyticsStatPushNotificationReceived,
WPAnalyticsStatPushNotificationQuickActionCompleted,
WPAnalyticsStatPushNotificationPrimerSeen,
WPAnalyticsStatPushNotificationPrimerAllowTapped,
WPAnalyticsStatPushNotificationPrimerNoTapped,
Expand All @@ -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,
Expand Down

0 comments on commit 8b67182

Please sign in to comment.