Relevanssi Premium - The WordPress Search Plugin You Need

Relevanssi Premium - The WordPress Search Plugin You Need v2.27.4.1

No permission to download
Download Relevanssi Premium v2.20.4 - The WordPress Search Plugin You Need Nulled Free
= v2.20.4 =

* New feature: New filter hook `relevanssi_blocked_field_types` can be used to control which ACF field types are excluded from the index. By default, this includes 'repeater', 'flexible_content', and 'group'.
* New feature: New filter hook `relevanssi_acf_field_object` can be used to filter the ACF field object before Relevanssi indexes it. Return false to have Relevanssi ignore the field type.
* Minor fix: ACF field exclusion is now recursive. If a parent field is excluded, all sub fields will also be excluded.
* Minor fix: The indexing settings tab now checks if the wp_relevanssi database table exists and will create the table if it doesn't.
* Minor fix: Pinning code has been foolproofed to cover some situations that would lead to errors.
* Minor fix: Handling of data attributes in in-document highlighting had a bug that caused problems with third-party plugins.
  • Like
Reactions: gpLover!
Download Relevanssi Premium v2.20.3 - The WordPress Search Plugin You Need Nulled Free
= v2.20.3 =

* New feature: Relevanssi now has a debug mode that will help troubleshooting and support.
* Minor fix: Using the_permalink() caused problems with search result links. That is now fixed. Relevanssi no longer hooks onto `the_permalink` hook and instead uses `post_link` and other similar hooks.
* Minor fix: Click tracking parameters have more control to avoid problems from malformed click tracking data.
Relevanssi Premium v2.20.0 - The WordPress Search Plugin You Need Nulled Free
= v2.20.0 =

* New feature: Relevanssi now shows the MySQL `max_allowed_packet` size on the debug tab.
* New feature: Relevanssi now shows the indexing query on the debug tab.
* New feature: You can now edit pinning and exclusions from Quick Edit.
* New feature: You can now remove queries from the search log from the query insights page.
* New feature: ACF field settings now include a 'Exclude from Relevanssi index' setting. You can use that to exclude ACF fields from the Relevanssi index.
* Changed behaviour: Click tracking is disabled in multisite searches. It causes problems with wrong links and isn't very reliable in the best case.
* Changed behaviour: Plugin translation updates are disabled, unless explicitly enabled either from the Overview settings or with the `relevanssi_update_translations` filter hook.
* Minor fix: Relevanssi was adding extra quotes around search terms in the `highlight` parameter.
* Minor fix: Metabox fields look nicer on Firefox.
* Minor fix: Adds the `relevanssi_related_posts_cache_id` filter to the relevanssi_related_posts() function.
* Minor fix: Yet another update to data attributes in highlighting. Thanks to Faeddur.
* Minor fix: Taxonomy query handling was improved. This should help in particular Polylang users who've had problems with Relevanssi ignoring Polylang language restrictions.
* Minor fix: Negative search terms in AND searches caused problems, but now work better.
* Minor fix: Pinning phrases that had the same word more than once (e.g. 'word by word') didn't work. Now it works better.
Relevanssi Premium v2.19.0 - The WordPress Search Plugin You Need Nulled Free
v2.19 Big Thanks To @TassieNZ

  • Premium. New feature: New CLI command list_pinned_posts lists all pinned and unpinned posts.
  • Premium. New feature: New CLI command list lists indexed and unindexed posts, taxonomy terms and users.
  • New feature: You can now look at how the posts appear in the database from the Debugging tab.
  • New feature: Relevanssi now works with WooCommerce layered navigation filters. The filter post counts should now match the Relevanssi search results.
  • Premium. New feature: You can now export the click tracking logs.
  • New feature: The new function relevanssi_count_term_occurrances() can display how often search terms appear in the database.
  • Changed behaviour: Relevanssi post update trigger is now on wp_after_insert_post instead of wp_insert_post (for WP versions 5.6+). This makes the indexing more reliable and better compatible with other plugins.
  • Changed behaviour: Throttling searches has been impossible when results are sorted by date. Now, if you set Relevanssi to sort by post date from the searching settings, you can enable the throttle, and the throttling will make sure to keep the most recent posts. This does not work if you set the orderby to post_date elsewhere.
  • Minor fix: Prevents Relevanssi from interfering in fringe cases (including The Event Calendar event search).
  • Minor fix: Relevanssi added the highlight parameter to home page URLs, even though it shouldn’t.
  • Minor fix: Indexing nav_menu_item posts is stopped earlier in the process to avoid problems with big menus.
  • Minor fix: Add support for WooCommerce product attribute lookup table filtering.
  • Minor fix: Improves Polylang language detection.
  • Minor fix: Improve excerpts to avoid breaking HTML tags when tags are allowed.
  • Minor fix: Add support for JetSmartFilters.
  • Premium. Minor fix: With multiple excerpts, sometimes Relevanssi would return no excerpt at all.
  • Minor fix: If the sentence query variable is used to enable phrase searching, Relevanssi now adds quotes to the highlight parameter.
  • Minor fix: Add support for TablePress table_filter shortcodes.
  • Minor fix: Improve WP File Download file content indexing support. Relevanssi indexing now happens after the WPFD indexing is done.
  • Premium. Minor fix: User profile update actions now happen at a later priority. This should reduce problems when indexing ACF fields, for example.
  • Minor fix: Relevanssi now hyphenates long search terms on the User searches page. This prevents long search terms from messing up the display.
  • Minor fix: Stopped some problems with “Did you mean” suggestions suggesting the same word if a hyphen was included.
  • Premium. Minor fix: If the API key weren’t set in network settings for a multisite installation, Relevanssi wouldn’t fall back to the current site API key setting when indexing attachment content. That works correctly now. However, preferably still set the API key on the network settings level.
  • Minor fix: Paging didn’t work in admin searches for hierarchical post types (like pages).
  • Minor fix: Relevanssi doesn’t add click tracking or highlight parameters to admin searches anymore.
  • Premium. Minor fix: The search log reset feature now also resets the click tracking log.
  • Minor fix: In-document highlighting could break certain elements thanks to Relevanssi messing up data attributes.
  • Minor fix: Relevanssi now recursively runs relevanssi_block_to_render and the CSS relevanssi_noindex filtering for inner blocks.
  • Premium. Minor fix: Relevanssi redirects now work better with FacetWP searches. Thanks to Jan Willem Oostendorp.
