=== RSVPMaker Widget ===
Contributors: davidfcarr
Donate: http://www.rsvpmaker.com
Tags: event, calendar, rsvp, widget
Donate link: http://rsvpmaker.com/
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 3.0
Tested up to: 5.5
Stable tag: 1.1

Fetch and display event listings managed via the RSVPMaker plugin on a remote site.

== Description ==

Fetch and display event listings managed via the RSVPMaker plugin on a remote site.

Allows the widget to be implemented independently of the full RSVPMaker plugin (which also includes it). In addition to adding a widget, you can add listings to the body of a page or post using a Gutenberg editor block.

Loads events using a JSON url such as https://rsvpmaker.com/wp-json/rsvpmaker/v1/future or https://rsvpmaker.com/wp-json/rsvpmaker/v1/type/featured

Note that this plugin will be automatically disabled if you try to activate it on a site that also includes the full version of RSVPMaker (which includes the same code).

[__RSVPMaker.com__](http://www.rsvpmaker.com/)

== Installation ==

1. Upload the entire `rsvpmaker` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.

== Screenshots ==

1. Event listings displayed in the body of a page and also in the sidebar widget.

== Credits ==

    RSVPMaker Widget
    Copyright (C) 2019 David F. Carr

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    See the GNU General Public License at <http://www.gnu.org/licenses/gpl-2.0.html>.
	
	RSVPMaker also includes code derived from the software development kits for PayPal, 
    Stripe and MailChimp under the license of their creators.

== Changelog ==

= 1.0 =

Initial release