Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Commit

Permalink
Index coupons
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Apr 5, 2016
1 parent 972e099 commit b7b87e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elasticpress-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: ElasticPress WooCommerce
* Description: Integrate ElasticPress and Elasticsearch with WooCommerce
* Version: 1.1.3
* Version: 1.1.4
* Author: Taylor Lovett, 10up
* Author URI: http://10up.com
* License: GPLv2 or later
Expand All @@ -18,6 +18,7 @@
function epwc_post_types( $post_types ) {
return array_unique( array_merge( $post_types, array(
'shop_order' => 'shop_order',
'shop_coupon' => 'shop_coupon',
'shop_order_refund' => 'shop_order_refund',
'product_variation' => 'product_variation',
'product' => 'product',
Expand Down

0 comments on commit b7b87e9

Please sign in to comment.