diff --git a/elasticpress.php b/elasticpress.php index 4477e020a..0e5625db1 100644 --- a/elasticpress.php +++ b/elasticpress.php @@ -3,7 +3,7 @@ * Plugin Name: ElasticPress * Plugin URI: https://github.com/10up/ElasticPress * Description: A fast and flexible search and query engine for WordPress. - * Version: 5.1.3 + * Version: 5.1.4 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: 10up @@ -32,7 +32,7 @@ define( 'EP_URL', plugin_dir_url( __FILE__ ) ); define( 'EP_PATH', plugin_dir_path( __FILE__ ) ); define( 'EP_FILE', plugin_basename( __FILE__ ) ); -define( 'EP_VERSION', '5.1.3' ); +define( 'EP_VERSION', '5.1.4' ); define( 'EP_PHP_VERSION_MIN', '7.4' ); diff --git a/package-lock.json b/package-lock.json index a48dd0e64..46ab87bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elasticpress", - "version": "5.1.3", + "version": "5.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elasticpress", - "version": "5.1.3", + "version": "5.1.4", "license": "GPL-2.0-or-later", "dependencies": { "@10up/component-tooltip": "^2.0.0", diff --git a/package.json b/package.json index 08c36b2a1..544075995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elasticpress", - "version": "5.1.3", + "version": "5.1.4", "license": "GPL-2.0-or-later", "description": "A fast and flexible search and query engine for WordPress.", "devDependencies": { diff --git a/readme.txt b/readme.txt index 9e1e80a16..9192b3191 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === ElasticPress === Contributors: 10up, tlovett1, vhauri, tott, felipeelia, oscarssanchez, cmmarslender Tags: performance, search, elasticsearch, fuzzy, related posts -Tested up to: 6.5 -Stable tag: 5.1.3 +Tested up to: 6.7 +Stable tag: 5.1.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html