diff --git a/README.md b/README.md index 70ce4a97..4d80aa13 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.3-dev **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -204,7 +204,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. diff --git a/bin/behat-prepare.sh b/bin/behat-prepare.sh index a0e1bb5a..639909a9 100755 --- a/bin/behat-prepare.sh +++ b/bin/behat-prepare.sh @@ -56,6 +56,9 @@ cd $BASH_DIR/.. rsync -av --exclude='node_modules/' --exclude='tests/' ./* $PREPARE_DIR/wp-content/plugins/solr-power cd $PREPARE_DIR/wp-content/plugins/solr-power +PHP_VERSION="$(terminus env:info $SITE_ENV --field=php_version)" +echo "PHP Version: $PHP_VERSION" + ### # Build plugin ### diff --git a/readme.txt b/readme.txt index 431408e1..3841322b 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. @@ -455,4 +455,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.