strangerstudios / pmpro-group-accounts

Sell memberships to corporate organizations, families, teams, or any group of people where one member pays for a collection of people to access your content individually.
https://www.paidmembershipspro.com/add-ons/group-accounts/
0 stars 5 forks source link

Min and max seats logic #12

Closed kimcoleman closed 9 months ago

kimcoleman commented 9 months ago

All Submissions:

Changes proposed in this Pull Request:

Setting absolute maximum for seats fields. The number “4,294,967,295” is the largest number that can be stored in the database field.

Also added logic to ensure the min seats value is never great than max seats using Javascript.

Other information:

Enter a summary of all changes on this Pull Request. This will appear in the changelog if accepted.