Popup Maker Core
Routine
1.18.0
Release notes
Improvements
- Font Awesome 6 support for close button text.
- Add currently loaded popup count to Admin toolbar if enabled.
- Debug logging now auto truncates, and limits to 1 write per page load.
Fixes
- Removes html from displaying in popup in place of privacy policy link.
- Resolve issues with upgrade process button not always starting when clicked.
- Extra escaping was causing some code to HTML to not render in dashboard notices.
- Bug causing disabled name field to be shown in sub forms.
- HTML entities in some trigger option fields were not being rendered properly.
Security
- Obfuscate debug log file location using hash in file.
- Only allow users with permission to edit popup to toggle it on/off.
- Add nonce to object search API requests
Maintenance
- Remove extra slash
/from some asset paths.
Developer notes
- New
pum_cookie_domainfilter. - Lots of PHPCS notices cleaned up, more to come.
Changes
- Accessibility: Use newer WCAG
aria-modalattributes and removearia-hiddenmethods.