From ea69a1ace8475f9b69f80991bf424212878a4a8c Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 19 Jul 2016 18:08:43 +0100 Subject: [PATCH] Readme --- CHANGELOG.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ff6f3f35d53..e4e4d3a8436 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -28,6 +28,7 @@ * Dev - Include child prices in grouped_price_html filter. * Dev - Allow filtering of variation stock quantity. * Dev - Added $_product argument to 'woocommerce_restock_refunded_item' hook. +* Dev - Added a filter hook for the wc_ajax endpoint url. * Tweak - Include account page link in new customer account emails. * Tweak - Updated all URLs from WooThemes.com to WooCommerce.com. * Tweak - Cache the result of WC_Comments::wp_count_comments() in a transient (improves performance). diff --git a/readme.txt b/readme.txt index a072d406760..e54bef9e99a 100644 --- a/readme.txt +++ b/readme.txt @@ -186,6 +186,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc * Dev - Include child prices in grouped_price_html filter. * Dev - Allow filtering of variation stock quantity. * Dev - Added $_product argument to 'woocommerce_restock_refunded_item' hook. +* Dev - Added a filter hook for the wc_ajax endpoint url. * Tweak - Include account page link in new customer account emails. * Tweak - Updated all URLs from WooThemes.com to WooCommerce.com. * Tweak - Cache the result of WC_Comments::wp_count_comments() in a transient (improves performance).