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

Commit ff86307

Browse files
authored
Merge pull request #283 from wordpress-mobile/feature/9662-duplicate-post
Adds post list duplicate action in analytics
2 parents d042601 + 70389df commit ff86307

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.13.0"
3+
s.version = "1.14.0-beta.1"
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
@@ -324,6 +324,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
324324
WPAnalyticsStatPostListTrashAction,
325325
WPAnalyticsStatPostListViewAction,
326326
WPAnalyticsStatPostListToggleButtonPressed,
327+
WPAnalyticsStatPostListDuplicateAction,
327328
WPAnalyticsStatPostRevisionsListViewed,
328329
WPAnalyticsStatPostRevisionsDetailViewed,
329330
WPAnalyticsStatPostRevisionsDetailCancelled,

0 commit comments

Comments
 (0)