Releases: binnyFriedman/popups-nekuda-v3
Releases · binnyFriedman/popups-nekuda-v3
Release list
Popups Nekuda v4.2.0
Popups Nekuda v4.2.0
Improvements
- Display constraints use viewport units: Max width and height are now configured as screen percentages (
vw/vh) instead of pixels, with defaults matching the frontend caps (80vw desktop, 90vh height, 90vw on mobile).
Popups Nekuda v4.1.0
Popups Nekuda v4.1.0
Fixes
- Update checker: Initialize on
plugins_loadedinstead ofadmin_initso the "Check for updates" link now appears in the plugin row, and background cron update checks run reliably.
Popups Nekuda v4.0.0
Popups Nekuda v4.0.0
Features
- URL-based display rules: Include/exclude popups by full URL with four match types — Starts with, Ends with, Exactly matches, Contains. Matched server-side against scheme + host + path + query (case-insensitive).
- URL Rule Tester: Paste any URL in the Display Rules meta box to preview whether a popup would be included or excluded before saving.
Improvements
- Popup width capped to the viewport (
min(admin width, 80vw), 90vw on mobile) and images shrink-wrapped so large images are no longer clipped. - Long URLs in the tester result wrap instead of overflowing.