Skip to content

Releases: wearerequired/wp-team-list

4.0.0

27 Mar 11:30
44fa190
Compare
Choose a tag to compare

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

02 Aug 10:53
Compare
Choose a tag to compare

Changed

  • Tested compatibility with WordPress 5.8

Fixed

  • Fixed missing PHP functions when widget was used with legacy widget in the new WordPress 5.8 widget area.

Added

  • Allow transformation from legacy widget to block

3.0.3

13 Aug 06:45
Compare
Choose a tag to compare

Changed

  • Tested compatibility with WordPress 5.5

Fixed

  • Allow to remove all roles from block settings

3.0.2

16 Apr 13:16
Compare
Choose a tag to compare

Changed

  • Tested compatibility with WordPress 5.3 & 5.4

3.0.1

07 May 05:51
Compare
Choose a tag to compare

Fixed

  • Path for stylesheet enqueued in the classic editor

Changed

  • Tested compatibility with WordPress 5.2

3.0.0

18 Mar 08:28
3.0.0
Compare
Choose a tag to compare

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, use wp_team_list_default_classes.

Removed

  • rplus_wp_team_list() and rplus_wp_team_list_classes().

2.0.1

18 Mar 08:28
2.0.1
Compare
Choose a tag to compare

Fixed

  • Removed HTML output on profile page.
  • Removed type hint for shortcode attributes to avoid a PHP fatal error.
  • Correct author CSS classes.

2.0.0

18 Mar 08:28
Compare
Choose a tag to compare

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, use wp_team_list.
  • rplus_wp_team_list(), use wp_team_list()->render_team_list().
  • rplus_wp_team_list_classes(), use wp_team_list()->item_classes().

1.1.2

18 Mar 08:28
Compare
Choose a tag to compare

Fixed

  • A small error in the previous release.

1.1.1

18 Mar 08:27
Compare
Choose a tag to compare

Changed

  • Allows role 'All' in the widget to display users with any role.