Changeset 3377328
- Timestamp:
- 10/13/2025 08:47:38 AM (6 months ago)
- Location:
- yournotify/trunk
- Files:
-
- 3 edited
-
assets/js/frontend.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
yournotify.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yournotify/trunk/assets/js/frontend.js
r3377318 r3377328 112 112 setSubmitting($btn, true); 113 113 114 var data = $form.serializeArray(); 115 // Add security if localized 116 if (window.YournotifyVars && window.YournotifyVars.nonce) { 117 data.push({name:'security', value: window.YournotifyVars.nonce}); 118 } 114 var data = $form.serializeArray(); 115 // Do NOT override security; server maps _wpnonce -> security internally 119 116 120 117 $.ajax({ -
yournotify/trunk/readme.txt
r3377318 r3377328 4 4 Requires at least: 4.6 5 5 Tested up to: 6.7 6 Stable tag: 2.1. 26 Stable tag: 2.1.3 7 7 License: GPLv3 or later 8 8 -
yournotify/trunk/yournotify.php
r3377318 r3377328 4 4 * Plugin URI: https://yournotify.com 5 5 * Description: Yournotify WP Plugin — SMTP, Subscriber Form, Contact Form. 6 * Version: 2.1. 26 * Version: 2.1.3 7 7 * Author: Yournotify 8 8 * Author URI: https://yournotify.com
Note: See TracChangeset
for help on using the changeset viewer.