Skip to content

Commit

Permalink
Merge pull request #284 from wordpress-mobile/merge/1.14.0-into-trunk
Browse files Browse the repository at this point in the history
Merge 1.14.0 into trunk
  • Loading branch information
jkmassel authored Dec 14, 2020
2 parents 2c223cc + a427dbe commit db2301e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.2.0)
json (2.3.1)
minitest (5.12.2)
molinillo (0.6.6)
nanaimo (0.2.6)
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0"
s.version = "1.14.0"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

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

s.dependency 'CocoaLumberjack', '~> 3.4'
s.dependency 'FormatterKit/TimeIntervalFormatter', '1.8.2'
s.dependency 'FormatterKit/TimeIntervalFormatter', ' ~> 1.8'
end
1 change: 1 addition & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatPostListTrashAction,
WPAnalyticsStatPostListViewAction,
WPAnalyticsStatPostListToggleButtonPressed,
WPAnalyticsStatPostListDuplicateAction,
WPAnalyticsStatPostRevisionsListViewed,
WPAnalyticsStatPostRevisionsDetailViewed,
WPAnalyticsStatPostRevisionsDetailCancelled,
Expand Down

0 comments on commit db2301e

Please sign in to comment.