Skip to content

Commit

Permalink
Merge pull request #164 from wordpress-mobile/ppp-analytics
Browse files Browse the repository at this point in the history
New Analytics Stat for Properly Placed Pages set parent actions
  • Loading branch information
danielebogo authored Nov 14, 2018
2 parents cc7356b + 404342f commit dbc0524
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.4.0"
s.version = "1.5.0-beta.1"
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 @@ -248,6 +248,9 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatPluginAutoupdateEnabled,
WPAnalyticsStatPluginAutoupdateDisabled,
WPAnalyticsStatPluginSearchPerformed,
WPAnalyticsStatPageSetParentViewed,
WPAnalyticsStatPageSetParentSearchAccessed,
WPAnalyticsStatPageSetParentDonePressed,
WPAnalyticsStatPostEpilogueDisplayed,
WPAnalyticsStatPostEpilogueEdit,
WPAnalyticsStatPostEpilogueShare,
Expand Down

0 comments on commit dbc0524

Please sign in to comment.