Skip to content

Commit 3b8994b

Browse files
authored
Merge pull request #4692 from oleibman/prep520
Prepare for Release 5.2.0
2 parents 0cab37f + f525703 commit 3b8994b

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
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.
77

8-
## TBD - 5.2.0
8+
## TBD - 5.3.0
99

1010
### Added
1111

12-
- Option to display numbers with less precision. [Issue #4626](https://github.com/PHPOffice/PhpSpreadsheet/issues/4626) [PR #4640](https://github.com/PHPOffice/PhpSpreadsheet/pull/4640)
13-
- Offer Tcpdf Interface which throws exception rather than die. [PR #4666](https://github.com/PHPOffice/PhpSpreadsheet/pull/4666)
14-
- Xls Reader ListWorksheetDimensions method. [PR #4689](https://github.com/PHPOffice/PhpSpreadsheet/pull/4689)
12+
- Nothing yet.
1513

1614
### Removed
1715

@@ -27,6 +25,23 @@ and this project adheres to [Semantic Versioning](https://semver.org). Thia is a
2725

2826
### Deprecated
2927

28+
- Nothing yet.
29+
30+
### Fixed
31+
32+
- Nothing yet.
33+
34+
## 2025-10-25 - 5.2.0
35+
36+
### Added
37+
38+
- This release should be usable with Php8.5 Release Candidates without deprecation messages.
39+
- Option to display numbers with less precision. [Issue #4626](https://github.com/PHPOffice/PhpSpreadsheet/issues/4626) [PR #4640](https://github.com/PHPOffice/PhpSpreadsheet/pull/4640)
40+
- Offer Tcpdf Interface which throws exception rather than die. [PR #4666](https://github.com/PHPOffice/PhpSpreadsheet/pull/4666)
41+
- Xls Reader ListWorksheetDimensions method. [PR #4689](https://github.com/PHPOffice/PhpSpreadsheet/pull/4689)
42+
43+
### Deprecated
44+
3045
- Worksheet::getHashInt serves no useful purpose. No replacement.
3146
- Spreadsheet::getId serves no useful purpose. No replacement.
3247

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
9393
"dompdf/dompdf": "^2.0 || ^3.0",
9494
"friendsofphp/php-cs-fixer": "^3.2",
95-
"mitoteam/jpgraph": "^10.3",
95+
"mitoteam/jpgraph": "^10.5",
9696
"mpdf/mpdf": "^8.1.1",
9797
"phpcompatibility/php-compatibility": "^9.3",
9898
"phpstan/phpstan": "^1.1 || ^2.0",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)