|
1 | 1 | === Contextual Related Posts === |
2 | 2 | Tags: related posts, related, contextual related posts, similar posts, seo |
3 | 3 | Contributors: webberzone, ajay |
4 | | -Donate link: https://ajaydsouza.com/donate/ |
| 4 | +Donate link: https://wzn.io/donate-crp |
5 | 5 | Stable tag: 3.5.2 |
6 | 6 | Requires at least: 6.2 |
7 | 7 | Tested up to: 6.5 |
@@ -157,8 +157,14 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t |
157 | 157 |
|
158 | 158 | Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-5-0/](https://webberzone.com/announcements/contextual-related-posts-v3-5-0/) |
159 | 159 |
|
| 160 | +* Modifications: |
| 161 | + * [Pro] If "Only from" same category/tag/taxonomy is enabled, the plugin will sort results by the number of matched taxonomies first, therby optimising the related posts further. The free version will continue to sort by date |
| 162 | + * [Pro] If any of the weights are 0, then the algorithm will not consider that field for matching |
| 163 | + |
160 | 164 | * Bug fix: |
| 165 | + * Custom styles did not get enqueued on the front end |
161 | 166 | * Fixed PHP error on Network admin page |
| 167 | + * Fixed bug where post types and taxonomies settings retained the previous values if no option was selected |
162 | 168 |
|
163 | 169 | = 3.5.1 = |
164 | 170 |
|
@@ -187,20 +193,6 @@ Complete code rewrite using OOP, namespacing and autoloading. This will make it |
187 | 193 | * `trim_char` function returned a blank string instead of the original string if length was 0 |
188 | 194 | * Insert after paragraph used to insert after an extra paragraph than what was specified |
189 | 195 |
|
190 | | -= 3.4.2 = |
191 | | - |
192 | | -Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-4-0/](https://webberzone.com/announcements/contextual-related-posts-v3-4-0/) |
193 | | - |
194 | | -* Enhancements: |
195 | | - * Live Search in the Manual Related Posts field now searches by post ID if you enter a number |
196 | | - * Live Search will only search for posts titles and not content |
197 | | - * Include Words feature will now try to sort the posts by the number of words matched in the title, content and excerpt |
198 | | - |
199 | | -* Bug fix: |
200 | | - * Bug in Include Words functionality where all post types were incorrectly included |
201 | | - * Compatibility issue with PolyLang. Return the default post if pll_get_post returns false |
202 | | - |
203 | | - |
204 | 196 | = Earlier versions = |
205 | 197 |
|
206 | 198 | For the changelog of earlier versions, please refer to the separate changelog.txt file or the [releases page on Github](https://github.com/WebberZone/contextual-related-posts/releases). |
|
0 commit comments