Skip to content

Commit

Permalink
Merge pull request #254 from wordpress-mobile/release/1.8.15
Browse files Browse the repository at this point in the history
Release/1.8.15
  • Loading branch information
loremattei authored Mar 9, 2020
2 parents 460a2c5 + 5ce73e2 commit cc2fc16
Show file tree
Hide file tree
Showing 2 changed files with 6 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.8.14"
s.version = "1.8.15"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
5 changes: 5 additions & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatEditorSessionStart,
WPAnalyticsStatEditorSessionSwitchEditor,
WPAnalyticsStatEditorSessionEnd,
WPAnalyticsStatEditorSessionTemplateApply,
WPAnalyticsStatEditorSessionTemplatePreview,
WPAnalyticsStatEditorTappedItalic,
WPAnalyticsStatEditorTappedLink,
WPAnalyticsStatEditorTappedMore,
Expand Down Expand Up @@ -331,6 +333,9 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatPostRevisionsDetailCancelled,
WPAnalyticsStatPostRevisionsRevisionLoaded,
WPAnalyticsStatPostRevisionsLoadUndone,
WPAnalyticsStatPostSettingsShown,
WPAnalyticsStatPostSettingsAddTagsShown,
WPAnalyticsStatPostSettingsTagsAdded,
WPAnalyticsStatPushAuthenticationApproved,
WPAnalyticsStatPushAuthenticationExpired,
WPAnalyticsStatPushAuthenticationFailed,
Expand Down

0 comments on commit cc2fc16

Please sign in to comment.