This repository has been archived by the owner on Jun 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreadme.txt
61 lines (45 loc) · 1.84 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
49
50
51
52
53
54
55
56
57
58
59
60
61
=== ElasticPress WooCommerce ===
Contributors: tlovett1, joshuaabenazer, 10up
Tags: debug, woocommerce, elasticpress, elasticsearch, ecommerce, search filters
Requires at least: 3.7.1
Tested up to: 4.6
Stable tag: trunk
Power WooCommerce with Elasticsearch for extremely fast product and order queries.
== Description ==
A WordPress plugin that integrates [ElasticPress](https://github.com/10up/ElasticPress) with [WooCommerce](https://www.woothemes.com/woocommerce/). This plugin will run all critical WooCommerce queries through Elasticsearch instead of MySQL making it possible to render pages and process complex eCommerce filters very fast.
= Requirements: =
* [ElasticPress 2.0+](https://wordpress.org/plugins/elasticpress)
* PHP 5.2.4+
== Installation ==
1. Install [ElasticPress](https://wordpress.org/plugins/elasticpress).
2. Install [WooCommerce](https://wordpress.org/plugins/woocommerce/).
3. Install the plugin in WordPress.
== Changelog ==
= 1.2.2 =
* Properly order price
= 1.2.1 =
* Allow orders on the front end to get synced
* ElasticPress requirement upped to 2.0
* Bypass ES on coupon search
= 1.2 =
* Search by product sku as well as product taxonomies on front and back end.
* Don't hook into WooCommerce API requests
* Add composer.json
= 1.1.4 =
* Properly index coupons
* Don't send post_parent queries to Elasticsearch since EP can't support them
= 1.1.3 =
* Index order post meta
* Fix bug that was destroying admin order search queries
* Prevent WooCommerce from running expensive post meta MySQL query on admin order search
* Account for custom order statuses
= 1.1.2 =
* Fix post status indexes term search in admin
* Set ep_integrate in query and query_vars for backwards compat
= 1.1.1 =
* Fix undefined variable warning
= 1.1 =
* Properly support search in admin
* Properly index product/order post statuses
= 1.0 =
* Initial release