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

Commit

Permalink
Merge pull request #141 from algolia/bump-0.2.7
Browse files Browse the repository at this point in the history
Bump version to 0.2.7
  • Loading branch information
rayrutjes authored Aug 2, 2016
2 parents 7a42748 + 1270759 commit f03f3ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.7
- Fix the user agent so that the analytics API can detect required updates
- Add more contextual help if we detect incorrect configuration

# 0.2.6
- Make sure we detect custom post types before loading indices
- Log errors even when logging is turned off
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var siteBuild = Metalsmith(__dirname)
.metadata({
title: 'Algolia Search Plugin for WordPress',
url: 'https://github.com/algolia/algoliasearch-wordpress-plugin',
version: '0.2.6',
version: '0.2.7',
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-plugin",
"version": "0.2.6",
"version": "0.2.7",
"description": "Requirements: - docker - docker-compose",
"main": "index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions wordpress/wp-content/plugins/algolia/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.2.6
* Version: 0.2.7
* 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.2.6' );
define( 'ALGOLIA_VERSION', '0.2.7' );

if ( ! defined( 'ALGOLIA_PATH' ) ) {
define( 'ALGOLIA_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit f03f3ad

Please sign in to comment.