diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index c70e22bf..4a845350 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -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. diff --git a/VERSION b/VERSION index 29310f45..c56facf8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.4 +6.7.5 diff --git a/composer.json b/composer.json index fae85572..7389d090 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { diff --git a/include/tcpdf_static.php b/include/tcpdf_static.php index 1fb3c787..04f74461 100644 --- a/include/tcpdf_static.php +++ b/include/tcpdf_static.php @@ -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. diff --git a/tcpdf.php b/tcpdf.php index 7f5bbfb8..60f93c41 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,7 +1,7 @@ * @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;