Releases: strangerstudios/pmpro-variable-pricing
Releases · strangerstudios/pmpro-variable-pricing
Release list
1.0.1 - 2026-04-23
- 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
- ENHANCEMENT: Updated the variable pricing checkout field for compatibility with PMPro v3.1+ styling. #49 (@MaximilianoRicoTabo, @kimcoleman)
- ENHANCEMENT: Moved the variable pricing level settings to their own panel. #48 (@kimcoleman)
- ENHANCEMENT: Added cycle period text to the checkout field and variable pricing text descriptions. #52 (@dparker1005, @kimcoleman)
0.4.6 - 2024-01-04
- 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
$_REQUESTvariable. #43 (@dparker1005) - REFACTOR: Now using
get_option()instead ofpmpro_getOption(). #42 (@JarrydLong)
v0.4.5
- 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
- BUG FIX: Fixed issue where non variable pricing levels would still be able to adjust the price via query parameters.
v.4.3
- 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.