From 263ad3eeee7fc79f88827435f8e9c1f6bcfba0ce Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 28 Nov 2023 10:52:26 -0700 Subject: [PATCH] Bump "tested up to" version (#618) * bump tested up to version * trigger to run on pull requests instead of pushes --- .github/workflows/lint-test.yml | 4 ++-- README.md | 2 +- readme.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index b6b48c39..17c19ee4 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -1,6 +1,6 @@ name: Lint and Test on: - push: + pull_request: branches: - '**' schedule: @@ -76,7 +76,7 @@ jobs: run: bash bin/phpunit-test.sh test-behat: - needs: + needs: - test-phpunit - lint runs-on: ubuntu-latest diff --git a/README.md b/README.md index 463b7994..05640e61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** search **Requires at least:** 4.6 **Requires PHP:** 7.1 -**Tested up to:** 6.3 +**Tested up to:** 6.4.1 **Stable tag:** 2.5.2 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/readme.txt b/readme.txt index bdec4c47..090255df 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, Outlandish Josh, 10up, collinsinternet, andrew.taylor Tags: search Requires at least: 4.6 Requires PHP: 7.1 -Tested up to: 6.3 +Tested up to: 6.4.1 Stable tag: 2.5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -215,7 +215,7 @@ Add the following to your `functions.php` file. = Explicit Commit vs Autocommit = -Once solr has sent the data to the solr server, solr must COMMIT the data to the index and adjust the index and relevancy ratings accordingly before that data can appear in search results. +Once solr has sent the data to the solr server, solr must COMMIT the data to the index and adjust the index and relevancy ratings accordingly before that data can appear in search results. By default, Solr Search for WordPress has auto-commit disabled. The index is committed when the uncommitted item is two minutes old, or the cron runs. By default, the cron runs on the Pantheon platform every hour. @@ -453,4 +453,4 @@ Please report security bugs found in the source code of the Solr Power plugin th == Upgrade Notice == = 2.5.0 = -Changes the default auto-commit behavior to disabled. See [the README](https://github.com/pantheon-systems/solr-power/#explicit-commit-vs-autocommit) for instructions for keeping enabled. \ No newline at end of file +Changes the default auto-commit behavior to disabled. See [the README](https://github.com/pantheon-systems/solr-power/#explicit-commit-vs-autocommit) for instructions for keeping enabled.