@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 3.0.0]
7
+ ## [ 3.0.0] - 2019-03-18
8
8
9
9
## Added
10
10
* 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
23
23
## Removed
24
24
* ` rplus_wp_team_list() ` and ` rplus_wp_team_list_classes() ` .
25
25
26
- ## [ 2.0.1]
26
+ ## [ 2.0.1] - 2017-01-19
27
27
### Fixed
28
28
* Removed HTML output on profile page.
29
29
* 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
34
34
* Translations moved to https://translate.wordpress.org/projects/wp-plugins/wp-team-list .
35
35
* Added deprecation notice and removed shortcode UI for ` [rplus_team_list] ` shortcode in favour of the new ` [wp_team_list] ` shortcode.
36
36
37
- ## [ 2.0.0]
37
+ ## [ 2.0.0] - 2015-11-24
38
38
### Fixed
39
39
* Smaller corrections in the widget.
40
40
@@ -48,15 +48,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
48
* ` rplus_wp_team_list() ` , use ` wp_team_list()->render_team_list() ` .
49
49
* ` rplus_wp_team_list_classes() ` , use ` wp_team_list()->item_classes() ` .
50
50
51
- ## [ 1.1.2]
51
+ ## [ 1.1.2] - 2015-11-10
52
52
### Fixed
53
53
* A small error in the previous release.
54
54
55
- ## [ 1.1.1]
55
+ ## [ 1.1.1] - 2015-11-10
56
56
### Changed
57
57
* Allows role 'All' in the widget to display users with any role.
58
58
59
- ## [ 1.1.0]
59
+ ## [ 1.1.0] - 2015-10-20
60
60
### Fixed
61
61
* Corrects tylesheet URL.
62
62
@@ -65,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
65
* Enable only displaying users with specific IDs (` include ` shortcode attribute).
66
66
* Allow querying by users which have published posts (` has_published_posts ` shortcode attribute).
67
67
68
- ## [ 1.0.5]
68
+ ## [ 1.0.5] - 2015-09-02
69
69
### Fixed
70
70
* Make 'Order By' string translatable.
71
71
@@ -81,18 +81,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
81
### Fixed
82
82
* Properly translate the link title attributes
83
83
84
- ## [ 1.0.2]
84
+ ## [ 1.0.2] - 2015-03-24
85
85
### Fixed
86
86
* Correctly translate the user roles
87
87
88
88
### Added
89
89
* German (Switzerland) translation (de_CH)
90
90
91
- ## [ 1.0.1]
91
+ ## [ 1.0.1] - 2015-02-12
92
92
### Fixed
93
93
* Updated textdomain to match the plugin slug
94
94
95
- ## 1.0.0
95
+ ## 1.0.0 - 2015-02-12
96
96
### Added
97
97
* Initial Release
98
98
0 commit comments