Plugin Directory

Changeset 3377328


Ignore:
Timestamp:
10/13/2025 08:47:38 AM (6 months ago)
Author:
yournotify
Message:

v2.1.3: stable release (Subscriber Form + SMTP tabs, fixed save, preconfigured smtp.yournotify.com:587 TLS).

Location:
yournotify/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • yournotify/trunk/assets/js/frontend.js

    r3377318 r3377328  
    112112            setSubmitting($btn, true);
    113113
    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
    119116
    120117            $.ajax({
  • yournotify/trunk/readme.txt

    r3377318 r3377328  
    44Requires at least: 4.6
    55Tested up to: 6.7
    6 Stable tag: 2.1.2
     6Stable tag: 2.1.3
    77License: GPLv3 or later
    88
  • yournotify/trunk/yournotify.php

    r3377318 r3377328  
    44 * Plugin URI: https://yournotify.com
    55 * Description: Yournotify WP Plugin — SMTP, Subscriber Form, Contact Form.
    6  * Version: 2.1.2
     6 * Version: 2.1.3
    77 * Author: Yournotify
    88 * Author URI: https://yournotify.com
Note: See TracChangeset for help on using the changeset viewer.