3.3.0
Changed
- Improved processing of form submission data.
Fixed
- Fixed compatibility with plugin "Send PDF for Contact Form 7".
Commits
- Use
substr()
instead ofsubstr_replace()
. (f245ee2) - Fixed "Cannot call method add() on Pronamic\WordPress\Money\Money|string". (aa98a06)
- Improve handling free text value. (d13802a)
- Use
$submission->get_posted_string( $name )
for submission value. (3ce7845) - Check if submission is not null to fix issue #10. (6cff3de)
Full set of changes: 3.2.5...3.3.0