You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+53-5Lines changed: 53 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,54 @@
1
-
# Change Log
2
-
All notable changes to this project will be documented in this file.
3
-
`WPMediaPicker` adheres to [Semantic Versioning](http://semver.org/).
1
+
# Changelog
2
+
3
+
The format of this document is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+
5
+
<!-- This is a comment, you won't see it when GitHub renders the Markdown file.
6
+
7
+
When releasing a new version:
8
+
9
+
1. Remove any empty section (those with `_None._`)
10
+
2. Update the `## Unreleased` header to `## [<version_number>](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/<version_number>)`
11
+
3. Add a new "Unreleased" section for the next iteration, by copy/pasting the following template:
12
+
13
+
## Unreleased
14
+
15
+
### Breaking Changes
16
+
17
+
_None._
18
+
19
+
### New Features
20
+
21
+
_None._
22
+
23
+
### Bug Fixes
24
+
25
+
_None._
26
+
27
+
### Internal Changes
28
+
29
+
_None._
30
+
31
+
-->
32
+
33
+
## Unreleased
34
+
35
+
### Breaking Changes
36
+
37
+
_None._
38
+
39
+
### New Features
40
+
41
+
_None._
42
+
43
+
### Bug Fixes
44
+
45
+
_None._
46
+
47
+
### Internal Changes
48
+
49
+
- Add this changelog file [#396]
50
+
51
+
_Versions below this precede the Keep a Changelog-inspired formatting._
@@ -70,7 +118,7 @@ Released on 2019-04-24. All issues associated with this milestone can be found u
70
118
Released on 2018-06-21. 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.3).
Released on 2018-06-21. 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.1).
86
-
134
+
87
135
### Added
88
136
- Added the possibility to configure a badge on the top left of the media cells. Good to display extra info about the media object. #295#296#299
89
137
- It's now possible to configure the display of the each media on the carrousel view. #300
0 commit comments