-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathreadme.txt
82 lines (58 loc) · 4.81 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
=== Paid Memberships Pro - Multisite Membership Add On ===
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, network, network membership, multisite, wpmu
Requires at least: 5.4
Tested up to: 6.6
Stable tag: 0.5.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Centralize membership checkout, login, and admin on the main network site and restrict access to content across all of your subsites.
== Description ==
The Multisite Membership Add On is a must-have for membership sites built on a WordPress multisite or network setup. The plugin provides a central place to handle member registrations and management at the main network site, then unlocks access to various subsites based on the member’s levels.
Whether you are managing a community hub, offering educational courses, or segmenting your subsites by content category, our Add On ensures that each subsite can have its own unique user experiences, while keeping membership management unified.
== Installation ==
1. Install Paid Memberships Pro via Network Admin > Plugins > Add New. Do not "Network Activate" the plugin.
1. On your main network site, activate and configure Paid Memberships Pro by following the Initial Plugin Setup guide.
1. Upload the 'pmpro-network-subsite' directory to the 'wp-content/plugins/' directory of your WordPress Multisite environment.
1. For each site in your network that has member content, navigate to the site's Dashboard > Plugins. Activate Paid Memberships Pro AND the Multisite Membership Add On.
1. On the child sites in the network, navigate to the Memberships settings page and assign the appropriate site as the Main Network Site.
1. DO NOT activate the 'pmpro-network-subsite' plugin on the “Main” site (i.e. where people checkout) of your network.
1. We also recommend defining the PMPRO_MULTISITE_REWRITE_URLS in your wp-config.php file. For example: define('PMPRO_MULTISITE_REWRITE_URLS', true );
You will now be able to create members-only content on subsites in the network. The membership levels of your main site are mirrored in each subsite.
Read full documentation at https://www.paidmembershipspro.com/add-ons/pmpro-network-membership/
== Frequently Asked Questions ==
= I found a bug in the plugin. =
Please post it in the GitHub issue tracker here: https://github.com/strangerstudios/pmpro-network-subsite/issues
= I need help installing, configuring, or customizing the plugin. =
Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums.
== Changelog ==
= 0.5.3 - 2024-10-07 =
* ENHANCEMENT: Improved settings UI for compatibility with PMPro admin screens. #38 (@MaximilianoRicoTabo, @kimcoleman)
* BUG FIX: Fixed errors when PMPro core not active. #35 (@andrewlimaza)
= 0.5.2 - 2024-03-05 =
* BUG FIX: Fixed a minor typo regarding the PHP constant "PMPRO_MULTISITE_REWRITE_URLS" released in V0.5.1
= 0.5.1 - 2024-01-18 =
* BUG FIX: Fixed an issue where custom CSS in the admin area was causing issues on non Paid Memberships Pro pages.
* REFACTOR: Stopped automatically swapping out the main sites URLs for PMPro pages when on a subsite. Developers need to enable this functionality via a PHP constant "PMPRO_MULTISITE_REWRITE_URLS".
= 0.5 - 2023-12-15 =
* SECURITY: Improved sanitization and escaping of contents of the plugin.
* ENHANCEMENT: Added support for Multiple Memberships Per User and Paid Memberships Pro 3.0.
* ENHANCEMENT: Added localization functionality and it is now translatable.
* ENHANCEMENT: Remove all pmpro_ prefixed cron jobs from subsites as the main site is responsible for all cron jobs and related tasks.
* ENHANCEMENT: Added the ability to reach the Advanced Settings page on a subsite to allow for tweaking of certain, important settings.
* BUG FIX: Stop fatal error from happening when installing on a non-multisite environment.
* BUG FIX: Fixed an issue where the content restriction and URLs were not automatically pointing to the main site on the network.
= 0.4.5 - 2021-10-21 =
* BUG FIX: Fixed issue when activated without PMPro active.
= .4.4 - 2020-05-07 =
* BUG FIX: Fixed issues with PMPro v2.3+. Requires PMPro 2.3.2 or higher.
= .4.3 =
* ENHANCEMENT: Improving readme documentation and updating add on name.
= .4.2 =
* BUG FIX: Now hiding the Membership admin bar menu on affected subsites.
= .4.1 =
* ENHANCEMENT: Improving readme documentation and updating add on name.
= .4 =
* ENHANCEMENT: Checks first if PMPRO_NETWORK_MAIN_DB_PREFIX is already defined before defaulting to wp. This allows you to set the constant in your wp-config.php instead of in the plugin file.
* ENHANCEMENT: Now also forwarding the _pmpro_discount_codes, _pmpro_discount_codes_levels, _pmpro_discount_codes_uses, and _pmpro_membership_levelmeta tables.
* NOTE: Added Readme