=== One-Page Subscription Switch ===
Contributors: csobiono
Donate link: https://help.thehealthsciencesacademy.org/
Tags: woocommerce, woocommerce subscription
Requires at least: 2.0
Tested up to: 2.0
Stable tag: 2.1.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Creates a shortcode that enables to display simple subscriptions of a grouped product and enable users to switch through them.

== Description ==

Creates a shortcode that enables to display simple subscriptions of a grouped product and enable users to switch through them.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Create the single subscriptions.
4. Create a grouped product and linked all the subscriptions that you wish to be switched.
5. In the grouped product, a tab will appear that contains the shortcode + the plugin customization settings.
6. Copy the shortcode.
7. Create a blank page and paste the shortcode in that page.

== Frequently Asked Questions ==

= I can't install it, why? =

Plugin checks if Woocommerce and Woocommerce Subscription are both installed. Install these first.

= Can I use variable subscription? =

Not at the moment. This plugin is for simple subscriptions linnked in a grouped product.

== Screenshots ==

1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot

== Changelog ==

= 1.0 =
* Company-originated version.

= 2.0 =
* Start of commercial version.

== Upgrade Notice ==

= 1.0 =
No more customized The Health Sciences bits and get a flexible and extendable version.

= 2.0 =
This version is for everybody.  Upgrade immediately.

== Arbitrary section ==

You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
"installation."  Arbitrary sections will be shown below the built-in sections outlined above.

== A brief Markdown Example ==

Ordered list:

1. Some feature
1. Another feature
1. Something else about the plugin

Unordered list:

* something
* something else
* third thing

Here's a link to [WordPress](https://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
Titles are optional, naturally.

[markdown syntax]: https://daringfireball.net/projects/markdown/syntax
            "Markdown is what the parser uses to process much of the readme file"

Markdown uses email style notation for blockquotes and I've been told:
> Asterisks for *emphasis*. Double it up  for **strong**.

`<?php code(); // goes in backticks ?>`