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

Commit db2301e

Browse files
authored
Merge pull request #284 from wordpress-mobile/merge/1.14.0-into-trunk
Merge 1.14.0 into trunk
2 parents 2c223cc + a427dbe commit db2301e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GEM
5656
httpclient (2.8.3)
5757
i18n (0.9.5)
5858
concurrent-ruby (~> 1.0)
59-
json (2.2.0)
59+
json (2.3.1)
6060
minitest (5.12.2)
6161
molinillo (0.6.6)
6262
nanaimo (0.2.6)

WordPressShared.podspec

Lines changed: 2 additions & 2 deletions
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"
44
s.summary = "Shared components used in building the WordPress iOS apps and other library components."
55

66
s.description = <<-DESC
@@ -25,5 +25,5 @@ Pod::Spec.new do |s|
2525
s.header_dir = 'WordPressShared'
2626

2727
s.dependency 'CocoaLumberjack', '~> 3.4'
28-
s.dependency 'FormatterKit/TimeIntervalFormatter', '1.8.2'
28+
s.dependency 'FormatterKit/TimeIntervalFormatter', ' ~> 1.8'
2929
end

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)