Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit e7b4cb5

Browse files
authored
Merge pull request #243 from algolia/bump-0.6.1
Bump version to 0.6.1
2 parents af0ac6c + 546e27d commit e7b4cb5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.6.1
2+
- Let users disable the Algolia powered by on the Settings page of the plugin
3+
- Raise the default batch size up to 50 for every index
4+
15
# 0.6.0
26
- Index all taxonomies even custom ones
37
- Made autocomplete & search page easily customizable by copy pasting a folder in the active theme

algolia.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Algolia Search
66
* Plugin URI: https://community.algolia.com/wordpress
77
* 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.
8-
* Version: 0.6.0
8+
* Version: 0.6.1
99
* Author: Algolia
1010
* Author URI: https://www.algolia.com/
1111
* License: MIT License, GNU General Public License v2.0
@@ -31,7 +31,7 @@
3131
}
3232

3333
// The Algolia Search plugin version.
34-
define( 'ALGOLIA_VERSION', '0.6.0' );
34+
define( 'ALGOLIA_VERSION', '0.6.1' );
3535

3636
if ( ! defined( 'ALGOLIA_PATH' ) ) {
3737
define( 'ALGOLIA_PATH', plugin_dir_path( __FILE__ ) );

docs/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var siteBuild = Metalsmith(__dirname)
2121
.metadata({
2222
title: 'Algolia Search Plugin for WordPress',
2323
url: 'https://github.com/algolia/algoliasearch-wordpress',
24-
version: '0.6.0',
24+
version: '0.6.1',
2525
time: new Date().getTime(),
2626
})
2727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algoliasearch-wordpress",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"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.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)