Skip to content

Commit

Permalink
Merge pull request #306 from wordpress-mobile/add/landing-in-the-edit…
Browse files Browse the repository at this point in the history
…or-analytics

Add land in the editor event to analytics
  • Loading branch information
mkevins authored Feb 1, 2022
2 parents c28fbc1 + e9eb312 commit 1061d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WordPressShared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressShared'
s.version = '1.17.0'
s.version = '1.17.1-beta.1'

s.summary = 'Shared components used in building the WordPress iOS apps and other library components.'
s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatInstallJetpackRemoteStartManualFlow,
WPAnalyticsStatInstallJetpackWebviewSelect,
WPAnalyticsStatInstallJetpackWebviewFailed,
WPAnalyticsStatLandingEditorShown,
WPAnalyticsStatLayoutPickerPreviewErrorShown,
WPAnalyticsStatLayoutPickerPreviewLoaded,
WPAnalyticsStatLayoutPickerPreviewLoading,
Expand Down

0 comments on commit 1061d74

Please sign in to comment.