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
- Typing was strengthened by leveraging native typing. This should not change any behavior. However, if you implement
13
+
any interfaces or inherit from any classes, you will need to adapt your typing accordingly. If you use static analysis
14
+
tools such as PHPStan or Psalm, new errors might be found. If you find actual bugs because of the new typing, please
15
+
open a PR that fixes it with a **detailed** explanation of the reason. We'll try to merge and release typing-related
16
+
fixes quickly in the coming days. [PR #3718](https://github.com/PHPOffice/PhpSpreadsheet/pull/3718)
17
+
- All deprecated things have been removed, for details, see [816b91d0b4](https://github.com/PHPOffice/PhpSpreadsheet/commit/816b91d0b4a0c7285a9e3fc88c58f7730d922044)
15
18
16
19
### Added
17
20
@@ -33,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
33
36
34
37
### Changed
35
38
36
-
- Drop support for PHP 7.4, according to https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support[PR #3713](https://github.com/PHPOffice/PhpSpreadsheet/pull/3713)
39
+
-**Drop support for PHP 7.4**, according to https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support[PR #3713](https://github.com/PHPOffice/PhpSpreadsheet/pull/3713)
37
40
- RLM Added to NumberFormatter Currency. This happens depending on release of ICU which Php is using (it does not yet happen with any official release). PhpSpreadsheet will continue to use the value returned by Php, but a method is added to keep the result unchanged from release to release. [Issue #3571](https://github.com/PHPOffice/PhpSpreadsheet/issues/3571)[PR #3640](https://github.com/PHPOffice/PhpSpreadsheet/pull/3640)
38
41
-`toFormattedString` will now always return a string. This was introduced with 1.28.0, but was not properly documented at the time. This can affect the results of `toArray`, `namedRangeToArray`, and `rangeToArray`. [PR #3304](https://github.com/PHPOffice/PhpSpreadsheet/pull/3304)
39
42
- Value of constants FORMAT_CURRENCY_EUR and FORMAT_CURRENCY_USD was changed in 1.28.0, but was not properly documented at the time. [Issue #3577](https://github.com/PHPOffice/PhpSpreadsheet/issues/3577)
0 commit comments