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

Commit d5bad0f

Browse files
authored
Merge pull request #245 from wordpress-mobile/tracks_stats_widgets
Adding track for widget site change.
2 parents e595db8 + ab1c436 commit d5bad0f

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
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressShared"
3-
s.version = "1.8.12"
3+
s.version = "1.8.13-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
564564
WPAnalyticsStatTwoFactorSentSMS,
565565
WPAnalyticsStatShareExtensionError,
566566
WPAnalyticsStatSearchAdsAttribution,
567+
WPAnalyticsStatWidgetActiveSiteChanged,
567568
WPAnalyticsStatMaxValue,
568569
/// Logged when there are orphaned entities (e.g. has NULL blog values).
569570
///

0 commit comments

Comments
 (0)