Popup Maker Core
Routine
1.19.1
Release notes
Improvements
- Only allow addon updater to check for updates during CRONs or for site admins.
Fixes
- Sorting subscribers table by date was not working correctly.
- Bug causing example popup to reinstall every time plugin was activated.
- Edge case for Multisite causing fatal error on activation due to missing function.
- Typos in settings labels.
Security
- Only allow admins to save HTML in plugin settings if they have
unfiltered_htmlcapability.- Note: User had to be an admin to be able to edit these settings already, but some sites have advanced capabilities set up, so using
unfiltered_htmlspecifically is the right move matching with WP core.
- Note: User had to be an admin to be able to edit these settings already, but some sites have advanced capabilities set up, so using
Maintenance
- If Google Fonts are disabled from loading, prevent fetching the list of fonts and storing as a transient.
- Use GET requests for extension update checks, allowing for more performant update checks.