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
5a04f6e0e8
commit
1fb8b6a6c7
@ -1,3 +1,14 @@
|
||||
6.5.0 (2022-08-12)
|
||||
- encodeUrlQuery takes into account the port (#493)
|
||||
- Fixing undefined offset error in writeHTML() when last DOM element ha…
|
||||
- correct some type hints (#495)
|
||||
- fix: php 8.1 notices (#481)
|
||||
- Fixed: null check for PHP 8.1 (#476)
|
||||
- Fix Infinite Loop in Multicell with Auto Page Breaks Off (#473)
|
||||
- GetCssBorderStyle Has Problem When !important Is Specified (#467)
|
||||
- Support Apache 2.4 directives in htaccess file (#530)
|
||||
- Remove examples from dist package (#542)
|
||||
|
||||
6.4.4 (2021-12-31)
|
||||
- PHP 8.1 fixes
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
2002-2019 Nicola Asuni - Tecnick.com LTD
|
||||
2002-2022 Nicola Asuni - Tecnick.com LTD
|
||||
|
||||
**********************************************************************
|
||||
**********************************************************************
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
* **category** Library
|
||||
* **author** Nicola Asuni <info@tecnick.com>
|
||||
* **copyright** 2002-2021 Nicola Asuni - Tecnick.com LTD
|
||||
* **copyright** 2002-2022 Nicola Asuni - Tecnick.com LTD
|
||||
* **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
|
||||
* **link** http://www.tcpdf.org
|
||||
* **source** https://github.com/tecnickcom/TCPDF
|
||||
|
@ -12,7 +12,7 @@
|
||||
"barcodes"
|
||||
],
|
||||
"homepage": "http://www.tcpdf.org/",
|
||||
"version": "6.4.4",
|
||||
"version": "6.5.0",
|
||||
"license": "LGPL-3.0-only",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -3,11 +3,11 @@
|
||||
// File name : tcpdf.php
|
||||
// Version : 6.4.4
|
||||
// Begin : 2002-08-03
|
||||
// Last Update : 2021-12-31
|
||||
// Last Update : 2022-08-12
|
||||
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
|
||||
// License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html)
|
||||
// -------------------------------------------------------------------
|
||||
// Copyright (C) 2002-2021 Nicola Asuni - Tecnick.com LTD
|
||||
// Copyright (C) 2002-2022 Nicola Asuni - Tecnick.com LTD
|
||||
//
|
||||
// This file is part of TCPDF software library.
|
||||
//
|
||||
@ -104,7 +104,7 @@
|
||||
* Tools to encode your unicode fonts are on fonts/utils directory.</p>
|
||||
* @package com.tecnick.tcpdf
|
||||
* @author Nicola Asuni
|
||||
* @version 6.3.2
|
||||
* @version 6.5.0
|
||||
*/
|
||||
|
||||
// TCPDF configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user