Changeset 3145542
- Timestamp:
- 09/02/2024 04:32:16 PM (19 months ago)
- Location:
- wc-yabi/trunk
- Files:
-
- 3 edited
-
content/settings.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wc-yabi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-yabi/trunk/content/settings.php
r3121708 r3145542 2 2 $yabi_settings = get_option( 'yabi_settings' ); 3 3 $invoice_number = get_option( 'yabi_invoice_number' ); 4 5 if( empty( $yabi_settings ) ) 6 { 7 $yabi_settings = array( 8 'payment_type' => 'IN_CASH', 9 'credit_days' => 30, 10 'modified_checkout' => 'No', 11 'invoice_type' => 'Manual', 12 'invoice_name' => '', 13 'owner' => 'person', 14 'businessunituuid' => '', 15 'token' => '', 16 'url_client' => 'https://api.yabi.co/co/einvoices/v2/', 17 ); 18 } 4 19 ?> 5 20 <style> -
wc-yabi/trunk/readme.txt
r3130228 r3145542 3 3 Tags: woocommerce, electronic invoice 4 4 Donate link: https://www.paypal.me/datakun 5 Requires at least: 6.46 Tested up to: 6. 5.27 Requires PHP: 8. 05 Requires at least: 7.4 6 Tested up to: 6.6.1 7 Requires PHP: 8.2 8 8 Stable tag: trunk 9 9 License: GPLv3 or later … … 116 116 = 3.0.2 = 117 117 * Fixed php warning of undefined array key 118 = 3.0.3 = 119 * Fixed php warning of undefined array key when first installed -
wc-yabi/trunk/wc-yabi.php
r3130228 r3145542 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.0. 211 * Version: 3.0.3 12 12 * Author: Mex Avila 13 13 * Author URI: https://datakun.com/
Note: See TracChangeset
for help on using the changeset viewer.