Skip to content

Commit

Permalink
updating readme and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Mar 17, 2023
1 parent c74603f commit aa14019
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pmpro-register-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Plugin Name: Paid Memberships Pro - Register Helper Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-register-helper-add-checkout-and-profile-fields/
Description: Add custom form fields to membership checkout and user profiles with Paid Memberships Pro.
Version: 1.8.2
Version: 1.8.3
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-register-helper
*/

define('PMPRORH_DIR', dirname(__FILE__) );
define('PMPRORH_URL', WP_PLUGIN_URL . "/pmpro-register-helper");
define('PMPRORH_VERSION', '1.8.2');
define('PMPRORH_VERSION', '1.8.3');

/*
Load plugin textdomain.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: user profile, user fields, memberships, user meta, user profile, users
Requires at least: 5.4
Tested up to: 6.2
Requires PHP: 6.1.1
Stable tag: 1.8.2
Stable tag: 1.8.3

Create custom user profile fields collected at registration or membership checkout for your WordPress users, members, and site admins.

Expand Down Expand Up @@ -150,6 +150,9 @@ Please post it in the issues section of GitHub and we'll fix it as soon as we ca
1. Using Register Helper fields in conjunction with the [Member Directory and Profile Pages Add On](https://www.paidmembershipspro.com/add-ons/pmpro-member-directory/).

== Changelog ==
= 1.8.3 - 2023-03-17 =
* BUG FIX: Reverting v1.8.2 changes which were not needed and potentially problematic.

= 1.8.2 - 2023-03-15 =
* BUG FIX: Resolved PHP 8+ compatibility issue by making some class methods static.

Expand Down

0 comments on commit aa14019

Please sign in to comment.