All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.0.0 - 2023-03-27
- Add colors, spacing, and alignment support for team list block.
- Require at least PHP 7.4 and WordPress 6.0.
- Tested compatibility with WordPress 6.2.
- Fix incorrect type registration for block attributes.
- Fix updating the number of users to display in block.
- Fix misalignment of the show all link by providing a block wrapper.
3.0.4 - 2021-08-02
- Tested compatibility with WordPress 5.8
- Fixed missing PHP functions when widget was used with legacy widget in the new WordPress 5.8 widget area.
- Allow transformation from legacy widget to block
3.0.3 - 2020-08-13
- Tested compatibility with WordPress 5.5
- Allow to remove all roles from block settings
3.0.2 - 2020-04-16
- Tested compatibility with WordPress 5.3 & 5.4
3.0.1 - 2019-05-07
- Path for stylesheet enqueued in the classic editor
- Tested compatibility with WordPress 5.2
3.0.0 - 2019-03-18
- Block for the block editor to insert a team list in any post type.
- PHP warning when saving a widget.
- Refactoring by using PHP namespaces.
- Bumped WordPress minimum requirement to 5.0.
- Bumped PHP minimum requirement to 5.6.
rplus_wp_team_list_default_classes
filter, usewp_team_list_default_classes
.
rplus_wp_team_list()
andrplus_wp_team_list_classes()
.
2.0.1 - 2017-01-19
- Removed HTML output on profile page.
- Removed type hint for shortcode attributes to avoid a PHP fatal error.
- Correct
author
CSS classes.
- Improved plugin description.
- Translations moved to https://translate.wordpress.org/projects/wp-plugins/wp-team-list.
- Added deprecation notice and removed shortcode UI for
[rplus_team_list]
shortcode in favour of the new[wp_team_list]
shortcode.
2.0.0 - 2015-11-24
- Smaller corrections in the widget.
- Improved documentation.
- Simplified template loading.
- Filterable user roles, making it easier to disable output.
rplus_team_list
shortcode, usewp_team_list
.rplus_wp_team_list()
, usewp_team_list()->render_team_list()
.rplus_wp_team_list_classes()
, usewp_team_list()->item_classes()
.
1.1.2 - 2015-11-10
- A small error in the previous release.
1.1.1 - 2015-11-10
- Allows role 'All' in the widget to display users with any role.
1.1.0 - 2015-10-20
- Corrects tylesheet URL.
- Support multiple roles in the shortcode (comma-separated).
- Enable only displaying users with specific IDs (
include
shortcode attribute). - Allow querying by users which have published posts (
has_published_posts
shortcode attribute).
1.0.5 - 2015-09-02
- Make 'Order By' string translatable.
- Lots of improvements under the hood.
- 100% compatible with WordPress 4.3.
1.0.4 - 2015-06-01
- Support ordering by
last_name
andfirst_name
columns.
1.0.3 - 2015-04-23
- Properly translate the link title attributes
1.0.2 - 2015-03-24
- Correctly translate the user roles
- German (Switzerland) translation (de_CH)
1.0.1 - 2015-02-12
- Updated textdomain to match the plugin slug
- Initial Release