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

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Aug 26, 2016
1 parent e4c5d85 commit 0f6891d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions algolia.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
})

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0f6891d

Please sign in to comment.