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

Commit 5aa8e8d

Browse files
author
Giorgio Ruscigno
committed
added the key WPAnalyticsStatReaderArticleDetailReblogged in WPAnalyticsStat, updated version to 1.8.11-beta.1 in the podspec
1 parent 7cbfc46 commit 5aa8e8d

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.10"
3+
s.version = "1.8.11-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
@@ -374,6 +374,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
374374
WPAnalyticsStatReaderArticleLiked,
375375
WPAnalyticsStatReaderArticleOpened,
376376
WPAnalyticsStatReaderArticleReblogged,
377+
WPAnalyticsStatReaderArticleDetailReblogged,
377378
WPAnalyticsStatReaderArticleUnliked,
378379
WPAnalyticsStatReaderArticleDetailLiked,
379380
WPAnalyticsStatReaderArticleDetailUnliked,

0 commit comments

Comments
 (0)