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

Commit 3de4cb2

Browse files
authored
Merge pull request #614 from algolia/chore/release-2.3.0
chore(release): v2.3.0
2 parents 29dd578 + cdc514b commit 3de4cb2

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.3.0
2+
3+
- Feat: Add a button for every index to push the settings
4+
- Feat: Add a filter to force settings update when re-indexing
5+
- Fix: Fix a regression when post splitting was disabled
6+
- Fix: Make sure attachments get removed from Algolia when deleted
7+
18
# 2.2.3
29

310
- Fallback to native search if Algolia call fails on search page

README.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: algolia, rayrutjes
33
Tags: Search, Algolia, Autocomplete, instant-search, relevant search, search highlight, faceted search, find-as-you-type search, suggest, search by category, ajax search, better search, custom search
44
Requires at least: 4.4
5-
Tested up to: 4.7
6-
Stable tag: 2.2.3
5+
Tested up to: 4.8
6+
Stable tag: 2.3.0
77
License: MIT License, GNU General Public License v2.0
88

99
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.
@@ -101,6 +101,13 @@ Automatic updates should work like a charm; as always though, ensure you backup
101101

102102
== Changelog ==
103103

104+
= 2.3.0 =
105+
106+
- Feat: Add a button for every index to push the settings
107+
- Feat: Add a filter to force settings update when re-indexing
108+
- Fix: Fix a regression when post splitting was disabled
109+
- Fix: Make sure attachments get removed from Algolia when deleted
110+
104111
= 2.2.3 =
105112

106113
- Fallback to native search if Algolia call fails on search page

algolia.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Search by Algolia – Instant & Relevant results
66
* Plugin URI: https://community.algolia.com/wordpress
77
* 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.
8-
* Version: 2.2.3
8+
* Version: 2.3.0
99
* Author: Algolia
1010
* Author URI: https://www.algolia.com/
1111
* License: MIT License, GNU General Public License v2.0
@@ -30,7 +30,7 @@
3030
}
3131

3232
// The Algolia Search plugin version.
33-
define( 'ALGOLIA_VERSION', '2.2.3' );
33+
define( 'ALGOLIA_VERSION', '2.3.0' );
3434
define( 'ALGOLIA_PLUGIN_BASENAME', plugin_basename(__FILE__) );
3535

3636
if ( ! defined( 'ALGOLIA_PATH' ) ) {

docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var siteBuild = Metalsmith(__dirname)
2828
.metadata({
2929
title: 'Algolia Search Plugin for WordPress',
3030
url: 'https://github.com/algolia/algoliasearch-wordpress',
31-
version: '2.2.3',
31+
version: '2.3.0',
3232
time: new Date().getTime(),
3333
tweets:['666409672006606848','675635141713248256','684325213329305600','669552193419259904','672084577805012992','714625225359425536','669555344725696512','688027404741308417','783838738791227392','782584336323227648','787040561215582208','698839453469544448','687060441881796608','705467858961223680','665028633048821760','654785137272459265','661567388983279617','708574926962294784','707863195025858560'],
3434
header: algoliaComponents.communityHeader(communityHeaderData)

0 commit comments

Comments
 (0)