Download Relevanssi Premium v2.18.0 - The WordPress Search Plugin You Need Nulled Free
= v2.18.0 =

* New feature: Oxygen compatibility has been upgraded to support JSON data from Oxygen 4. This is still in early stages, so feedback from Oxygen users is welcome.
* New feature: New filter hook `relevanssi_oxygen_element` is used to filter Oxygen JSON elements. The earlier `relevanssi_oxygen_section_filters` and `relevanssi_oxygen_section_content` filters are no longer used with Oxygen 4; this hook is the only way to filter Oxygen elements.
* Changed behaviour: Relevanssi now applies `remove_accents()` to all strings. This is because default database collations do not care for accents and having accents may cause missing information in indexing. If you use a database collation that doesn't ignore accents, make sure you disable this filter.
* Minor fix: Stops drafts and pending posts from showing up in Relevanssi Live Ajax Searches.
* Minor fix: Remove array_flip() warnings from related posts.
* Minor fix: Relevanssi used `the_category` filter with too few parameters. The missing parameters have been added.
* Minor fix: Language translations didn't update.
* Minor fix: Phrases weren't used in some cases where a multiple-word phrase looked like a single-word phrase.
* Minor fix: Prevents fatal errors from `relevanssi_extract_rt()`.
* Minor fix: Prevents fatal errors from `relevanssi_strip_all_tags()`.
Download Relevanssi Premium v2.17.1 - The WordPress Search Plugin You Need Nulled Free
= v2.17.1 =

