This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ _None._
4848
4949_ None._
5050
51+ ## [ 1.8.7] ( https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.7 )
52+
53+ ### Bug Fixes
54+
55+ - Fix empty view position to avoid message disappearing when keyboard shows up. [ #399 ]
56+
5157_ Versions below this precede the Keep a Changelog-inspired formatting._
5258
5359## [ 1.8.6] ( https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.6 )
Original file line number Diff line number Diff line change 11PODS:
2- - WPMediaPicker (1.8.7-beta.1 )
2+ - WPMediaPicker (1.8.7)
33
44DEPENDENCIES:
55 - WPMediaPicker (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99 :path: "../"
1010
1111SPEC CHECKSUMS:
12- WPMediaPicker: 59135aebb058a95a507045f93e478516729e5c0f
12+ WPMediaPicker: 0d45dfd7b3c5651c5236ffd48c1b0b2f60a2d5d2
1313
1414PODFILE CHECKSUM: 31590cb12765a73c9da27d6ea5b8b127c095d71d
1515
Original file line number Diff line number Diff line change 22
33Pod ::Spec . new do |s |
44 s . name = 'WPMediaPicker'
5- s . version = '1.8.7-beta.1 '
5+ s . version = '1.8.7'
66
77 s . summary = 'WPMediaPicker is an iOS controller that allows capture and picking of media assets.'
88 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments