Releases: strangerstudios/pmpro-variable-pricing
Releases · strangerstudios/pmpro-variable-pricing
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
$_REQUEST
variable. #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.