Popup Maker Core
Routine
v1.9.0
Release notes
Features
- New Form Submission trigger with option to choose specific forms for integrated forms.
- New Form Submission cookie event with option to choose specific forms.
- New Close on Form Submission with optional delay.
- WP Forms integration.
- Caldera Forms integration.
- MailChimp for WordPress integration
Improvements
- Enhanced asset cache to identify issues with a site’s filesystem.
- Various changes to ensure PHP 7.4 compatibility.
- Minimum PHP version updated to v5.6 to match WP core.
- Simplified form integration interfaces to more easily support additional form plugins or custom integrations. Includes full AJAX & non-AJAX form support.
- Added RTL CSS support.
- Added new SVG admin menu icon which plays well with custom admin color schemes. Thanks @KZeni (Kurt Zenisek)
- Simplified form integration apis.
- Various performance improvements.
Fixes
- Bug when accept language header is not supplied causes undefined index notice.
- Error caused by invalid post ID returned by CF7 when saving new forms.
- Bug when selecting more than 10 items in targeting rule post/page select fields.
Maintenance
- Remove unnecessary usage of esc_attr_e causing extra translation calls.