Changeset 2887512
- Timestamp:
- 03/27/2023 11:06:15 AM (3 years ago)
- Location:
- wp-team-list
- Files:
-
- 2 edited
-
tags/3.0.4/README.md (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-team-list/tags/3.0.4/README.md
r2887460 r2887512 94 94 ## Changelog ## 95 95 96 ### 3.0.4 ### 96 ### 4.0.0 - 2023-03-27 ### 97 98 #### Changed #### 99 * Add colors, spacing and alignment support for team list block. 100 * Require at least PHP 7.4 and WordPress 6.0. 101 * Tested compatibility with WordPress 6.2. 102 103 ### Fixed #### 104 * Fix incorrect type registration for block attributes. 105 * Fix updating the number of users to display in block. 106 * Fix misalignment of the show all link by providing a block wrapper. 107 108 ### 3.0.4 - 2021-08-02 ### 97 109 98 110 #### Changed #### … … 105 117 * Allow transformation from legacy widget to block 106 118 107 ### 3.0.3 ### 108 #### Changed #### 109 * Tested compatibility with WordPress 5.5 110 111 #### Fixed #### 112 * Allow to remove all roles from block settings 113 114 ### 3.0.2 ### 115 116 #### Changed #### 117 * Tested compatibility with WordPress 5.3 118 119 ### 3.0.1 ### 120 121 #### Fixed #### 122 * Path for stylesheet enqueued in the classic editor 123 124 #### Changed #### 125 * Tested compatibility with WordPress 5.2 126 127 ### 3.0.0 ### 128 129 #### Added #### 130 * Block for the block editor to insert a team list in any post type. 131 132 #### Fixed #### 133 * PHP warning when saving a widget. 134 135 #### Changed #### 136 * Refactoring by using PHP namespaces. 137 * Bumped WordPress minimum requirement to 5.0. 138 * Bumped PHP minimum requirement to 5.6. 139 140 #### Deprecated #### 141 * `rplus_wp_team_list_default_classes` filter, use `wp_team_list_default_classes`. 142 143 #### Removed #### 144 * `rplus_wp_team_list()` and `rplus_wp_team_list_classes()`. 145 146 For older versions see CHANGELOG.md. 147 148 ## Upgrade Notice ## 149 150 ### 3.0.0 ### 151 152 Introduces a block for the block-based editor and requires now WordPress 5.0 and PHP 5.6. 119 For previous updates see [CHANGELOG.md](https://github.com/wearerequired/wp-team-list/blob/master/CHANGELOG.md). -
wp-team-list/trunk/README.md
r2887460 r2887512 94 94 ## Changelog ## 95 95 96 ### 3.0.4 ### 96 ### 4.0.0 - 2023-03-27 ### 97 98 #### Changed #### 99 * Add colors, spacing and alignment support for team list block. 100 * Require at least PHP 7.4 and WordPress 6.0. 101 * Tested compatibility with WordPress 6.2. 102 103 ### Fixed #### 104 * Fix incorrect type registration for block attributes. 105 * Fix updating the number of users to display in block. 106 * Fix misalignment of the show all link by providing a block wrapper. 107 108 ### 3.0.4 - 2021-08-02 ### 97 109 98 110 #### Changed #### … … 105 117 * Allow transformation from legacy widget to block 106 118 107 ### 3.0.3 ### 108 #### Changed #### 109 * Tested compatibility with WordPress 5.5 110 111 #### Fixed #### 112 * Allow to remove all roles from block settings 113 114 ### 3.0.2 ### 115 116 #### Changed #### 117 * Tested compatibility with WordPress 5.3 118 119 ### 3.0.1 ### 120 121 #### Fixed #### 122 * Path for stylesheet enqueued in the classic editor 123 124 #### Changed #### 125 * Tested compatibility with WordPress 5.2 126 127 ### 3.0.0 ### 128 129 #### Added #### 130 * Block for the block editor to insert a team list in any post type. 131 132 #### Fixed #### 133 * PHP warning when saving a widget. 134 135 #### Changed #### 136 * Refactoring by using PHP namespaces. 137 * Bumped WordPress minimum requirement to 5.0. 138 * Bumped PHP minimum requirement to 5.6. 139 140 #### Deprecated #### 141 * `rplus_wp_team_list_default_classes` filter, use `wp_team_list_default_classes`. 142 143 #### Removed #### 144 * `rplus_wp_team_list()` and `rplus_wp_team_list_classes()`. 145 146 For older versions see CHANGELOG.md. 147 148 ## Upgrade Notice ## 149 150 ### 3.0.0 ### 151 152 Introduces a block for the block-based editor and requires now WordPress 5.0 and PHP 5.6. 119 For previous updates see [CHANGELOG.md](https://github.com/wearerequired/wp-team-list/blob/master/CHANGELOG.md).
Note: See TracChangeset
for help on using the changeset viewer.