Releases: wotis/cforms2
Releases · wotis/cforms2
16.0.2
Bugfixes merged from upstream bgermann/cforms2 (v15.1.x)
- bugfix: Fixed empty charset on multipart emails — PHPMailer's
CharSetis now set inphpmailer_init()when empty, replacing the upstreamwp_mail_charsetfilter approach - bugfix: Fieldtype registration moved to
inithook for PHP 8.4 compatibility (avoids early class instantiation warnings) - enhanced: Use
wp_timezone_string()instead ofget_option('timezone_string')for more robust timezone handling (correctly handles sites without a named timezone) - enhanced: Integer cast for fieldset text padding calculation to prevent float values being passed to
str_repeat()