Skip to content

Commit b510b9d

Browse files
author
Mustafa Şükrü Kapusuz
committed
Merge remote-tracking branch 'origin/main' into feat/sync-settings
2 parents b0f7882 + 4c002a7 commit b510b9d

File tree

3 files changed

+34
-11
lines changed

3 files changed

+34
-11
lines changed

README.txt

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,42 @@
11
=== WP Search with Algolia ===
2-
Contributors: WebDevStudios, williamsba1, gregrickaby, tw2113, richaber, mrasharirfan, scottbasgaard
3-
Tags: search, algolia, autocomplete, instantsearch, relevance search, faceted search, find-as-you-type search, ecommerce, seo
2+
Contributors: WebDevStudios, williamsba1, tw2113, mrasharirfan, scottbasgaard, gregrickaby, richaber
3+
Tags: search, algolia, autocomplete, instantsearch, relevance search, faceted search, find-as-you-type search, ecommerce, seo, woocommerce, advanced search
44
Requires at least: 5.0
55
Tested up to: 6.2
66
Requires PHP: 7.4
7-
Stable tag: 2.5.0
7+
Stable tag: 2.5.1
88
License: GNU General Public License v2.0, MIT License
99

10-
Use the power of Algolia to fall in love with your website's search. Enable Autocomplete and Instantsearch. Control the look, feel, and relevance.
10+
Use the power of Algolia to enhance your website's search. Enable Autocomplete and Instantsearch for fast and accurate results. Control the look, feel, and relevance.
1111

1212
== Description ==
1313

14-
"I hate my website's search!" We hear it all the time. Look no further than WP Search with Algolia to fall in love with your website's search capabilities.
14+
Easily integrate the powerful search tool Algolia directly into your WordPress website. Quickly index all of your website’s content and provide lightning fast and accurate search results within minutes!
1515

16-
Forked, built, and supported by WebDevStudios, the website agency behind Custom Post Type UI, WP Search with Algolia immediately improves search on your site. Your users will be impressed.
16+
Built and supported by WebDevStudios, the website agency behind Custom Post Type UI, WP Search with Algolia immediately improves search on your website. Your users will be impressed!
1717

18-
Autocomplete and Instantsearch are included and enabled. Plus, you receive full control over the look, feel, and relevance of your users' search experience.
18+
Enable Autocomplete and Instantsearch to immediately provide a more robust search experience to your visitors. Plus, you receive full control over the look, feel, and relevance of your users' search experience.
1919

2020
= Features =
21+
* One-click indexing of all content in WordPress
2122
* Relevant, faceted ready search results in milliseconds with native typo-tolerance from Algolia Search
23+
* Super granular control on search content relevancy and content positioning
2224
* Language-agnostic
2325
* WordPress hooks and filters available for easy customization of indexed content.
2426

2527
This plugin requires API keys from [Algolia](https://www.algolia.com/). API keys are free for small personal projects and non-commercial use. Learn more about [commercial use pricing](https://www.algolia.com/pricing/).
2628

27-
Are you ready to go pro? WebDevStudios is pleased to announce the release of **WP Search with Algolia Pro**, the premium version of WP Search with Algolia, which will be available for purchase at [Pluginize.com](https://pluginize.com/plugins/wp-search-with-algolia-pro/) soon.
29+
Introducing **WP Search with Algolia Pro**, our new premium version of WP Search with Algolia! Pro features include:
30+
31+
* WooCommerce support
32+
* Indexing Product data including SKU, pricing (standard and variable), sales, and short descriptions.
33+
* Total sales and total ratings indexed for popularity
34+
* Advanced SEO support with Yoast SEO and All in One SEO
35+
* Content level settings to exclude individual content from the search index
36+
* Set Algolia’s indexing to match with existing search engine “noindex” settings
37+
* Multisite Network-wide support coming soon!
38+
39+
Are you ready to go Pro? Check out [WP Search with Algolia Pro on Pluginize](https://pluginize.com/plugins/wp-search-with-algolia-pro/)!
2840

2941
= Links =
3042
* [WebDevStudios](https://webdevstudios.com)
@@ -113,6 +125,10 @@ All development is handled on [GitHub](https://github.com/WebDevStudios/wp-searc
113125

114126
Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases).
115127

128+
= 2.5.1 =
129+
* Updated readme.txt with more plugin information.
130+
* Repositioned help info on settings screens.
131+
116132
= 2.5.0 =
117133
* Introduction of WP Search with Algolia Pro availability.
118134
* Added `algolia_custom_template_location` filter to allow specifying custom template locations besides just your active theme.

algolia.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Search with Algolia
44
* Plugin URI: https://github.com/WebDevStudios/wp-search-with-algolia
55
* Description: Integrate the powerful Algolia search service with WordPress
6-
* Version: 2.5.0
6+
* Version: 2.5.1
77
* Requires at least: 5.0
88
* Requires PHP: 7.4
99
* Author: WebDevStudios
@@ -26,7 +26,7 @@
2626
}
2727

2828
// The Algolia Search plugin version.
29-
define( 'ALGOLIA_VERSION', '2.5.0' );
29+
define( 'ALGOLIA_VERSION', '2.5.1' );
3030

3131
// The minmum required PHP version.
3232
define( 'ALGOLIA_MIN_PHP_VERSION', '7.4' );

includes/admin/partials/page-autocomplete-config.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@
1010

1111
?>
1212

13+
<p class="description" id="home-description">
14+
<?php esc_html_e( 'Configure the indices you want to display in the autocomplete search dropdown menu.', 'wp-search-with-algolia' ); ?>
15+
<br />
16+
<?php esc_html_e( 'Use the `Max. Suggestions` column to configure the number of results displayed by section.', 'wp-search-with-algolia' ); ?>
17+
<br />
18+
<?php esc_html_e( 'Use drag and drop to control the order of the sections in the autocomplete search dropdown menu.', 'wp-search-with-algolia' ); ?>
19+
</p>
1320
<table class="widefat table-autocomplete">
14-
<thead>
21+
<thead>
1522
<tr>
1623
<th style="width: 20px;"></th>
1724
<th style="width: 75px;"><?php esc_html_e( 'Enable', 'wp-search-with-algolia' ); ?></th>

0 commit comments

Comments
 (0)