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

Commit 928e020

Browse files
authored
Merge pull request #241 from wordpress-mobile/feature/preview-event
Adds Web Preview analytics event
2 parents 50d47e6 + d65f64b commit 928e020

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-beta.2"
3+
s.version = "1.8.12-beta.3"
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
@@ -290,6 +290,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
290290
WPAnalyticsStatOpenedSupport,
291291
WPAnalyticsStatOpenedViewAdmin,
292292
WPAnalyticsStatOpenedViewSite,
293+
WPAnalyticsStatOpenedWebPreview,
293294
WPAnalyticsStatPerformedCoreDataMigrationFixFor45,
294295
WPAnalyticsStatPersonUpdated,
295296
WPAnalyticsStatPersonRemoved,

0 commit comments

Comments
 (0)