From cdfe1b404bcfc19e997e47b23c9f3b7eb345bfa3 Mon Sep 17 00:00:00 2001 From: Taylor Lovett Date: Thu, 9 Apr 2015 10:23:29 -0400 Subject: [PATCH] Increment version --- elasticpress.php | 2 +- readme.txt | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/elasticpress.php b/elasticpress.php index 87611c5b3b..9d177dfe34 100644 --- a/elasticpress.php +++ b/elasticpress.php @@ -3,7 +3,7 @@ /** * Plugin Name: ElasticPress * Description: Integrate WordPress search with Elasticsearch - * Version: 1.3 + * Version: 1.3.1 * Author: Aaron Holbrook, Taylor Lovett, Matt Gross, 10up * Author URI: http://10up.com * License: GPLv2 or later diff --git a/readme.txt b/readme.txt index b4204caf48..38d4d7cd90 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Author URI: http://10up.com Plugin URI: https://github.com/10up/ElasticPress Tags: search, elasticsearch, fuzzy, facet, searching, autosuggest, suggest, elastic, advanced search Requires at least: 3.7.1 -Tested up to: 4.1 -Stable tag: 1.3 +Tested up to: 4.2 +Stable tag: 1.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -58,6 +58,9 @@ configuring single site and multi-site cross-site search are slightly different. == Changelog == += 1.3.1 = +* Support `date` in WP_Query `orderby`. + = 1.3 = * Support `meta_query` in WP_Query integration * Improved documentation. Each WP-CLI command has been documented