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 #707 from algolia/chore/release-2.9.2
Browse files Browse the repository at this point in the history
chore(release): v2.9.2
  • Loading branch information
rayrutjes authored Jan 15, 2018
2 parents 2a1626b + ccfe2cd commit 4f3f419
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="2.9.2"></a>
## [2.9.2](https://github.com/algolia/algoliasearch-wordpress/compare/2.9.1...2.9.2) (2018-01-15)


### Performance Improvements

* **terms-index:** use deleteObject instead of deleteBy ([504821b](https://github.com/algolia/algoliasearch-wordpress/commit/504821b))
* **users-index:** use deleteObject instead of deleteBy ([39625f6](https://github.com/algolia/algoliasearch-wordpress/commit/39625f6))
* merge deleteBy requests when re-indexing ([32599dd](https://github.com/algolia/algoliasearch-wordpress/commit/32599dd))



<a name="2.9.1"></a>
## [2.9.1](https://github.com/algolia/algoliasearch-wordpress/compare/2.9.0...2.9.1) (2018-01-08)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 4.4
**Tested up to:** 4.9
**Requires PHP:** 5.3
**Stable tag:** 2.9.1
**Stable tag:** 2.9.2
**License:** MIT License, GNU General Public License v2.0

Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Search, Algolia, Autocomplete, instant-search, relevant search, search hig
Requires at least: 4.4
Tested up to: 4.9
Requires PHP: 5.3
Stable tag: 2.9.1
Stable tag: 2.9.2
License: MIT License, GNU General Public License v2.0

Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
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: Search by Algolia – Instant & Relevant results
* Plugin URI: https://community.algolia.com/wordpress
* Description: Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
* Version: 2.9.1
* Version: 2.9.2
* Author: Algolia
* Author URI: https://www.algolia.com/
* License: MIT License, GNU General Public License v2.0
Expand All @@ -32,7 +32,7 @@
}

// The Algolia Search plugin version.
define( 'ALGOLIA_VERSION', '2.9.1' );
define( 'ALGOLIA_VERSION', '2.9.2' );
define( 'ALGOLIA_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

if ( ! defined( 'ALGOLIA_PATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var siteBuild = Metalsmith(__dirname)
.metadata({
title: 'Algolia Search Plugin for WordPress',
url: 'https://github.com/algolia/algoliasearch-wordpress',
version: '2.9.1',
version: '2.9.2',
time: new Date().getTime(),
tweets:['666409672006606848','675635141713248256','684325213329305600','669552193419259904','672084577805012992','714625225359425536','669555344725696512','688027404741308417','783838738791227392','782584336323227648','787040561215582208','698839453469544448','687060441881796608','705467858961223680','665028633048821760','654785137272459265','661567388983279617','708574926962294784','707863195025858560'],
header: algoliaComponents.communityHeader(communityHeaderData)
Expand Down
4 changes: 2 additions & 2 deletions languages/algolia.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the MIT License, GNU General Public License v2.0.
msgid ""
msgstr ""
"Project-Id-Version: Search by Algolia – Instant & Relevant results 2.9.1\n"
"Project-Id-Version: Search by Algolia – Instant & Relevant results 2.9.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/algolia\n"
"POT-Creation-Date: 2018-01-08 13:21:54+00:00\n"
"POT-Creation-Date: 2018-01-15 20:45:11+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.9.1",
"version": "2.9.2",
"scripts": {
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
"changelog:unreleased": "conventional-changelog --preset angular --output-unreleased"
Expand Down

0 comments on commit 4f3f419

Please sign in to comment.