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 #614 from algolia/chore/release-2.3.0
Browse files Browse the repository at this point in the history
chore(release): v2.3.0
  • Loading branch information
rayrutjes authored Jun 8, 2017
2 parents 29dd578 + cdc514b commit 3de4cb2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.3.0

- Feat: Add a button for every index to push the settings
- Feat: Add a filter to force settings update when re-indexing
- Fix: Fix a regression when post splitting was disabled
- Fix: Make sure attachments get removed from Algolia when deleted

# 2.2.3

- Fallback to native search if Algolia call fails on search page
Expand Down
11 changes: 9 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: algolia, rayrutjes
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
Requires at least: 4.4
Tested up to: 4.7
Stable tag: 2.2.3
Tested up to: 4.8
Stable tag: 2.3.0
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 Expand Up @@ -101,6 +101,13 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 2.3.0 =

- Feat: Add a button for every index to push the settings
- Feat: Add a filter to force settings update when re-indexing
- Fix: Fix a regression when post splitting was disabled
- Fix: Make sure attachments get removed from Algolia when deleted

= 2.2.3 =

- Fallback to native search if Algolia call fails on search page
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.2.3
* Version: 2.3.0
* Author: Algolia
* Author URI: https://www.algolia.com/
* License: MIT License, GNU General Public License v2.0
Expand All @@ -30,7 +30,7 @@
}

// The Algolia Search plugin version.
define( 'ALGOLIA_VERSION', '2.2.3' );
define( 'ALGOLIA_VERSION', '2.3.0' );
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.2.3',
version: '2.3.0',
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

0 comments on commit 3de4cb2

Please sign in to comment.