Changeset 3202071
- Timestamp:
- 12/04/2024 05:41:04 AM (16 months ago)
- Location:
- pdf-for-woocommerce/trunk
- Files:
-
- 4 edited
-
frontend/index.php (modified) (3 diffs)
-
pdf-for-woocommerce.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woocommerce/emails/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pdf-for-woocommerce/trunk/frontend/index.php
r3190613 r3202071 286 286 $mpdf->WriteHTML($html); 287 287 $output = $mpdf->Output($path_name,"F"); 288 update_option( "pdf_download_last", $url_name); 288 289 return array("path"=>$path_name,"url"=>$url_name); 289 290 break; … … 382 383 $col_width = "35%"; 383 384 }else{ 384 $col_width = " 35%";385 $col_width = "65%"; 385 386 } 386 387 break; … … 392 393 break; 393 394 case "row7": 394 $col_width = " 20%";395 $col_width = "19.99%"; 395 396 break; 396 397 case "row8": -
pdf-for-woocommerce/trunk/pdf-for-woocommerce.php
r3190683 r3202071 6 6 * Text Domain: pdf-for-woocommerce 7 7 * Domain Path: /languages 8 * Version: 4. 4.18 * Version: 4.5.0 9 9 * Requires PHP: 5.6 10 10 * Author: add-ons.org -
pdf-for-woocommerce/trunk/readme.txt
r3190683 r3202071 4 4 Requires at least: 2.0 5 5 Tested up to: 6.7 6 Stable tag: 4. 4.16 Stable tag: 4.5.0 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 4.5.0 = 107 - Fixed: columns 108 106 109 = 4.4.0 = 107 110 - Fixed: Do not save PDFs on the server -
pdf-for-woocommerce/trunk/woocommerce/emails/index.php
r3190683 r3202071 194 194 $datas= $wpdb->get_results("SELECT * FROM $table_name WHERE enable = 1", ARRAY_A); 195 195 $yeepdf_data = array(); 196 $upload_dir = wp_upload_dir();197 196 $order_shortcode = new Yeepdf_Addons_Woocommerce_Shortcodes(); 198 197 $order_shortcode->set_order_id($order_id);
Note: See TracChangeset
for help on using the changeset viewer.