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

Commit ff14814

Browse files
authored
Merge pull request #239 from wordpress-mobile/release/1.8.11
Release/1.8.11
2 parents 7c2c126 + 7372ea2 commit ff14814

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"
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)