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

Commit 5368427

Browse files
committed
Merge pull request #56 from wordpress-mobile/issue/rename-safari-autofill-events
Rename Safari auto fill events to something more generic
2 parents 4430002 + 001fa0d commit 5368427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WordPressCom-Analytics-iOS.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 = "WordPressCom-Analytics-iOS"
3-
s.version = "0.1.5"
3+
s.version = "0.1.6"
44
s.summary = "Library for handling Analytics tracking in WPiOS"
55
s.homepage = "http://apps.wordpress.org"
66
s.license = { :type => "GPLv2" }

WordPressCom-Analytics-iOS/WPAnalytics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
5050
WPAnalyticsStatLogSpecialCondition,
5151
WPAnalyticsStatLoginFailed,
5252
WPAnalyticsStatLoginFailedToGuessXMLRPC,
53+
WPAnalyticsStatLoginAutoFillCredentialsFilled,
54+
WPAnalyticsStatLoginAutoFillCredentialsUpdated,
5355
WPAnalyticsStatLogout,
5456
WPAnalyticsStatLowMemoryWarning,
5557
WPAnalyticsStatNotificationsCommentApproved,
@@ -124,8 +126,6 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
124126
WPAnalyticsStatReaderTagLoaded,
125127
WPAnalyticsStatReaderTagPreviewed,
126128
WPAnalyticsStatReaderTagUnfollowed,
127-
WPAnalyticsStatSafariCredentialsLoginFilled,
128-
WPAnalyticsStatSafariCredentialsLoginUpdated,
129129
WPAnalyticsStatSelectedInstallJetpack,
130130
WPAnalyticsStatSelectedLearnMoreInConnectToJetpackScreen,
131131
WPAnalyticsStatSentItemToGooglePlus,

0 commit comments

Comments
 (0)