|
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.2.2 |
| 5 | +Stable tag: 4.2.3 |
6 | 6 | Requires at least: 6.6 |
7 | 7 | Tested up to: 6.9 |
8 | 8 | Requires PHP: 7.4 |
@@ -199,10 +199,20 @@ The plugin also handles SSL, resizing, and fallback mechanisms automatically for |
199 | 199 | * (Pro) Added ACF field support for thumbnails: specify an Advanced Custom Fields Image or Text field name in the thumbnail settings. Supports all ACF Image field return formats (Image Array, Image ID, Image URL) as well as plain Text fields containing a URL. |
200 | 200 |
|
201 | 201 | * Modifications: |
| 202 | + * [Pro] Scheduled reconciliation cron: a twicedaily background job now automatically syncs any published posts that are missing from the custom search index table — keeps the index complete without manual intervention. |
| 203 | + * [Pro] Custom table upsert optimized to use `INSERT ... ON DUPLICATE KEY UPDATE`, reducing write contention on high-traffic sites. |
| 204 | + * [Pro] Database check results are now cached within a request, reducing redundant `SHOW TABLES` queries on pages that check table status multiple times. |
| 205 | + * [Pro] Tools page migration and undo scripts are now loaded as external JavaScript files (via `wp_enqueue_script`) instead of inline `<script>` blocks — improves compatibility with strict Content Security Policies. |
| 206 | + * [Pro] Copy-to-clipboard buttons on the tools and custom tables pages are now initialized automatically; no per-block inline script needed. |
| 207 | + * [Pro] The Include Categories Tom Select field in the post metabox is now correctly initialized. |
| 208 | + * [Pro] Network admin: settings copy URL cleanup and select-all checkbox logic moved to an external JavaScript file. |
| 209 | + * Tom Select fields in the settings now include a clear button for easier value removal. |
| 210 | + * Fixed spinner alignment inside action buttons (now displays inline rather than floating). |
202 | 211 | * The custom CSS will now always be available in the frontend when the field contains CSS. |
203 | 212 | * Manual Related Posts lookup improved. |
204 | 213 |
|
205 | 214 | * Fixes: |
| 215 | + * Security hardening: improved output escaping in settings forms and metabox fields. |
206 | 216 | * Fixed Tom Select value extraction for multiselect fields which gave a JS error. |
207 | 217 |
|
208 | 218 | = 4.2.2 = |
@@ -261,5 +271,4 @@ For the changelog of earlier versions, please refer to the separate changelog.tx |
261 | 271 | == Upgrade Notice == |
262 | 272 |
|
263 | 273 | = 4.2.3 = |
264 | | -Pro: Added ACF field support for thumbnails. |
265 | | -Modifications: Improved Manual Related Posts lookup. |
| 274 | +Pro: Added ACF field support for thumbnails. Scheduled reconciliation cron for custom search index. Security hardening and multiple admin UI improvements. |
0 commit comments