-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathreadme.txt
48 lines (32 loc) · 1.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=== Algolia Woo Indexer ===
Contributors: Daniel F
Tags: algolia, woocommerce, search, algolia search, algolia indexing
Requires at least: not tested
Tested up to: 6.1.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
This plugin indexes products inside of WooCommerce and submits them to Algolia.
You need to add the Application ID, the Admin API Key from the `API keys` section in Algolia as well as the index name.
== Installation ==
* Upload `Algolia Woo Indexer` to the `/wp-content/plugins/` directory of your application
* Login as Admin
* Activate the plugin through the 'Plugins' menu in WordPress
* Login to Algolia and go to "API keys"
* Add the Application ID to the plugin settings page
* Add the Admin API Key to the plugin settings page
* Enter the name of the index that should be used to index Woocommerce products
== Frequently Asked Questions ==
None
== Changelog ==
= 1.0.7 =
* Add support for premium version
= 1.0 =
* Initial release
== Upgrade Notice ==
None
== License ==
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
== Version history ==
1.0 - Initial version