Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
6.6.5 (2023-09-06)
1
6.8.2 (2025-01-26)
2
	- Fix corrupted file.
2
	- Fix some annotation flags values.
-
 
3
	- Remove examples from packaging.
Línea -... Línea 4...
-
 
4
 
-
 
5
6.8.1 (2025-01-26) - UNTAGGED
-
 
6
	- Check relative paths on SVG images.
-
 
7
 
-
 
8
6.8.0 (2024-12-23)
-
 
9
	- Requires PHP 7.1+ and curl extension.
-
 
10
	- Escape error message.
-
 
11
	- Use strict time-constant function to compare TCPDF-tag hashes.
-
 
12
	- Add K_CURLOPTS config array to set custom cURL options (NOTE: some defaults have changed).
-
 
13
	- Add some addTTFfont fixes from tc-lib-pdf-font.
-
 
14
 
-
 
15
6.7.8 (2024-12-13)
-
 
16
	- Improve SVG detection by checking for (mandatory) namespace.
-
 
17
	- Use late state binding now that minimum PHP version is 5.5.
3
 
18
 
-
 
19
6.7.7 (2024-10-26)
-
 
20
	- Update regular expression to avoid ReDoS (CVE-2024-22641)
-
 
21
	- [PHP 8.4] Fix: Curl CURLOPT_BINARYTRANSFER deprecated #675
4
6.6.4 (2023-09-06)
22
	- SVG detection fix for inline data images #646
-
 
23
	- Fix count svg #647
-
 
24
	- Since the version 6.7.4, the "0" is considered like empty string and not displayed
-
 
25
	- Fixed handling of transparency in PDF/A mode in addExtGState method
-
 
26
	- Encrypt /DA string when document is encrypted
-
 
27
	- Improve quality of generated seed, avoid potential security pitfall
-
 
28
	- Try to use random_bytes() first if it's available
-
 
29
	- Do not include the server parameters in the generated seed, as they might contain sensitive data
-
 
30
	- Fix bug on _getannotsrefs when there are empty signature appearances but not other annot on a page
-
 
31
	- Fix SVG coordinate parser that caused drawing artifacts
Línea -... Línea 32...
-
 
32
	- Remove usage of xml_set_object() function
-
 
33
 
-
 
34
6.7.6 (2024-10-06)
-
 
35
	- Forbid access to parent folder in HTML images.
-
 
36
 
-
 
37
6.7.5 (2024-04-20)
-
 
38
	- Update GitHub actions
-
 
39
	- fix: CSV-2024-22640 (#712)
-
 
40
 
-
 
41
6.7.4 (2024-03-24)
-
 
42
	- Upgrade tcpdf tag encryption algorithm.
-
 
43
	- Fix regression issue #699.
-
 
44
	- Fix security issue.
-
 
45
	- [BREAKING CHANGE] The tcpdf HTML tag syntax has changed, see example_049.php.
-
 
46
	- New K_ALLOWED_TCPDF_TAGS configuration constant to set the allowed methods for the tcdpf HTML tag.
5
	- Fix GitHub automation tests.
47
	- Raised minimum PHP version to PHP 5.5.0.
-
 
48
 
-
 
49
6.6.5 (2023-09-02)
6
 
50
	- Fix corrupted file.
7
6.6.3 (2023-09-06)
51
	- Fix GitHub automation tests.
8
	- Fix SPDX license ID (#591)
52
	- Fix SPDX license ID (#591)
9
	- Fix warning "array offset on value of type null" (#620)
53
	- Fix warning "array offset on value of type null" (#620)
10
	- Improve the README about the status of this library (#589)
54
	- Improve the README about the status of this library (#589)