=== Show Orders Shortcode for WooCommerce ===
Contributors: conschneider
Tags: orders,shortcode
Requires at least: 4.7
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 1.1.0
License: GNU General Public License v3.0

Adds a shortcode to display WooCommerce orders.

== Description ==
A shortcode to display WooCommerce orders.

Usage:
`[show_wc_orders]` to show all orders
`[show_wc_orders order_count=10]` to show 10 orders - replace 10 with x to show x orders.

There are no settings.

== Changelog ==

= 1.1.0 =

Added control statement to check for logged in status.

= 1.0.0 =

Initial release.
