Skip to content

Commit

Permalink
Update readme and version bump.
Browse files Browse the repository at this point in the history
* Update readme and version bump.
  • Loading branch information
andrewlimaza committed Apr 6, 2022
1 parent c3aeb2a commit 7fa1e34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square)

### Welcome to the Add Member From Admin GitHub Repository
Adds a form to the admin dashboard under Memberships -> Add Member.
Adds a form to the admin dashboarsd under Memberships -> Add Member. This form will create a new user, give them the chosen level along with an optional expiration date, and create an order based on the price entered.

For more information please visit [paidmembershipspro.com/add-ons/add-member-admin-add-on/](https://www.paidmembershipspro.com/add-ons/add-member-admin-add-on/)

Expand Down
8 changes: 4 additions & 4 deletions pmpro-add-member-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - Add Member From Admin
Plugin URI: https://www.paidmembershipspro.com/add-ons/add-member-admin-add-on/
Description: Allow admins to add members in the WP dashboard.
Version: .6
Version: 0.7
Author: Stranger Studios
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-add-member-admin
Expand Down Expand Up @@ -194,7 +194,7 @@ function pmproama_load_plugin_textdomain() {
* @param array $pmproet_email_defaults Default email template arrays
* @return array $pmproet_email_defaults Returns an updated array of email templates
*
* @since TBD
* @since 0.7
*/
function pmproama_email_templates( $pmproet_email_defaults ) {

Expand Down Expand Up @@ -267,7 +267,7 @@ function pmproama_email_templates( $pmproet_email_defaults ) {
*
* @return bool Successful email sent
*
* @since TBD
* @since 0.7
*/
function pmproada_send_added_email( $user = NULL, $order = NULL ){

Expand Down Expand Up @@ -342,7 +342,7 @@ function pmproada_send_added_email( $user = NULL, $order = NULL ){
*
* @return bool Successful email sent
*
* @since TBD
* @since 0.7
*/
function pmproada_send_added_email_admin( $user = NULL, $order = NULL ) {

Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Paid Memberships Pro - Add Member From Admin ===
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, memberships
Requires at least: 4.8
Tested up to: 5.3
Stable tag: .6
Requires at least: 5.0
Tested up to: 5.9
Stable tag: 0.7

Adds a form to the admin dashboard under Memberships -> Add Member.

Expand All @@ -23,6 +23,13 @@ It is not possible at this time to also accept credit card or PayPal payment whi
1. When viewing the member's list or user's list in the dashboard a "+ order" link will show up under the username that can be used to add a new order for an existing user through the same form.

== Changelog ==
= 0.7 - 2022-04-06 =
* ENHANCEMENT: General improvements to localization and escaping strings on output.
* ENHANCEMENT: Added custom email templates for the add member that sends to admin and the user created.
* BUG FIX: Minor tweak to the wording of the Send Password option to make it clearer what this means.
* BUG FIX: Fixed logic where blank password would not trigger the password reset email.
* BUG FIX: The "+order" button goes to the default add order page of Paid Memberships Pro.

= .6 =
* BUG FIX: Fixed issue where expiration dates could save incorrectly with WP 5.3+.
* BUG FIX/ENHANCEMENT: Fixed compatibility with PMPro MailChimp.
Expand Down

0 comments on commit 7fa1e34

Please sign in to comment.