diff --git a/CHANGELOG.md b/CHANGELOG.md index b95b7754..f237faa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.txt b/README.txt index 765d3b7c..60b1779a 100644 --- a/README.txt +++ b/README.txt @@ -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. @@ -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 diff --git a/algolia.php b/algolia.php index fcc022c9..e60ed421 100644 --- a/algolia.php +++ b/algolia.php @@ -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 @@ -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' ) ) { diff --git a/docs/index.js b/docs/index.js index 8daac42b..671b6a1e 100644 --- a/docs/index.js +++ b/docs/index.js @@ -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)