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

Commit 28f70c2

Browse files
committed
Bump version to 1.8.8 stable
1 parent df58ab8 commit 28f70c2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ _None._
4848

4949
_None._
5050

51-
## [1.8.7](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.7)
51+
## 1.8.8
52+
53+
### Bug Fixes
54+
55+
- Fix a possible crash when displaying an empty view [#409]
56+
57+
## 1.8.7
5258

5359
### Bug Fixes
5460

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- WPMediaPicker (1.8.8-beta.1)
2+
- WPMediaPicker (1.8.8)
33

44
DEPENDENCIES:
55
- WPMediaPicker (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
WPMediaPicker: 3b0d7272bec6eb0d8bc267daa5606c9b259e6cbb
12+
WPMediaPicker: 0d40b8d66b6dfdaa2d6a41e3be51249ff5898775
1313

1414
PODFILE CHECKSUM: 31590cb12765a73c9da27d6ea5b8b127c095d71d
1515

WPMediaPicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WPMediaPicker'
5-
s.version = '1.8.8-beta.1'
5+
s.version = '1.8.8'
66

77
s.summary = 'WPMediaPicker is an iOS controller that allows capture and picking of media assets.'
88
s.description = <<-DESC

0 commit comments

Comments
 (0)