=== Paid Memberships Pro - Member Badges === Contributors: strangerstudios Tags: paid memberships pro, pmpro, badges, badge, users, members Requires at least: 5.4 Tested up to: 6.7 Stable tag: 1.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Assign unique member badges (images) to each membership level and display via a shortcode or template PHP function. == Description == This Add On for Paid Memberships Pro allows you to upload member badges for each membership level and use a PHP function in your template files or a shortcode to display a member badge for a logged in member anywhere in your WordPress site. = Official Paid Memberships Pro Add On = This is an official Add On for [Paid Memberships Pro](https://www.paidmembershipspro.com), the most complete member management and membership subscriptions plugin for WordPress. == Installation == 1. Upload the `pmpro-member-badges` directory to the `/wp-content/plugins/` directory of your site. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Edit your membership levels to upload badges images. 1. Use the [pmpro_member_badge] shortcode or the `pmpromb_show_badge()` function to show a badge on your site. == Frequently Asked Questions == = I found a bug in the plugin. = Please post it in the issues section of GitHub and we'll fix it as soon as we can. Thanks for helping. https://github.com/strangerstudios/pmpro-member-badges/issues = I need help installing, configuring, or customizing the plugin. = Please visit our premium support site at https://www.paidmembershipspro.com for more documentation and our support forums. == Changelog == = 1.1 - 2025-03-31 = * ENHANCEMENT: Added support for displaying the `pmpro_member_badge` as an element in the Member Directory and Profile Add On. * ENHANCEMENT: Added support for v3.1+ Paid Memberships Pro frontend appearance. * ENHANCEMENT: Updated the default badge images included in the plugin. * ENHANCEMENT: Added localization support. * ENHANCEMENT: Added new shortcode attributes: `level_id`, `size`, and `user_id`. * ENHANCEMENT: Added filter `pmpromb_allowed_html`. * BUG FIX/ENHANCEMENT: Improved headings hierarchy for accessibility. * BUG FIX: Fixed a warning when logged in user had no membership levels. = 1.0 - 2020-05-08 = * ENHANCEMENT: Added support for multiple memberships per user. * ENHANCEMENT: Modernized the default badge images included in the plugin. * ENHANCEMENT: Improved image uploader to use newer uploader for member badges. = .3.1 = * BUG: Using a different method to get the image from the upload media popover that should hopefully work more consistently. * ENHANCEMENT: Showing the text box for the image URL in case you want to edit it manually or at least verify it changed. = .3 = * FEATURE: Added badge upload to edit membership level page. * FEATURE: Added [pmpro_member_badge] shortcode. * Initial commit with a readme.