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

Commit 422d45a

Browse files
committed
Update pod to version 1.6.0
1 parent c2fa223 commit 422d45a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33
`WPMediaPicker` adheres to [Semantic Versioning](http://semver.org/).
44

55
#### Releases
6+
- `1.6.0` Release - [1.5](#1.6.0)
67
- `1.5.0` Release - [1.5](#1.5.0)
78
- `1.4.2` Release - [1.4](#1.4.2)
89
- `1.4` Release - [1.4](#1.4)
@@ -26,6 +27,13 @@ All notable changes to this project will be documented in this file.
2627
- `0.16` Releases - [0.16](#16)
2728
- `0.15` Releases - [0.15](#15)
2829

30+
---
31+
## [1.6.0](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.6.0)
32+
Released on 2019-10-18. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.6.0).
33+
34+
### Changes
35+
- Fix image/photo capture when it's done with the device rotated. #337 #338
36+
2937
---
3038
## [1.5.0](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.5.0)
3139
Released on 2019-09-09. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.5.0).

Example/Podfile.lock

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

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

1111
SPEC CHECKSUMS:
12-
WPMediaPicker: 3f03b6deeb4d2360679b65c3b33d5c470c822bce
12+
WPMediaPicker: e5d28197da6b467d4e5975d64a49255977e39455
1313

1414
PODFILE CHECKSUM: 02a24c94627582ae16b486b76dc047a7f773dcc4
1515

16-
COCOAPODS: 1.7.5
16+
COCOAPODS: 1.8.4

WPMediaPicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WPMediaPicker"
3-
s.version = "1.5.0"
3+
s.version = "1.6.0"
44
s.summary = "WPMediaPicker is an iOS controller that allows capture and picking of media assets."
55
s.description = <<-DESC
66
WPMediaPicker is an iOS controller that allows capture and picking of media assets.

0 commit comments

Comments
 (0)