=== Simple Membership API ===
Contributors: smp7, wp.insider
Donate link: https://simple-membership-plugin.com/
Tags: member, members, membership, api
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 2.2
License: GPLv2 or later

API add-on for the Simple Membership plugin

== Description ==

This add-on for the [Simple Membership](http://wordpress.org/plugins/simple-membership/) plugin enables the execution of select tasks via standard HTTP POST requests.

This API addon currently supports the following actions:
* create - Create a new member profile.
* update - Update an existing member profile.
* query - Retrieve the details of an existing member profile.
* login - Perform a login action for a user.

[Read the usage details](https://simple-membership-plugin.com/simple-membership-api-creating-member-account-using-http-post-request/)

== Installation ==

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

== Frequently Asked Questions ==

None

== Screenshots ==

None

== Changelog ==

= 2.2 =
* Added support for the email activation feature of the Simple Membership plugin.
* If the 'account_state' field is set to 'activation_required' in the request, the API will now send an activation email to the user.

= 2.1 =
* Version number formatting issue fixed.

= 2.0 =
* Code cleanup and formatting.
* Moved the settings menu rendering code to a separate class.
* Renamed the SwpmAPI class to SWPM_API_Profile_Endpoints to better reflect what it does.
* Added a new API endpoint to handle a member login request.

== Upgrade Notice ==

None
