Releases: wearerequired/wp-team-list
Releases Β· wearerequired/wp-team-list
4.0.0
Changed
- 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.
Fixed
- 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
3.0.3
3.0.2
3.0.1
3.0.0
Added
- Block for the block editor to insert a team list in any post type.
Fixed
- PHP warning when saving a widget.
Changed
- Refactoring by using PHP namespaces.
- Bumped WordPress minimum requirement to 5.0.
- Bumped PHP minimum requirement to 5.6.
Deprecated
rplus_wp_team_list_default_classes
filter, usewp_team_list_default_classes
.
Removed
rplus_wp_team_list()
andrplus_wp_team_list_classes()
.
2.0.1
2.0.0
Fixed
- Smaller corrections in the widget.
Changed
- Improved documentation.
- Simplified template loading.
- Filterable user roles, making it easier to disable output.
Deprecated
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()
.