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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
21
21
22
22
### Deprecated
23
23
24
-
-Nothing yet.
24
+
-Drawing::setIsUrl is unneeded. The property is set when setPath determines whether path is a url.
25
25
26
26
### Fixed
27
27
28
28
- Add forceFullCalc option to Xlsx Writer. [Issue #4269](https://github.com/PHPOffice/PhpSpreadsheet/issues/4269)[PR #4271](https://github.com/PHPOffice/PhpSpreadsheet/pull/4271)
29
+
- 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)
30
+
- Several fixed to ODS Writer. [Issue #4261](https://github.com/PHPOffice/PhpSpreadsheet/issues/4261)[PR #4263](https://github.com/PHPOffice/PhpSpreadsheet/pull/4263)[PR #4264](https://github.com/PHPOffice/PhpSpreadsheet/pull/4264)[PR #4266](https://github.com/PHPOffice/PhpSpreadsheet/pull/4266)
0 commit comments