=== Magic Subscriptions === Contributors: ronniebarker Requires at least: 5.0 Tested up to: 5.3 Stable tag: 0.16.0 Requires PHP: 7.1.23 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html This WordPress plugin is intended as a connector to Magic Subscriptions subscription box management system (https://magicsubscriptions.com). It does require an account with Magic Subscriptions in order to operate. == Description == The intention is to keep users on the primary WordPress site as much as possible, only redirecting off to MagicSubscriptions portal when necessary; and bringing them back. To facilitate this, there is also a 'dashboard connector widget' that pulls subscription and order information in to the plugin to display on the primary WordPress site. For any technical support please contact: wp-support@magicsubsriptions.com == Installation == 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the Settings->Plugin Name screen to configure the MagicSubscriptions Portal URL 1. Use the MagicSubscriptions blocks or shortcodes There is a BLOCKS section called "Magic Subscriptions" which exposes a 'Plans' block that will display the subscription plans available and a "Dashboard Connector" that shows plans that the user has signed up to and the states of their current orders. If the connection gets lost, there is a redirect loop off to the MagicSubscriptions portal to reconnect. There is also a WIDGET that exposes exactly the same functionality as the "Dashboard Connector" Finally, there are 2 short codes: `[MagicSubscriptions_GetPlans code="code"]` where the code is a landing page configuration in the MagicSubscriptions portal and is optional (in which case the default is used). There is also an optional "dashboard=true" parameter that can be added to show the "Dashboard Connector" when the user has connected. By default this component shows nothing when connected to allow the designer of the site to place that content elsewhere using the widget. `[MagicSubscriptions_Widget]` which renders the "Dashboard Connector" == Changelog == = 0.14 = * Added this ReadMe = 0.16 = Added new [trial of] MagicSubscriptions sub-theming [Metal]; Old style = 'Nickel', New style = 'Platinum' Reading font configurations from config feed to be consistent with MagicSubscriptions platform (DRY)