Skip to content

Commit 504824a

Browse files
committed
Add known release dates to changelog
1 parent d6e3fac commit 504824a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [3.0.0]
7+
## [3.0.0] - 2019-03-18
88

99
## Added
1010
* Block for the block editor to insert a team list in any post type.
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
## Removed
2424
* `rplus_wp_team_list()` and `rplus_wp_team_list_classes()`.
2525

26-
## [2.0.1]
26+
## [2.0.1] - 2017-01-19
2727
### Fixed
2828
* Removed HTML output on profile page.
2929
* Removed type hint for shortcode attributes to avoid a PHP fatal error.
@@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
* Translations moved to https://translate.wordpress.org/projects/wp-plugins/wp-team-list.
3535
* Added deprecation notice and removed shortcode UI for `[rplus_team_list]` shortcode in favour of the new `[wp_team_list]` shortcode.
3636

37-
## [2.0.0]
37+
## [2.0.0] - 2015-11-24
3838
### Fixed
3939
* Smaller corrections in the widget.
4040

@@ -48,15 +48,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4848
* `rplus_wp_team_list()`, use ` wp_team_list()->render_team_list()`.
4949
* `rplus_wp_team_list_classes()`, use `wp_team_list()->item_classes()`.
5050

51-
## [1.1.2]
51+
## [1.1.2] - 2015-11-10
5252
### Fixed
5353
* A small error in the previous release.
5454

55-
## [1.1.1]
55+
## [1.1.1] - 2015-11-10
5656
### Changed
5757
* Allows role 'All' in the widget to display users with any role.
5858

59-
## [1.1.0]
59+
## [1.1.0] - 2015-10-20
6060
### Fixed
6161
* Corrects tylesheet URL.
6262

@@ -65,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6565
* Enable only displaying users with specific IDs (`include` shortcode attribute).
6666
* Allow querying by users which have published posts (`has_published_posts` shortcode attribute).
6767

68-
## [1.0.5]
68+
## [1.0.5] - 2015-09-02
6969
### Fixed
7070
* Make 'Order By' string translatable.
7171

@@ -81,18 +81,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
### Fixed
8282
* Properly translate the link title attributes
8383

84-
## [1.0.2]
84+
## [1.0.2] - 2015-03-24
8585
### Fixed
8686
* Correctly translate the user roles
8787

8888
### Added
8989
* German (Switzerland) translation (de_CH)
9090

91-
## [1.0.1]
91+
## [1.0.1] - 2015-02-12
9292
### Fixed
9393
* Updated textdomain to match the plugin slug
9494

95-
## 1.0.0
95+
## 1.0.0 - 2015-02-12
9696
### Added
9797
* Initial Release
9898

0 commit comments

Comments
 (0)