=== Cancelled Order Email Notification for WooCommerce ===
Contributors: jakubkasparek
Tags: woocommerce, email, cancelled order, notifications
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
Stable tag: 1.7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Send a custom email notification to the customer whenever an order is cancelled in WooCommerce.

== Description ==

This plugin adds an email notification to WooCommerce that is triggered when an order is cancelled. You can customize the message, recipient, and other settings.

== Donations ==
Like the plugin? I'm a designer exploring WordPress development.  
[☕ Support me here](https://coff.ee/kasparek)

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin via the Plugins menu in WordPress.
3. Go to WooCommerce > Settings > Emails and configure the new email notification.

== Changelog ==

= 1.7 =
* Added WYSIWYG editor for email message customization (with support for {placeholders})
* Renamed functions and options to use "cancorem_" prefix for better compatibility
* Improved plugin text domain consistency for WordPress.org translation support

= 1.6 =
* Added reset button for email counter
* Added total email counter to settings page
* Minor improvements and code cleanup

= 1.5 =
* Plugin now works with WooCommerce 8.0+
* Improved email subject and message formatting
* Added settings section under WooCommerce > Advanced

= 1.4 =
* Fixed fatal error when WooCommerce was not active
* Fixed i18n issues with text domain and missing translators comments

= 1.3 =
* Added placeholders {customer_name}, {order_number}, {order_date}
* Basic input validation for email address

= 1.2 =
* Added enable/disable toggle for sending cancelled order emails

= 1.1 =
* First public release – sends an email when WooCommerce order is cancelled