== WooCommerce Coupon Shortcodes by itthinx                       Changelog ==

= 1.15.0 =
* WordPress 5.4 compatible.
* Corrected some outdated links.

= 1.14.0 =
* WordPress 5.3 compatible.
* WooCommerce 4.0 compatible.

= 1.13.0 =
* Revised extensions, added entry, fixed wording, fixed intro phrase rendered unconditionally outside.

= 1.12.0 =
* WordPress 5.3 compatible.
* WooCommerce 3.7 compatible.
* Fixed a CSS issue with the rating notice's dismiss link.
* Updated some links to extensions.

= 1.11.0 =
* WordPress 5.2 compatible.
* Added an information and examples section in coupons.
* Added the plugin rating notice.
* Tested with WooCommerce 3.7.0-dev.

= 1.10.0 =
* WooCommerce 3.6 compatible.

= 1.9.1 =
* Improved the logic applied to [coupon_is_not_active] so its usage is more intuitive with AND and OR ops on multiple codes.
* Improved the logic applied to [coupon_is_not_valid] so its usage is more intuitive with AND and OR ops used with multiple codes.
  If you were using it with multiple codes such as `[coupon_is_not_valid code="a,b"]...[/coupon_is_not_valid]` then you might
  need to reverse the logic applied for consistent results: `[coupon_is_not_valid op="or" code="a,b"]...[/coupon_is_not_valid]`.
  Similarly, if you were using `op="or"` you would now use `op="and"` with this shortcode.

= 1.9.0 =
* Added the [coupon_is_active] shortcode, requires WooCommerce 3.2 or higher.
* Added the [coupon_is_not_active] shortcode, requires WooCommerce 3.2 or higher.

= 1.8.0 =
* WordPress 5.1 compatibility tested.
* WooCommerce 3.5 compatibility tested.

= 1.7.0 =
* Added the [coupon_show] shortcode which allows to render coupon
  code, description and discount info together for each discount,
  also in enumerations with [coupon_enumerate].
* Updated and tested for WordPress 5.0 compatibility.
* Updated and tested for WooCommerce 3.5 compatibility.
* Added the option to randomize a coupon enumeration.
* Fixed swapped options used in coupon enumerations (order and orderby).
* Updated the readme.txt with additional examples.

= 1.6.2 =
* Added the Woo plugin header tag.

= 1.6.1 =
* Updated compatibility with WooCommerce 3.4.
* Fixed missing ABSPATH checks.

= 1.6.0 =
* Tested with WordPress 4.9.
* Tested with WooCommerce 3.3.5
* Tested with WooCommerce 3.4.0-beta.1

= 1.5.1 =
* Tested with WordPress 4.8.
* Updated plugin tags.

= 1.5.0 =
* Tested with WordPress 4.8.

= 1.4.0 =
* Tested with WordPress 4.7.3 and prepared for WooCommerce 3.0

= 1.3.0 =
* Tested with WordPress 4.4 and WooCommerce 2.4.10.
* Added the `[coupon_is_not_applied]` shortcode.

= 1.2.6 =
* Tested with WordPress 4.3 and WooCommerce 2.4.6.
* Updated the documentation links.

= 1.2.5 =
* WordPress 4.1 and WooCommerce 2.3.x compatibility checked
* Updated the version required

= 1.2.4 =
* WordPress 3.9 compatibility checked

= 1.2.3 =
* Improved coupon currency symbol rendering, now using wp_price() to render
  amount and currency when available.

= 1.2.2 =
* WordPress 3.8 compatibility checked

= 1.2.1 =
* Fixed a PHP Warning when no codes are supplied to a shortcode.

= 1.2.0 =
* Added [coupon_enumerate] shortcode
* Added support for subscription coupons
* Added the option to display the coupon code as prefix with the
  [coupon_description] and [coupon_discount] shortcodes.
* Fixed bug caused by undeclared variable used to check excluded product IDs

= 1.1.0 =
* Added: [coupon_is_applied] shortcode
* Improved: allow more flexible description and discount listings, the
  `element_tag` attribute can be used to specify enclosing tags other than the
  default `span`

= 1.0.0 =
* Initial release.
