diff --git a/source/releasenotes/2024-12-09-solr-plugin-update.md b/source/releasenotes/2024-12-09-solr-plugin-update.md index d481fd25f7..bd31bd37b5 100644 --- a/source/releasenotes/2024-12-09-solr-plugin-update.md +++ b/source/releasenotes/2024-12-09-solr-plugin-update.md @@ -4,12 +4,14 @@ published_date: "2024-12-09" categories: [wordpress, plugins] --- -The Solr Search for WordPress plugin [v2.6.0]((https://github.com/pantheon-systems/solr-power/releases)) update is now available. This latest update resolves a bug with custom solr schema on Composer-managed WordPress sites. +The Solr Search for WordPress plugin [v2.6.0]((https://github.com/pantheon-systems/solr-power/releases)) update is now available. -## What's new? +## What's new +### Features +* Introduced the new `is_solr_query` filter to enhance query customization. +* Added the `solr_power_customer_schema_file_path` filter to set an alternative path for the custom schema file. -* Adds a new `is_solr_query` filter -* Fixes the default custom schema file path for Composer-managed and other non-standard uploads directories. -* Adds a new `solr_power_customer_schema_file_path` filter to set an alternative path for the custom schema file. +### Bug fixes +* Fixed the default custom schema file path for Composer-managed and non-standard uploads directories. Upgrade the plugin now to take advantage of these improvements and fixes.