Changeset 2958629
- Timestamp:
- 08/26/2023 02:58:29 PM (3 years ago)
- Location:
- wc-yabi/trunk
- Files:
-
- 4 edited
-
includes/ajax.php (modified) (1 diff)
-
includes/transaction.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
r2802055 r2958629 126 126 127 127 $response = yabi_send_data( $graphQL ); 128 129 update_post_meta( $post_id, 'yabi_graphQL', $graphQL ); 130 update_post_meta( $post_id, 'yabi_response_data', $response ); 128 131 129 132 if( !empty( $response ) ) -
wc-yabi/trunk/includes/transaction.php
r2644114 r2958629 131 131 invoiceDetails 132 132 } 133 errors{ 134 key 135 message 136 } 133 137 } 134 138 } -
wc-yabi/trunk/readme.txt
r2802055 r2958629 3 3 Tags: woocommerce, electronic invoice 4 4 Donate link: https://www.paypal.me/datakun 5 Requires at least: 5.56 Tested up to: 6. 0.27 Requires PHP: 7.45 Requires at least: 6.0 6 Tested up to: 6.3 7 Requires PHP: 8.0 8 8 Stable tag: trunk 9 9 License: GPLv3 or later … … 102 102 = 1.7.0 = 103 103 * The shipping price is now taken into account in the invoice 104 = 1.8.0 = 105 * Better error report, database save mutation for debug 106 * Tested in last WP Version -
wc-yabi/trunk/wc-yabi.php
r2802055 r2958629 9 9 * Plugin URI: https://mireunion.com/yabi 10 10 * Description: Create your electronic invoices of purchases made in woocommerce with Yabi 11 * Version: 1. 7.011 * Version: 1.8.0 12 12 * Author: Mex Avila 13 13 * Author URI: https://datakun.com/
Note: See TracChangeset
for help on using the changeset viewer.