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
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,15 @@ 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). Thia is always true of the master branch. Some earlier branches remain supported and security fixes are applied to them; if the security fix represents a breaking change, it may have to be applied as a minor or patch version.
7
7
8
-
## TBD - 5.0.0
9
-
10
-
### Breaking Changes
11
-
12
-
- Images will be loaded from an external source (e.g. http://example.com/img.png) only if the reader is explicitly set to allow it via `$reader->setAllowExternalImages(true)`. We do not believe that loading of external images is a widely used feature.
13
-
- Deletion of items deprecated in Release 4. See "removed" below.
14
-
- Move some properties from Base Reader to Html Reader. [PR #4551](https://github.com/PHPOffice/PhpSpreadsheet/pull/4551)
15
-
- DefaultValueBinder will treat integers with more than 15 digits as strings. [Issue #4522](https://github.com/PHPOffice/PhpSpreadsheet/issues/4522)[PR #4527](https://github.com/PHPOffice/PhpSpreadsheet/pull/4527)
8
+
## TBD - 5.1.0
16
9
17
10
### Added
18
11
19
12
- Nothing yet.
20
13
21
14
### Removed
22
15
23
-
-Theme public constants COLOR_SCHEME_2013_PLUS_NAME (use COLOR_SCHEME_2013_2022_NAME) and COLOR_SCHEME_2013_PLUS (use COLOR_SCHEME_2013_2022).
16
+
-Nothing yet.
24
17
25
18
### Changed
26
19
@@ -36,11 +29,28 @@ and this project adheres to [Semantic Versioning](https://semver.org). Thia is a
36
29
37
30
### Fixed
38
31
32
+
- Nothing yet.
33
+
34
+
## 2025-08-10 - 5.0.0
35
+
36
+
### Breaking Changes
37
+
38
+
- Images will be loaded from an external source (e.g. http://example.com/img.png) only if the reader is explicitly set to allow it via `$reader->setAllowExternalImages(true)`. We do not believe that loading of external images is a widely used feature.
39
+
- Deletion of items deprecated in Release 4. See "removed" below.
40
+
- Move some properties from Base Reader to Html Reader. [PR #4551](https://github.com/PHPOffice/PhpSpreadsheet/pull/4551)
41
+
- DefaultValueBinder will treat integers with more than 15 digits as strings. [Issue #4522](https://github.com/PHPOffice/PhpSpreadsheet/issues/4522)[PR #4527](https://github.com/PHPOffice/PhpSpreadsheet/pull/4527)
42
+
43
+
### Removed
44
+
45
+
- Theme public constants COLOR_SCHEME_2013_PLUS_NAME (use COLOR_SCHEME_2013_2022_NAME) and COLOR_SCHEME_2013_PLUS (use COLOR_SCHEME_2013_2022).
- Create uninitialized cell if used in calculation. [Issue #4558](https://github.com/PHPOffice/PhpSpreadsheet/issues/4558)[Issue #4530](https://github.com/PHPOffice/PhpSpreadsheet/issues/4530)[PR #4565](https://github.com/PHPOffice/PhpSpreadsheet/pull/4565)
42
52
- Shared/Date::isDateTime handle cells which calculate as arrays. [Issue #4557](https://github.com/PHPOffice/PhpSpreadsheet/issues/4557)[PR #4562](https://github.com/PHPOffice/PhpSpreadsheet/pull/4562)
0 commit comments