From c1e3b492a557a6e2b5cd2e361cbb6d4db30b6b06 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Mon, 9 Dec 2024 14:38:21 -0800 Subject: [PATCH 1/4] HUD and Solr Release notes --- .../2024-12-09-pantheon-hud-plugin-update.md | 9 +++++++++ .../releasenotes/2024-12-09-solr-plugin-update.md | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md create mode 100644 source/releasenotes/2024-12-09-solr-plugin-update.md diff --git a/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md b/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md new file mode 100644 index 0000000000..e017038782 --- /dev/null +++ b/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md @@ -0,0 +1,9 @@ +--- +title: Pantheon HUD 0.4.4 update now available +published_date: "2024-12-09" +categories: [wordpress, plugins] +--- + +The Pantheon HUD plugin [v0.4.4](https://github.com/pantheon-systems/pantheon-hud/releases) update is now available. This latest update fixes a UI bug with the Pantheon icon in the Pantheon menu item. The plugin also includes a number of under-the-hood fixes to adhere to [Pantheon's WP coding standards](https://github.com/pantheon-systems/pantheon-wp-coding-standards). + +Upgrade the plugin now to take advantage of these improvements and fixes. diff --git a/source/releasenotes/2024-12-09-solr-plugin-update.md b/source/releasenotes/2024-12-09-solr-plugin-update.md new file mode 100644 index 0000000000..d481fd25f7 --- /dev/null +++ b/source/releasenotes/2024-12-09-solr-plugin-update.md @@ -0,0 +1,15 @@ +--- +title: Solr Search for WordPress 2.6.0 update now available +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. + +## What's new? + +* 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. + +Upgrade the plugin now to take advantage of these improvements and fixes. From 86209d6f149e7306df58505e0ebd42d7a3212a12 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 9 Dec 2024 15:45:22 -0700 Subject: [PATCH 2/4] add link to YT video on coding standards --- source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md b/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md index e017038782..0b05e89054 100644 --- a/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md +++ b/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md @@ -4,6 +4,6 @@ published_date: "2024-12-09" categories: [wordpress, plugins] --- -The Pantheon HUD plugin [v0.4.4](https://github.com/pantheon-systems/pantheon-hud/releases) update is now available. This latest update fixes a UI bug with the Pantheon icon in the Pantheon menu item. The plugin also includes a number of under-the-hood fixes to adhere to [Pantheon's WP coding standards](https://github.com/pantheon-systems/pantheon-wp-coding-standards). +The Pantheon HUD plugin [v0.4.4](https://github.com/pantheon-systems/pantheon-hud/releases) update is now available. This latest update fixes a UI bug with the Pantheon icon in the Pantheon menu item. The plugin also includes a number of under-the-hood fixes to adhere to [Pantheon's WP coding standards](https://github.com/pantheon-systems/pantheon-wp-coding-standards). You can learn more about our Pantheon WP Coding Standard in [our video on YouTube](https://www.youtube.com/watch?v=WpxG7TJAFhU) Upgrade the plugin now to take advantage of these improvements and fixes. From 362958a0e7b9d76b6d5b8c980f67aa9798f1e1d5 Mon Sep 17 00:00:00 2001 From: Ingrid <148255657+IngridKwok@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:03:29 -0800 Subject: [PATCH 3/4] Update 2024-12-09-pantheon-hud-plugin-update.md --- .../2024-12-09-pantheon-hud-plugin-update.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md b/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md index 0b05e89054..fc0a20d1fe 100644 --- a/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md +++ b/source/releasenotes/2024-12-09-pantheon-hud-plugin-update.md @@ -4,6 +4,12 @@ published_date: "2024-12-09" categories: [wordpress, plugins] --- -The Pantheon HUD plugin [v0.4.4](https://github.com/pantheon-systems/pantheon-hud/releases) update is now available. This latest update fixes a UI bug with the Pantheon icon in the Pantheon menu item. The plugin also includes a number of under-the-hood fixes to adhere to [Pantheon's WP coding standards](https://github.com/pantheon-systems/pantheon-wp-coding-standards). You can learn more about our Pantheon WP Coding Standard in [our video on YouTube](https://www.youtube.com/watch?v=WpxG7TJAFhU) +The Pantheon HUD plugin [v0.4.4](https://github.com/pantheon-systems/pantheon-hud/releases) update is now available. -Upgrade the plugin now to take advantage of these improvements and fixes. +### What's new in this update +* **Bug fix**: Resolved a UI issue affecting the Pantheon icon in the Pantheon menu. +* **Enhancements**: Improved adherence to [Pantheon's WP coding standards](https://github.com/pantheon-systems/pantheon-wp-coding-standards) with several under-the-hood fixes. + +Learn more about our Pantheon WP Coding Standard in [our video on YouTube](https://www.youtube.com/watch?v=WpxG7TJAFhU) + +Update the Pantheon HUD plugin today to enjoy these improvements and fixes. From a8b5a815c58b7fca749cd16ea51a5dc8b4338484 Mon Sep 17 00:00:00 2001 From: Ingrid <148255657+IngridKwok@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:10:42 -0800 Subject: [PATCH 4/4] Update 2024-12-09-solr-plugin-update.md --- source/releasenotes/2024-12-09-solr-plugin-update.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.