Plugin Directory

Changeset 3065458

Timestamp:
04/05/2024 12:35:27 PM (4 months ago)
Author:
them.es
Message:

updated trunk

Location:
billy
Files:
730 added
4 edited

Legend:

Unmodified
Added
Removed
  • billy/trunk/inc/class-pdfexport.php

    r3016777 r3065458  
    5555        $mpdf_dir          = dirname( __DIR__ ) . '/mpdf';
    5656        self::$pdfstyles   = file_get_contents( $mpdf_dir . '/css/pdf.css' );
    57         self::$temp_dir    = $mpdf_dir . '/tmp/';
     57        self::$temp_dir    = $mpdf_dir . '/tmp';
    5858        self::$pdffont_dir = array(
    59             $mpdf_dir . '/fonts/',
     59            $mpdf_dir . '/fonts',
    6060        );
    6161        self::$pdffont     = array(
  • billy/trunk/readme.txt

    r3065230 r3065458  
    55Requires at least: 5.6
    66Tested up to: 6.5
    7 Stable tag: 1.7.3
     7Stable tag: 1.7.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929The following WordPress themes have been tested:
    3030
     31
    3132* [https://them.es/starter-bootstrap](https://them.es/starter-bootstrap "Bootstrap Starter theme")
    3233* [https://them.es/starter-material](https://them.es/starter-material "Bootstrap Starter theme")
     
    140141== Changelog ==
    141142
     143
     144
     145
    142146= 1.7.3 =
    143147* Minor code refactoring
Note: See TracChangeset for help on using the changeset viewer.