* New feature: New filter hook `relevanssi_update_translations` lets you disable the translation updates from TranslationsPress. If you only use WordPress in English, you can disable the translation updates with `add_filter( 'relevanssi_update_translations', '__return_false' );`.
* Changed behaviour: Relevanssi now ignores WordPress metadata custom fields that aren't interesting for Relevanssi indexing.
* Changed behaviour: Both `relevanssi_get_permalink()` and `relevanssi_the_permalink()` now can take post ID or a post object as a parameter and can thus be used outside the Loop.
* Changed behaviour: The `relevanssi_hits_filter` hook now gets the WP_Query object as the second parameter.
* Minor fix: The "Disable outside connections" option did not apply to the TranslationsPress translation updates. Now it does: those are also disabled when this option is enabled.
* Minor fix: The `mysqlcolumn_detail` feature was completely missing. Nobody has ever asked about it, which suggests nobody actually uses it, but now it works.
* Minor fix: The 'Ignore post content' checkbox did not show up correctly. Now it works.
  • Like
Reactions: Karltoto
Download Relevanssi Premium v2.16.8 - The WordPress Search Plugin You Need Nulled Free
v2.16.8

There was a single comma that made Relevanssi Premium 2.16.7 incompatible with PHP versions 7.2 or earlier. Relevanssi is supposed to be compatible with PHP 7+, so this version restores PHP 7 compatibility. (That said, do move on to PHP 8. The affected PHP versions are no longer officially supported and are not safe to use in the long run.)
Download Relevanssi Premium v2.15.1 - The WordPress Search Plugin You Need Nulled Free
= v2.15.1 =

* New feature: New action hooks `relevanssi_disable_stemmer` and `relevanssi_enable_stemmer`. Relevanssi-compatible stemmers should implement these action hooks: the first should disable the stemmer and the second should enable it.
* New feature: Adds compatibility for WP-Members plugin, preventing blocked posts from showing up in the search results.
* New feature: New function `relevanssi_get_attachment_suffix()` can be used to return the attachment file suffix based on a post object or a post ID.
* Major fix: Fixes the broken Relevanssi controls on block editor post edit pages.
* Minor fix: Improved the Missing terms feature when used with stemming. This fix requires updating Snowball Stemmer to version 1.3.
* Minor fix: Improves the Oxygen compatibility. Now also the [oxygen] shortcode tags are removed.
Download Relevanssi Premium v2.8.1 - The WordPress Search Plugin You Need Free
= v2.8.1 = Thanks To @NullMaster

* New feature: New filter hook `relevanssi_post_content_after_shortcodes` filters the post content after shortcodes have been processed but before the HTML tags are stripped.
* Minor fix: Adds more backwards compatibility for the `relevanssi_indexing_restriction` change.
  • Like
Reactions: LoveUAE
Download Relevanssi Premium v2.5.2 - The WordPress Search Plugin You Need Nulled Free
= v2.2.5 =

  • EXISTS and NOT EXISTS didn't work for taxonomy terms in searches.
  • WPML post type handling has been improved. If post type allows fallback for default language, Relevanssi will support that.
  • Relevanssi now reminds you to set up automatic trimming for the logs. It's a really good idea, otherwise the logs will become bloated, which will hurt search performance.
  • New filter: relevanssi_user_indexing_args lets you adjust the arguments for the user indexing query, making easy for example to adjust which user roles are indexed.
  • API keys are handled better in single installations on multisites.
  • The pinning query is significantly faster.
  • In some cases, the related posts feature could show wrong number of posts. That's now fixed.
  • The Groups posts filter is only applied to public posts to avoid drafts being shown to people who shouldn't see them.
  • The posts_per_page query variable didn't work; it's now added to the introduced query variables so that it works.
  • Relevanssi won't log empty queries anymore.
  • WP CLI searches were disabled when Relevanssi is active; it should work now.
  • New filter: relevanssi_pdf_for_parent_query lets you adjust the MySQL query for fetching PDFs to index with the parent post.
  • New filter: relevanssi_pdf_for_parent_insert_data lets you manipulate the INSERT data for PDFs indexed with the parent post.
  • The default tax query relation was switched from OR to AND to match the WP_Query default behaviour.
  • Gutenberg can cause duplicated postmeta fields for pinning and unpinning. Relevanssi will now remove the duplicate post meta when the post is saved.
  • When used with WP 5.1, Relevanssi will now use wp_insert_site instead of the now-deprecated wpmu_new_blog.
  • Multisite blog creation is handled better in WP 5.1+.
  • Relevanssi now supports Restrict Content Pro permissions.
  • The Relevanssi metabox is now only shown for indexed post types.

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu