Skip to content

Commit

Permalink
Merge pull request #252 from wordpress-mobile/release/1.8.14
Browse files Browse the repository at this point in the history
Release/1.8.14
  • Loading branch information
Emily Laguna authored Feb 26, 2020
2 parents 8a61687 + 4b41cbd commit 460a2c5
Show file tree
Hide file tree
Showing 2 changed files with 4 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.13"
s.version = "1.8.14"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,9 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatShareExtensionError,
WPAnalyticsStatSearchAdsAttribution,
WPAnalyticsStatWidgetActiveSiteChanged,
WPAnalyticsStatWelcomeNoSitesInterstitialShown,
WPAnalyticsStatWelcomeNoSitesInterstitialButtonTapped,
WPAnalyticsStatWelcomeNoSitesInterstitialDismissed,
WPAnalyticsStatMaxValue,
/// Logged when there are orphaned entities (e.g. has NULL blog values).
///
Expand Down

0 comments on commit 460a2c5

Please sign in to comment.