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

Commit 2b66fb3

Browse files
committed
Update pod spec to version 1.4.2
1 parent 0622cd5 commit 2b66fb3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 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.4.2` Release - [1.4](#1.4.2)
67
- `1.4` Release - [1.4](#1.4)
78
- `1.3.4` Release - [1.3.4](#1.3.4)
89
- `1.3` Release - [1.3](#1.3)
@@ -24,6 +25,14 @@ All notable changes to this project will be documented in this file.
2425
- `0.16` Releases - [0.16](#16)
2526
- `0.15` Releases - [0.15](#15)
2627

28+
---
29+
## [1.4.2](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.4.2)
30+
Released on 2019-06-14. 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.4.2).
31+
32+
### Fixed
33+
- Sorting of user albums alphabetically. #329
34+
35+
2736
---
2837
## [1.4](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.4.0)
2938
Released on 2019-05-01. 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.4.0).

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.4.1)
2+
- WPMediaPicker (1.4.2)
33

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

1111
SPEC CHECKSUMS:
12-
WPMediaPicker: 8cff8dff846f3440c0c6d088c12240ab85570ee5
12+
WPMediaPicker: 1897f312c7b41114ffd239fb782431ae602134a1
1313

1414
PODFILE CHECKSUM: 7c47e10b39aca62b1f30c3c4260cc99456cf95f8
1515

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.4.1"
3+
s.version = "1.4.2"
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)