Changeset 3405216
- Timestamp:
- 11/28/2025 01:39:48 PM (4 months ago)
- Location:
- wc-yabi/trunk
- Files:
-
- 3 edited
-
includes/ajax.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wc-yabi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-yabi/trunk/includes/ajax.php
r3218446 r3405216 103 103 $post_id = sanitize_key( $_POST[ 'post_id' ] ); 104 104 $nombre = sanitize_text_field( $_POST[ 'nombre' ] ); 105 $email = sanitize_ text_field( $_POST[ 'email' ] );105 $email = sanitize_email( $_POST[ 'email' ] ); 106 106 107 $response = yabi_send_email( $post_id, $email, $n ame );107 $response = yabi_send_email( $post_id, $email, $nombre ); 108 108 } 109 109 -
wc-yabi/trunk/readme.txt
r3299440 r3405216 4 4 Donate link: https://www.paypal.me/datakun 5 5 Requires at least: 6.4 6 Tested up to: 6. 5.26 Tested up to: 6.9 7 7 Requires PHP: 8.0 8 8 Stable tag: trunk … … 73 73 74 74 == Changelog == 75 = 3.2.2 = 76 * Tested and confirmed compatibility with WordPress 6.9 77 * Code review for WP 6.9 compatibility 75 78 = 3.2.1 = 76 79 * Tested in last WP Version -
wc-yabi/trunk/wc-yabi.php
r3299440 r3405216 9 9 * Plugin URI: https://mireunion.com/yabi 10 10 * Description: Create your electronic invoices of purchases made in woocommerce with Yabi 11 * Version: 3.2. 111 * Version: 3.2.2 12 12 * Author: Mex Avila 13 13 * Author URI: https://datakun.com/
Note: See TracChangeset
for help on using the changeset viewer.