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

Commit a9d3761

Browse files
authored
Merge pull request #267 from wordpress-mobile/issue/remove_news_events
Removing News card events
2 parents 2030b20 + 226425d commit a9d3761

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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.9.1"
3+
s.version = "1.9.2-beta.1"
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
227227
WPAnalyticsStatMenusSavedMenu,
228228
WPAnalyticsStatMeTabAccessed,
229229
WPAnalyticsStatMySitesTabAccessed,
230-
WPAnalyticsStatNewsCardViewed,
231-
WPAnalyticsStatNewsCardDismissed,
232-
WPAnalyticsStatNewsCardRequestedExtendedInfo,
233230
WPAnalyticsStatNotificationsCommentApproved,
234231
WPAnalyticsStatNotificationsCommentFlaggedAsSpam,
235232
WPAnalyticsStatNotificationsCommentLiked,

0 commit comments

Comments
 (0)