Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WordPressCom-Analytics-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressCom-Analytics-iOS"
s.version = "0.1.5"
s.version = "0.1.6"
s.summary = "Library for handling Analytics tracking in WPiOS"
s.homepage = "http://apps.wordpress.org"
s.license = { :type => "GPLv2" }
Expand Down
4 changes: 2 additions & 2 deletions WordPressCom-Analytics-iOS/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatLogSpecialCondition,
WPAnalyticsStatLoginFailed,
WPAnalyticsStatLoginFailedToGuessXMLRPC,
WPAnalyticsStatLoginAutoFillCredentialsFilled,
WPAnalyticsStatLoginAutoFillCredentialsUpdated,
WPAnalyticsStatLogout,
WPAnalyticsStatLowMemoryWarning,
WPAnalyticsStatNotificationsCommentApproved,
Expand Down Expand Up @@ -124,8 +126,6 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatReaderTagLoaded,
WPAnalyticsStatReaderTagPreviewed,
WPAnalyticsStatReaderTagUnfollowed,
WPAnalyticsStatSafariCredentialsLoginFilled,
WPAnalyticsStatSafariCredentialsLoginUpdated,
WPAnalyticsStatSelectedInstallJetpack,
WPAnalyticsStatSelectedLearnMoreInConnectToJetpackScreen,
WPAnalyticsStatSentItemToGooglePlus,
Expand Down