Skip to content

Commit

Permalink
Version Bump / Minor Release 1.2.1
Browse files Browse the repository at this point in the history
Bump version to 1.2.1 and update readme changelog.
  • Loading branch information
andrewlimaza committed Apr 7, 2022
1 parent 2721e05 commit 89581d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pmpro-member-directory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: Paid Memberships Pro - Member Directory Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/member-directory/
Description: Adds a customizable Member Directory and Member Profiles to your membership site.
Version: 1.2
Version: 1.2.1
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com/
Text Domain: pmpro-member-directory
Domain Path: /languages
*/

define( 'PMPRO_MEMBER_DIRECTORY_VERSION', '1.0' );
define( 'PMPRO_MEMBER_DIRECTORY_VERSION', '1.2.1' );

global $pmpromd_options;

Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios
Tags: pmpro, paid memberships pro, members, directory
Requires at least: 4.0
Tested up to: 5.9
Stable tag: 1.2
Stable tag: 1.2.1

Add a robust Member Directory and Profiles to Your Membership Site - with attributes to customize the display.

Expand Down Expand Up @@ -97,6 +97,11 @@ Please post it in the issues section of GitHub and we'll fix it as soon as we ca
Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums.

== Changelog ==
= 1.2.1 - 2022-04-07 =
* ENHANCEMENT: Added small sanitization check for query parameter values.
* BUG FIX: Fixed issue where passing "user_id" attribute in shortcode was returning empty results.
* BUG FIX: Removed debug code that was causing minor output issues.

= 1.2 - 2022-03-31 =
* ENHANCEMENT: General improvements to localization and translatable strings.
* ENHANCEMENT: Improvement to profile pretty permalinks structure that's more SEO friendly (e.g. membership-account/profile/admin/). Automatically flush permalinks when needed in admin area.
Expand Down

0 comments on commit 89581d6

Please sign in to comment.