Skip to content

Commit

Permalink
v1.0.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Oct 6, 2023
1 parent c7ab218 commit 5b2866c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pmpro-pods.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - Pods Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/pods-integration/
Description: Integrates Paid Memberships Pro with the Pods Framework to add groups of fields to many areas of your membership site including Member Profiles, the Membership Checkout page, and admin screens including Membership Levels and Orders.
Version: 1.0.2
Version: 1.0.3
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com/
Text Domain: pmpro-pods
Expand All @@ -19,7 +19,7 @@
use PMPro_Pods\Pods\Meta_Compatibility;
use PMPro_Pods\Pods\Permissions;

define( 'PMPRO_PODS_VERSION', '1.0.2' );
define( 'PMPRO_PODS_VERSION', '1.0.3' );
define( 'PMPRO_PODS_URL', plugin_dir_url( __FILE__ ) );

/**
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: strangerstudios, sc0ttkclark, paidmembershipspro
Tags: paid memberships pro, pods
Requires at least: 5.5
Tested up to: 6.2
Tested up to: 6.3
Requires PHP: 5.6
Stable tag: 1.0.2
License: GPLv2 or later
Expand Down Expand Up @@ -86,6 +86,10 @@ Please visit our premium support site at [https://www.paidmembershipspro.com](ht
13. Use Pods Blocks to display PMPro information in new ways

== Changelog ==
= 1.0.3 - 2023-10-06 =
* ENHANCEMENT: Added support for the "Add Member From Admin" Add On. Show fields that are shown at checkout on the Add Member page.
* ENHANCEMENT: Improved accessibility for screen readers.
* BUG FIX/ENHANCEMENT: Improved compatibility with the latest version of Pods.

= 1.0.2 - January 4th, 2022 =
* ENHANCEMENT: Added support for two new locations on the PMPro checkout page: After User Fields and Checkout Boxes. (@sc0ttkclark)
Expand Down

0 comments on commit 5b2866c

Please sign in to comment.