You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpesc_html_e( 'Deletes and recreates the FULLTEXT index in the posts table. If the above function gives an error, then you can run the below code in phpMyAdmin or Adminer. Remember to backup your database first!', 'contextual-related-posts' ); ?>
123
+
<?phpesc_html_e( 'Recreate the FULLTEXT index that Contextual Related Posts uses to get the relevant related posts. This might take a lot of time to regenerate if you have a lot of posts.', 'contextual-related-posts' ); ?>
118
124
</p>
125
+
<p class="description"><?phpesc_html_e( 'If the Recreate Index button fails, please run the following queries in phpMyAdmin or Adminer. Remember to backup your database first!', 'contextual-related-posts' ); ?></p>
Copy file name to clipboardExpand all lines: readme.txt
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
Tags: related posts, related, contextual related posts, similar posts, seo
3
3
Contributors: webberzone, ajay
4
4
Donate link: https://wzn.io/donate-crp
5
-
Stable tag: 4.0.3
6
-
Requires at least: 6.3
5
+
Stable tag: 4.1.0
6
+
Requires at least: 6.5
7
7
Tested up to: 6.8
8
8
Requires PHP: 7.4
9
9
License: GPLv2 or later
@@ -164,12 +164,13 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t
164
164
165
165
== Changelog ==
166
166
167
-
= 4.0.4 =
167
+
= 4.1.0 =
168
168
169
169
* Modifications:
170
170
* Renamed `CRP_VERSION`, `CRP_PLUGIN_FILE`, CRP_PLUGIN_DIR` and `CRP_PLUGIN_URL` constants to `WZ_CRP_VERSION`, `WZ_CRP_PLUGIN_FILE`, `WZ_CRP_PLUGIN_DIR` and `WZ_CRP_PLUGIN_URL` respectively to avoid conflicts with other plugins.
171
171
* New function `crp_get_blog_option()` to fetch an option from a specific blog in WordPress multisite.
172
172
* Better handling of options if they haven't been set.
173
+
* Fulltext indexes are now named `wz_title_content`, `wz_title`, and `wz_content` to ensure compatibility and optimize database space, especially when using Contextual Related Posts. After updating to this version, please recreate the indexes to benefit from the changes—until then, the plugin will use the previous index names.
173
174
* [Pro] Improved the UI and functionality of the Custom Table indexing process.
174
175
* [Pro] Multsite Settings page for Enhanced Content Search Index (ECSI) has been modified.
175
176
@@ -229,5 +230,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
229
230
230
231
== Upgrade Notice ==
231
232
232
-
= 4.0.3 =
233
-
Bugs fixed. Please read the changelog and the release post for more details.
233
+
= 4.1.0 =
234
+
Important plugin constants renamed to prevent conflicts, improved multisite support, and fixes for ordering issues, WPML conflicts, and Exclude Posts functionality. Custom Table indexing UI enhanced in Pro version.
0 commit comments