Skip to content

Releases: strangerstudios/pmpro-register-helper

1.8.3 - 2023-03-17

17 Mar 15:50
Compare
Choose a tag to compare
  • BUG FIX: Reverting v1.8.2 changes which were not needed and potentially problematic.

1.8.2 - 2023-03-15

15 Mar 19:07
Compare
Choose a tag to compare
  • BUG FIX: Resolved PHP 8+ compatibility issue by making some class methods static.

1.8.1 - 2023-01-04

05 Jan 15:05
Compare
Choose a tag to compare
  • SECURITY: Better escaping of the signup shortcode parameters and other outputs.
  • NOTICE: This plugin is still deprecated, but we have pushed out this security release to avoid potential security issues on sites using the old plugin.

1.8 - 2022-07-22

22 Jul 16:37
Compare
Choose a tag to compare
  • FEATURE: Can set fields to be saved into a user taxonomy.
  • ENHANCEMENT/BUG FIX: Sanitizing the upload file name. (Thanks, @benholdmen)
  • ENHANCEMENT/BUG FIX: Removed unused select2 images.
  • BUG FIX: Fixed fatal error when activating RH with PMPro 2.9+ active.
  • BUG FIX: Fix mixed content errors in wp-admin when using HTTPS. (Thanks, @ZebulanStanphill)
  • BUG FIX: Fixed issue with file uploads on multisite.

v1.7

14 Oct 21:28
Compare
Choose a tag to compare
  • ENHANCEMENT: Files can now be deleted by setting the "allow_delete" field attribute.
  • ENHANCEMENT: Images submitted through the "file" field can now be previewed.
  • ENHANCEMENT: Added function to collect information saved in the "wp_users" table.
  • ENHANCEMENT: Membership managers can now see admin only fields.
  • BUG FIX/ENHANCEMENT: Class "pmpro_required" now being added to required fields.
  • BUG FIX/ENHANCEMENT: "Required" asterisks are now being added by the core PMPro plugin.
  • BUG FIX/ENHANCEMENT: Checkout box descriptions are now being shown on frontend profile.
  • BUG FIX: Fixed issue where fields would be required even if they are not visible on checkout page.
  • BUG FIX: select2 and checkbox_grouped fields will now successfully save when empty.
  • BUG FIX: Fields depending on checkbox_grouped value will now show/hide as expected.
  • BUG FIX: Line breaks will now be preserved in textareas.
  • BUG FIX: Fixed issue where "0" in text field would not pass required check.

V1.6.1

30 Apr 11:26
Compare
Choose a tag to compare
  • BUG FIX: Fixed warning shown for PMPro versions < 2.3

V1.6

28 Apr 10:37
Compare
Choose a tag to compare
  • BUG FIX: Fixed issue with checkbox fields readonly attribute.
  • BUG FIX: Adjusted images to ensure their encoding is correct.
  • BUG FIX/ENHANCEMENT: Improved CSS for custom fields at checkout.
  • ENHANCEMENT: Removed "profile_only" legacy conditional check. (Thanks, @wiethkaty)
  • ENHANCEMENT: Support Paid Memberships Pro v2.3+ front-end profile edit page.
  • ENHANCEMENT: Update select2.js to latest distributed version. Improves integration with other plugins/themes that may also include select2.js
  • ENHANCEMENT: Removed unused assets.
  • ENHANCEMENT: Added classes to radio buttons, grouped check boxes and hidden fields. These now support "class" => "my-class" attribute when creating these fields.
  • ENHANCEMENT: Make "The X field is required" error message translatable.
  • ENHANCEMENT: Added 'pmpro-required' class to custom fields, this improves error handling and will highlight fields when there is a problem with them at checkout.

v1.5

23 Nov 02:30
Compare
Choose a tag to compare
  • FEATURE: Added number fields. (Thanks, William Crandell)
  • BUG FIX: Fixed issue where date fields could save values off by one month when using WP 5.3+.
  • BUG FIX: Avoiding warnings when using 2Checkout.
  • BUG FIX: Now properly wrapping checkoutbox list items in a ul tag.
  • ENHANCEMENT: Fixed integration with the GoURL Bitcoin Payment Gateway Add On
  • ENHANCEMENT: Fixed integration with the Payfast Payment Gateway Add On
  • ENHANCEMENT: Added support for Multiple Memberships per User. Fields with levels parameters will show at checkout if ANY of those levels are included at checkout.
  • ENHANCEMENT: Fixed placeholders when used in select2 elements.