From 0f6891d4b8e96e68908379738f02cb07bebf78be Mon Sep 17 00:00:00 2001 From: Raymond Rutjes Date: Fri, 26 Aug 2016 15:35:25 +0200 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 6 ++++++ algolia.php | 4 ++-- docs/index.js | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825d38fa..5a7b4382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.4.0 +- Add instantsearch.js integration as plug & play feature +- Improve autocomplete suggestion template +- Make sure we index everything even when WP_Query filters are introduced by plugins like WPML +- Index categories as a tree for usage in instantsearch.js hierarchicalMenu widget + # 0.3.0 - Cleanup the codebase - Support install through composer diff --git a/algolia.php b/algolia.php index 66e49ba2..05de242c 100644 --- a/algolia.php +++ b/algolia.php @@ -5,7 +5,7 @@ * Plugin Name: Algolia Search * Plugin URI: https://community.algolia.com/wordpress * Description: Algolia Search plugin for WordPress is a drop in replacement for WordPress search. It also provides an optional "as you type" auto-complete experience. - * Version: 0.3.0 + * Version: 0.4.0 * Author: Algolia * Author URI: https://www.algolia.com/ * License: MIT @@ -31,7 +31,7 @@ } // The Algolia Search plugin version. -define( 'ALGOLIA_VERSION', '0.3.0' ); +define( 'ALGOLIA_VERSION', '0.4.0' ); if ( ! defined( 'ALGOLIA_PATH' ) ) { define( 'ALGOLIA_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/docs/index.js b/docs/index.js index 68cf071c..313c0f94 100644 --- a/docs/index.js +++ b/docs/index.js @@ -21,7 +21,7 @@ var siteBuild = Metalsmith(__dirname) .metadata({ title: 'Algolia Search Plugin for WordPress', url: 'https://github.com/algolia/algoliasearch-wordpress', - version: '0.3.0', + version: '0.4.0', time: new Date().getTime(), }) diff --git a/package.json b/package.json index 28453792..8fbe3ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algoliasearch-wordpress", - "version": "0.3.0", + "version": "0.4.0", "description": "Algolia Search plugin for WordPress is a drop in replacement for WordPress search. It also provides an optional \"as you type\" auto-complete experience.", "main": "index.js", "directories": {