Skip to content

Releases: strangerstudios/pmpro-variable-pricing

1.0.1 - 2026-04-23

Choose a tag to compare

@dparker1005 dparker1005 released this 23 Apr 16:35
  • ENHANCEMENT: Added a "Learn more" documentation link to the Variable Pricing section on the Edit Membership Level page. #54 (@kimcoleman)
  • BUG FIX: Fixed a PHP deprecation warning that may show on sites running PHP 8.5+ by replacing non-canonical (double) casts with (float). #53 (@dwanjuki)

1.0 - 2025-07-16

Choose a tag to compare

@dparker1005 dparker1005 released this 16 Jul 19:10

0.4.6 - 2024-01-04

Choose a tag to compare

@dparker1005 dparker1005 released this 04 Jan 17:17
  • ENHANCEMENT: Updating <h3> tags to <h2> tags for better accessibility. #44 (@ipokkel)
  • BUG FIX: Fixed PHP warning if an empty level ID is passed to pmprovp_get_settings(). #43 (@dparker1005)
  • REFACTOR: No longer pulling the checkout level from the $_REQUEST variable. #43 (@dparker1005)
  • REFACTOR: Now using get_option() instead of pmpro_getOption(). #42 (@JarrydLong)

v0.4.5

Choose a tag to compare

@andrewlimaza andrewlimaza released this 30 Jan 14:00
  • ENHANCEMENT: Improved translation logic within the plugin and translated some missing strings.
  • ENHANCEMENT: Updated French translation (@paullaffitte).
  • BUG FIX: Fixed an issue where PHP sessions were interfering with the REST API.

V.4.4

Choose a tag to compare

@andrewlimaza andrewlimaza released this 09 Apr 09:50
9796f0a
  • BUG FIX: Fixed issue where non variable pricing levels would still be able to adjust the price via query parameters.

v.4.3

Choose a tag to compare

@andrewlimaza andrewlimaza released this 10 Sep 17:32
4a9ff0a
  • SECURITY: Escape and sanitization of strings.
  • ENHANCEMENT: Show inline-warning if criteria is not met for variable pricing.
  • ENHANCEMENT: Support right-handed currency symbol positioning.
  • BUG FIX: Fixed issue where JavaScript would load on pages that did not have the variable pricing input enabled.

v.4.2

Choose a tag to compare

@ideadude ideadude released this 20 Nov 11:49
  • BUG FIX: Fixed fatal error crash when PMPro is not activated.
  • BUG FIX: Fixed issue where the variable price was not being loaded from SESSION for PayPal Express and other offsite gateways.