Skip to content

Commit

Permalink
Bump "tested up to" version (#618)
Browse files Browse the repository at this point in the history
* bump tested up to version

* trigger to run on pull requests instead of pushes
  • Loading branch information
jazzsequence authored Nov 28, 2023
1 parent 3ba5ee8 commit 263ad3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint and Test
on:
push:
pull_request:
branches:
- '**'
schedule:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: bash bin/phpunit-test.sh

test-behat:
needs:
needs:
- test-phpunit
- lint
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
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.

0 comments on commit 263ad3e

Please sign in to comment.