Plugin Directory

Changeset 3287323


Ignore:
Timestamp:
05/05/2025 01:29:54 AM (11 months ago)
Author:
pthowe
Message:

Update to 1.7.5 - General code improvement and upgrade to TCODF library
Removed reference to old library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • howescape-scout-book-label-print/trunk/hs_ScoutBookLabelPrint.php

    r3287307 r3287323  
    44* Plugin URI: http://howescape.com/
    55* Description: ScoutBook does not provide a option to create labels. This plugin takes the CSV file created by ScoutBoox and creates a printable PDF file.   
    6 * Version: 1.7.4
     6* Version: 1.7.5
    77* Author: P.T.Howe
    88* Text Domain: hs_ScoutBookLabelPrint
     
    1414    include_once ( plugin_dir_path( __FILE__ ) . "./include/hs_ScoutBookLabelPrint_constants.php");
    1515    // Include the main TCPDF library (search for installation path).
    16     require_once( plugin_dir_path( __FILE__ ) . 'tcpdf/tcpdf_import.php');
     16    //require_once( plugin_dir_path( __FILE__ ) . 'tcpdf/tcpdf_import.php');
    1717    require_once( plugin_dir_path( __FILE__ ) . 'tcpdf-6.9.3/tcpdf.php');
    1818       
Note: See TracChangeset for help on using the changeset viewer.