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

Commit cc2fc16

Browse files
authored
Merge pull request #254 from wordpress-mobile/release/1.8.15
Release/1.8.15
2 parents 460a2c5 + 5ce73e2 commit cc2fc16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

WordPressShared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressShared"
3-
s.version = "1.8.14"
3+
s.version = "1.8.15"
44
s.summary = "Shared components used in building the WordPress iOS apps and other library components."
55

66
s.description = <<-DESC

WordPressShared/Core/Analytics/WPAnalytics.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
110110
WPAnalyticsStatEditorSessionStart,
111111
WPAnalyticsStatEditorSessionSwitchEditor,
112112
WPAnalyticsStatEditorSessionEnd,
113+
WPAnalyticsStatEditorSessionTemplateApply,
114+
WPAnalyticsStatEditorSessionTemplatePreview,
113115
WPAnalyticsStatEditorTappedItalic,
114116
WPAnalyticsStatEditorTappedLink,
115117
WPAnalyticsStatEditorTappedMore,
@@ -331,6 +333,9 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
331333
WPAnalyticsStatPostRevisionsDetailCancelled,
332334
WPAnalyticsStatPostRevisionsRevisionLoaded,
333335
WPAnalyticsStatPostRevisionsLoadUndone,
336+
WPAnalyticsStatPostSettingsShown,
337+
WPAnalyticsStatPostSettingsAddTagsShown,
338+
WPAnalyticsStatPostSettingsTagsAdded,
334339
WPAnalyticsStatPushAuthenticationApproved,
335340
WPAnalyticsStatPushAuthenticationExpired,
336341
WPAnalyticsStatPushAuthenticationFailed,

0 commit comments

Comments
 (0)