You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-14
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com)
6
6
and this project adheres to [Semantic Versioning](https://semver.org).
7
7
8
-
## TBD - 3.7.0
9
-
10
-
### Added
11
-
12
-
- Nothing yet.
13
-
14
-
### Changed
15
-
16
-
- Nothing yet.
17
-
18
-
### Moved
19
-
20
-
- Nothing yet.
8
+
## 2024-12-26 - 3.7.0
21
9
22
10
### Deprecated
23
11
24
12
- Drawing::setIsUrl is unneeded. The property is set when setPath determines whether path is a url.
25
13
26
14
### Fixed
27
15
28
-
- More context options may be needed for http(s) image. [Php issue 17121](https://github.com/php/php-src/issues/17121)[PR #4276](https://github.com/PHPOffice/PhpSpreadsheet/pull/4276)
16
+
- Security patches for Samples.
17
+
- Security patches for Html Writer.
29
18
- Avoid unexpected charset in currency symbol. [PR #4279](https://github.com/PHPOffice/PhpSpreadsheet/pull/4279)
30
19
- Add forceFullCalc option to Xlsx Writer. [Issue #4269](https://github.com/PHPOffice/PhpSpreadsheet/issues/4269)[PR #4271](https://github.com/PHPOffice/PhpSpreadsheet/pull/4271)
31
20
- More context options may be needed for http(s) image. [Php issue 17121](https://github.com/php/php-src/issues/17121)[PR #4276](https://github.com/PHPOffice/PhpSpreadsheet/pull/4276)
0 commit comments