Skip to content

Commit

Permalink
minor release and tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Oct 18, 2024
1 parent c697a3a commit eb86b1f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- MARK COMPLETED ITEMS WITH AN [x] -->

- [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [ ] The issue still exists against the latest `dev` branch of Paid Memberships Pro on Github (this is **not** the same version as on WordPress.org!)
- [ ] The issue still exists against the latest `dev` branch of Paid Memberships Pro on Github (this is **not** the same version as the latest stable release!)
- [ ] I have attempted to find the simplest possible steps to reproduce the issue

## Steps to reproduce the issue
Expand All @@ -33,7 +33,7 @@ I was expecting to see...
<!-- MARK COMPLETED ITEMS WITH AN [x] -->

- [ ] This bug happens with only Paid Memberships Pro plugin active
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://wordpress.org/themes/memberlite/)
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://www.memberlitetheme.com)
- [ ] I can reproduce this bug consistently using the steps above

## WordPress Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.

**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only Paid Memberships Pro plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://wordpress.org/themes/memberlite/).
- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://www.memberlitetheme.com).
- [ ] I can reproduce this bug consistently using the steps above.

**WordPress Environment**
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/wordpress-plugin-deploy.yml

This file was deleted.

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.3
Version: 1.0.4
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.3' );
define( 'PMPRO_PODS_VERSION', '1.0.4' );
define( 'PMPRO_PODS_URL', plugin_dir_url( __FILE__ ) );

/**
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: strangerstudios, sc0ttkclark, paidmembershipspro
Tags: paid memberships pro, pods
Requires at least: 5.5
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -23,7 +23,7 @@ This integration allows you to create and manage groups of fields for many areas

Each group and field can have custom membership level requirements. This means that only users of a specific membership level or a user completing checkout for that membership level can view and complete protected fields.

*Requires [Pods Framework 2.8.17+](https://wordpress.org/plugins/pods/) and [Paid Memberships Pro 2.6+](https://wordpress.org/plugins/paid-memberships-pro/)*
*Requires [Pods Framework 2.8.17+](https://wordpress.org/plugins/pods/) and [Paid Memberships Pro 2.6+](https://www.paidmembershipspro.com)*

https://youtu.be/oNUtPO2K0L4

Expand Down Expand Up @@ -67,7 +67,7 @@ For immediate help, also post to our premium support site at [https://www.paidme

= I need help installing, configuring, or customizing the plugin. =

Please visit our premium support site at [https://www.paidmembershipspro.com](https://www.paidmembershipspro.com) for more documentation and our support forums.
Please visit our premium support site at [https://www.paidmembershipspro.com/support](https://www.paidmembershipspro.com/support) for more documentation and our support forums.

== Screenshots ==

Expand All @@ -86,6 +86,9 @@ 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.4 - 2024-10-18 =
* FEATURE: Now updating the plugin from paidmembershipspro.com.

= 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.
Expand Down

0 comments on commit eb86b1f

Please sign in to comment.