Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 1061d74

Browse files
authored
Merge pull request #306 from wordpress-mobile/add/landing-in-the-editor-analytics
Add land in the editor event to analytics
2 parents c28fbc1 + e9eb312 commit 1061d74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WordPressShared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressShared'
5-
s.version = '1.17.0'
5+
s.version = '1.17.1-beta.1'
66

77
s.summary = 'Shared components used in building the WordPress iOS apps and other library components.'
88
s.description = <<-DESC

WordPressShared/Core/Analytics/WPAnalytics.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
172172
WPAnalyticsStatInstallJetpackRemoteStartManualFlow,
173173
WPAnalyticsStatInstallJetpackWebviewSelect,
174174
WPAnalyticsStatInstallJetpackWebviewFailed,
175+
WPAnalyticsStatLandingEditorShown,
175176
WPAnalyticsStatLayoutPickerPreviewErrorShown,
176177
WPAnalyticsStatLayoutPickerPreviewLoaded,
177178
WPAnalyticsStatLayoutPickerPreviewLoading,

0 commit comments

Comments
 (0)