Skip to content

0.10.1 - 2023-05-11

Compare
Choose a tag to compare
@dparker1005 dparker1005 released this 11 May 16:16
· 9 commits to master since this release
  • ENHANCEMENT: Adding a confirmation check before a child user is removed (@JarrydLong)
  • BUG FIX/ENHANCEMENT: Now marking required child fields with asterisk at checkout (@kimwhite, @sensemonster)
  • BUG FIX/ENHANCEMENT: Now extending discount code expiration date when sponsor level is renewed (@JarrydLong)
  • BUG FIX/ENHANCEMENT: Now correctly handling plurals when localizing discount code uses text on the membership confirmation page (@JarrydLong)
  • BUG FIX/ENHANCEMENT: Marking plugin as incompatible with Multiple Memberships Per User for the PMPro v3.0 update (@dparker1005)
  • BUG FIX/ENHANCEMENT: Updating sample code to not have child level be the same as sponsoring level (@kimwhite)
  • BUG FIX: Preventing exploit where child accounts for a sponsoring member would stay active if sponsoring member changed to a non-sponsor level (@dparker1005)
  • BUG FIX: Fixing issue where child fields may not be hidden correctly at checkout (@JarrydLong, @dparker1005)
  • BUG FIX: Resolving issue where the query to find child accounts for a user may return incorrect results if the user does not have a sponsor code (@JarrydLong)
  • BUG FIX: Resolving PHP error on confirmation page when an existing sponsor checks out for a non-sponsoring level (@JarrydLong)
  • BUG FIX: Resolving PHP error when an existing sponsor renews their membership without deciding to keep any old child accounts active (@JarrydLong)
  • BUG FIX: Resolving issue where the pmprosm_sponsored_code_settings filter may sometimes be ignored (@dparker1005)
  • BUG FIX: Removed fixed class from list table to resolve UI issues in some themes (@kimwhite)
  • DEPRECATED: No longer documenting the children_hide_email setting as it hasn’t worked for the last few versions, but leaving the existing code in place in case a site is using it.