Skip to content

Commit

Permalink
Merge pull request #236 from Gio2018/develop
Browse files Browse the repository at this point in the history
Adds tracks for post reblogging
  • Loading branch information
ScoutHarris authored Dec 18, 2019
2 parents 7cbfc46 + 5aa8e8d commit 16b69d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WordPressShared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressShared"
s.version = "1.8.10"
s.version = "1.8.11-beta.1"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatReaderArticleLiked,
WPAnalyticsStatReaderArticleOpened,
WPAnalyticsStatReaderArticleReblogged,
WPAnalyticsStatReaderArticleDetailReblogged,
WPAnalyticsStatReaderArticleUnliked,
WPAnalyticsStatReaderArticleDetailLiked,
WPAnalyticsStatReaderArticleDetailUnliked,
Expand Down

0 comments on commit 16b69d3

Please sign in to comment.