Plugin Directory

Changeset 3405216


Ignore:
Timestamp:
11/28/2025 01:39:48 PM (4 months ago)
Author:
kakaroto84
Message:

3.2.2

  • Tested and confirmed compatibility with WordPress 6.9
Location:
wc-yabi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-yabi/trunk/includes/ajax.php

    r3218446 r3405216  
    103103        $post_id = sanitize_key( $_POST[ 'post_id' ] );
    104104        $nombre = sanitize_text_field( $_POST[ 'nombre' ] );
    105         $email = sanitize_text_field( $_POST[ 'email' ] );
     105        $email = sanitize_email( $_POST[ 'email' ] );
    106106       
    107         $response = yabi_send_email( $post_id, $email, $name );
     107        $response = yabi_send_email( $post_id, $email, $nombre );
    108108    }
    109109   
  • wc-yabi/trunk/readme.txt

    r3299440 r3405216  
    44Donate link: https://www.paypal.me/datakun
    55Requires at least: 6.4
    6 Tested up to: 6.5.2
     6Tested up to: 6.9
    77Requires PHP: 8.0
    88Stable tag: trunk
     
    7373
    7474== Changelog ==
     75= 3.2.2 =
     76* Tested and confirmed compatibility with WordPress 6.9
     77* Code review for WP 6.9 compatibility
    7578= 3.2.1 =
    7679* Tested in last WP Version
  • wc-yabi/trunk/wc-yabi.php

    r3299440 r3405216  
    99 * Plugin URI:        https://mireunion.com/yabi
    1010 * Description:       Create your electronic invoices of purchases made in woocommerce with Yabi
    11  * Version:           3.2.1
     11 * Version:           3.2.2
    1212 * Author:            Mex Avila
    1313 * Author URI:        https://datakun.com/
Note: See TracChangeset for help on using the changeset viewer.