Posted on

Premium 2.27 / Free 4.24 release notes

This version adds a new feature for Premium users that lets you filter user search logs based on the search form. Just tag your search forms with an extra query parameter, and you can see which searches came from which form. There are also many small bug fixes.

2.27.2 / 4.24.2

  • Excerpts were broken in 2.27.0 / 4.24.0. This update returns the custom excerpts.

4.24.1

  • Fix to avoid database errors.

2.27.1

  • The automatic updates were broken in 2.26.1. This version fixes the problem.

If you have already updated to 2.26.1 or 2.27.0, you can either update manually or fix the problem with this little snippet:

add_action( 'admin_init', function() {
	global $relevanssi_variables;
	$relevanssi_variables['autoupdate']->plugin_slug = 'relevanssi-premium/relevanssi.php';
} );

Adding this snippet to your site will fix the automatic updates in 2.26.1 and 2.27.0, and once you’ve updated to 2.27.1, you can remove the snippet.

2.27.0 / 4.24.0

  • Premium. New feature: You can now set the rlv_source parameter in a search form and then filter the search logs based on that. See relevanssi_valid_sources.
  • New feature: New filter hooks relevanssi_after_index_doc_n and relevanssi_truncate_index for potential compatibility integrations.
  • Premium. Minor fix: Related posts keyword source taxonomy list now shows the taxonomy slug to distinguish between taxonomies with the same name.
  • Premium. Minor fix: Building excerpts from PDF content didn’t work in multisite context, leading to wrong excerpts or no excerpts at all.
  • Minor fix: Adjust post type parameter handling so that it doesn’t change the post_type query var.
  • Minor fix: SEO Framework local search exclude option description now tells what the option actually does.
  • Premium. Minor fix: Click tracking code is now only used when the click tracking option is enabled.
  • Minor fix: The relevanssi_post_type_archive_ok hook second parameter didn’t match the documentation. It does now.
  • Minor fix: SEOPress compatibility mode is enabled again.
  • Minor fix: The update counts link had the wrong tab query parameter.
  • Premium. Minor fix: Stop fatal errors from pinning and relevanssi_index_content filter hooks.
  • Premium. Minor fix: Click tracking is disabled for non-existing posts.
  • Premium. Minor fix: Remove errors from textdomain loading.
  • Minor fix: Relevanssi cache population now creates WP_Post objects instead of stdClass objects.
  • Minor fix: Avoid fatal errors in the installation process with Polylang enabled.
  • Minor fix: Make it possible to remove search queries with emoji from the log.

You can find the new versions from the automatic updates or the Downloads page.

Leave a Reply

Are you a Relevanssi Premium customer looking for support? Please use the Premium support form.

Your email address will not be published. Required fields are marked *