=== Product Alerts ===
Requires at least: 4.0.0
Tested up to: 4.9
Stable tag: 1.0.0

Base functionality to register for and send product alerts.

== Description ==
Adds custom post type product alerts.
Use Contact Form 7 to register for product alerts.
Periodically send product alerts based on a query searching for new products.
Could be used with any custom post type as 'product'.

== Installation ==
1. Download the package
2. Unzip the package
3. Upload the folder to your website
4. Activate the Product Alerts plugin
5. Add a mail-product-alert.php file in your theme folder to customize the e-mail body
6. Download and install Contact Form 7 plugin
7. Make a form and include a (hidden) field named 'save-alert' (use a default value that converts to true with `boolval()`)
8. In your theme, add a filter product_alert_query to return a WP_Query object selecting products to be included in the alert

== Changelog ==

= 1.0.0 =
* Added readme
* First official version