Skip to content

Commit eb86b1f

Browse files
committed
minor release and tweaking
1 parent c697a3a commit eb86b1f

File tree

5 files changed

+12
-24
lines changed

5 files changed

+12
-24
lines changed

.github/ISSUE_TEMPLATE.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- MARK COMPLETED ITEMS WITH AN [x] -->
1212

1313
- [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
14-
- [ ] 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!)
14+
- [ ] 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!)
1515
- [ ] I have attempted to find the simplest possible steps to reproduce the issue
1616

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

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

3939
## WordPress Environment

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.
2525

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

3131
**WordPress Environment**

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

pmpro-pods.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Paid Memberships Pro - Pods Add On
44
Plugin URI: https://www.paidmembershipspro.com/add-ons/pods-integration/
55
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.
6-
Version: 1.0.3
6+
Version: 1.0.4
77
Author: Paid Memberships Pro
88
Author URI: https://www.paidmembershipspro.com/
99
Text Domain: pmpro-pods
@@ -19,7 +19,7 @@
1919
use PMPro_Pods\Pods\Meta_Compatibility;
2020
use PMPro_Pods\Pods\Permissions;
2121

22-
define( 'PMPRO_PODS_VERSION', '1.0.3' );
22+
define( 'PMPRO_PODS_VERSION', '1.0.4' );
2323
define( 'PMPRO_PODS_URL', plugin_dir_url( __FILE__ ) );
2424

2525
/**

readme.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: strangerstudios, sc0ttkclark, paidmembershipspro
33
Tags: paid memberships pro, pods
44
Requires at least: 5.5
5-
Tested up to: 6.5
5+
Tested up to: 6.6
66
Requires PHP: 7.4
7-
Stable tag: 1.0.3
7+
Stable tag: 1.0.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

2424
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.
2525

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

2828
https://youtu.be/oNUtPO2K0L4
2929

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

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

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

7272
== Screenshots ==
7373

@@ -86,6 +86,9 @@ Please visit our premium support site at [https://www.paidmembershipspro.com](ht
8686
13. Use Pods Blocks to display PMPro information in new ways
8787

8888
== Changelog ==
89+
= 1.0.4 - 2024-10-18 =
90+
* FEATURE: Now updating the plugin from paidmembershipspro.com.
91+
8992
= 1.0.3 - 2023-10-06 =
9093
* ENHANCEMENT: Added support for the "Add Member From Admin" Add On. Show fields that are shown at checkout on the Add Member page.
9194
* ENHANCEMENT: Improved accessibility for screen readers.

0 commit comments

Comments
 (0)