mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-04-20 22:12:32 +02:00
Bump version
This commit is contained in:
parent
38b75a8652
commit
951eabf033
@ -1,3 +1,7 @@
|
||||
6.7.5 (2024-04-20)
|
||||
- Update GitHub actions
|
||||
- fix: CSV-2024-22640 (#712)
|
||||
|
||||
6.7.4 (2024-03-24)
|
||||
- Upgrade tcpdf tag encryption algorithm.
|
||||
- Fix regression issue #699.
|
||||
|
@ -12,7 +12,7 @@
|
||||
"barcodes"
|
||||
],
|
||||
"homepage": "http://www.tcpdf.org/",
|
||||
"version": "6.7.4",
|
||||
"version": "6.7.5",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -55,7 +55,7 @@ class TCPDF_STATIC {
|
||||
* Current TCPDF version.
|
||||
* @private static
|
||||
*/
|
||||
private static $tcpdf_version = '6.7.4';
|
||||
private static $tcpdf_version = '6.7.5';
|
||||
|
||||
/**
|
||||
* String alias for total number of pages.
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
//============================================================+
|
||||
// File name : tcpdf.php
|
||||
// Version : 6.7.4
|
||||
// Version : 6.7.5
|
||||
// Begin : 2002-08-03
|
||||
// Last Update : 2024-03-18
|
||||
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
|
||||
@ -128,7 +128,7 @@ require_once(dirname(__FILE__).'/include/tcpdf_static.php');
|
||||
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br>
|
||||
* @package com.tecnick.tcpdf
|
||||
* @brief PHP class for generating PDF documents without requiring external extensions.
|
||||
* @version 6.7.4
|
||||
* @version 6.7.5
|
||||
* @author Nicola Asuni - info@tecnick.com
|
||||
* @IgnoreAnnotation("protected")
|
||||
* @IgnoreAnnotation("public")
|
||||
@ -841,7 +841,7 @@ class TCPDF {
|
||||
/**
|
||||
* Internal secret used to encrypt data.
|
||||
* @protected
|
||||
* @since 6.7.4 (2024-03-21)
|
||||
* @since 6.7.5 (2024-03-21)
|
||||
*/
|
||||
protected $hash_key;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user