Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
ScoutHarris committed Jun 12, 2018
2 parents 2b314bd + ebb9672 commit 4ec2fe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
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.0.5"
s.version = "1.0.6"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
8 changes: 0 additions & 8 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatStockMediaAccessed,
WPAnalyticsStatStockMediaSearched,
WPAnalyticsStatStockMediaUploaded,
WPAnalyticsStatSupportOpenedHelpshiftScreen,
WPAnalyticsStatSupportReceivedResponseFromSupport,
WPAnalyticsStatSupportUserAcceptedTheSolution,
WPAnalyticsStatSupportUserRejectedTheSolution,
WPAnalyticsStatSupportUserSentScreenshot,
WPAnalyticsStatSupportUserReviewedTheApp,
WPAnalyticsStatSupportUserRepliedToHelpshift,
WPAnalyticsStatSupportHelpCenterUserSearched,
WPAnalyticsStatSupportHelpCenterViewed,
WPAnalyticsStatSupportNewRequestViewed,
Expand All @@ -383,8 +377,6 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatSupportTicketListViewFailed,
WPAnalyticsStatSupportTicketUserViewed,
WPAnalyticsStatSupportTicketViewFailed,
WPAnalyticsStatSupportTicketAttachmentUserDeleted,
WPAnalyticsStatSupportTicketAttachmentUserDeleteFailed,
WPAnalyticsStatThemesAccessedThemeBrowser,
WPAnalyticsStatThemesAccessedSearch,
WPAnalyticsStatThemesChangedTheme,
Expand Down

0 comments on commit 4ec2fe3

Please sign in to comment.