Skip to content

Commit

Permalink
Merge pull request #7 from strangerstudios/dev
Browse files Browse the repository at this point in the history
PMPro Pods 1.0.2
  • Loading branch information
sc0ttkclark authored Jan 4, 2022
2 parents 3cb969a + 5028fb5 commit b798573
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 55 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.1
Version: 1.0.2
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.1' );
define( 'PMPRO_PODS_VERSION', '1.0.2' );
define( 'PMPRO_PODS_URL', plugin_dir_url( __FILE__ ) );

/**
Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: paid memberships pro, pods
Requires at least: 5.5
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -87,9 +87,15 @@ Please visit our premium support site at [https://www.paidmembershipspro.com](ht

== Changelog ==

= 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)
* BUG FIX: Improved appearance of Pods fields on the PMPro checkout page so they more closely match styles used by PMPro. (@sc0ttkclark)
* BUG FIX: Prevent PHP notices from usage of certain PMPro hooks when `$user` object is not passed in. (@sc0ttkclark)
* BUG FIX: Prevent PHP notices on the PMPro checkout page when the PMPro Member pod does not exist and has not yet been extended. (@sc0ttkclark)

= 1.0.1 - November 12th, 2021 =
* Added support for showing PMPro Member fields on the Membership Account page under the Account Details area. #5 (@sc0ttkclark)
* Prevent PHP notices on checkout page when logged out. (@sc0ttkclark)
* ENHANCEMENT: Added support for showing PMPro Member fields on the Membership Account page under the Account Details area. #5 (@sc0ttkclark)
* BUG FIX: Prevent PHP notices on checkout page when logged out. (@sc0ttkclark)

= 1.0 - October 26th, 2021 =
* Initial release
Loading

0 comments on commit b798573

Please sign in to comment.