Plugin Directory

Changeset 3202071


Ignore:
Timestamp:
12/04/2024 05:41:04 AM (16 months ago)
Author:
rednumber
Message:

update 2

Location:
pdf-for-woocommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pdf-for-woocommerce/trunk/frontend/index.php

    r3190613 r3202071  
    286286                $mpdf->WriteHTML($html);
    287287                $output = $mpdf->Output($path_name,"F");
     288                update_option( "pdf_download_last", $url_name);
    288289                return array("path"=>$path_name,"url"=>$url_name);
    289290                break;
     
    382383                                    $col_width = "35%";
    383384                                }else{
    384                                     $col_width = "35%";
     385                                    $col_width = "65%";
    385386                                }
    386387                                break;
     
    392393                                break;
    393394                            case "row7":
    394                                 $col_width = "20%";
     395                                $col_width = "19.99%";
    395396                                break;
    396397                            case "row8":
  • pdf-for-woocommerce/trunk/pdf-for-woocommerce.php

    r3190683 r3202071  
    66 * Text Domain: pdf-for-woocommerce
    77 * Domain Path: /languages
    8  * Version: 4.4.1
     8 * Version: 4.5.0
    99 * Requires PHP: 5.6
    1010 * Author: add-ons.org
  • pdf-for-woocommerce/trunk/readme.txt

    r3190683 r3202071  
    44Requires at least: 2.0
    55Tested up to: 6.7
    6 Stable tag: 4.4.1
     6Stable tag: 4.5.0
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    104104
    105105== Changelog ==
     106= 4.5.0 =
     107- Fixed: columns
     108
    106109= 4.4.0 =
    107110- Fixed: Do not save PDFs on the server
  • pdf-for-woocommerce/trunk/woocommerce/emails/index.php

    r3190683 r3202071  
    194194        $datas= $wpdb->get_results("SELECT * FROM $table_name WHERE enable = 1", ARRAY_A);
    195195        $yeepdf_data = array();
    196         $upload_dir = wp_upload_dir();
    197196        $order_shortcode = new Yeepdf_Addons_Woocommerce_Shortcodes();
    198197        $order_shortcode->set_order_id($order_id);
Note: See TracChangeset for help on using the changeset viewer.