From 546e27d2ba3febef034d66def372029f6b956a22 Mon Sep 17 00:00:00 2001 From: Raymond Rutjes Date: Mon, 12 Sep 2016 16:40:39 +0200 Subject: [PATCH] Bump version to 0.6.1 --- CHANGELOG.md | 4 ++++ algolia.php | 4 ++-- docs/index.js | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0ae2e7..88a2fb2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.6.1 +- Let users disable the Algolia powered by on the Settings page of the plugin +- Raise the default batch size up to 50 for every index + # 0.6.0 - Index all taxonomies even custom ones - Made autocomplete & search page easily customizable by copy pasting a folder in the active theme diff --git a/algolia.php b/algolia.php index f2e42a95..48dd0ddc 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 provides a find-as-you-type search results page and adds an autocomplete dropdown menu to your search bars. - * Version: 0.6.0 + * Version: 0.6.1 * Author: Algolia * Author URI: https://www.algolia.com/ * License: MIT License, GNU General Public License v2.0 @@ -31,7 +31,7 @@ } // The Algolia Search plugin version. -define( 'ALGOLIA_VERSION', '0.6.0' ); +define( 'ALGOLIA_VERSION', '0.6.1' ); if ( ! defined( 'ALGOLIA_PATH' ) ) { define( 'ALGOLIA_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/docs/index.js b/docs/index.js index f4351e60..94285701 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.6.0', + version: '0.6.1', time: new Date().getTime(), }) diff --git a/package.json b/package.json index 0240646c..6ffeed0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algoliasearch-wordpress", - "version": "0.6.0", + "version": "0.6.1", "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": {