Skip to content

Commit 0949bee

Browse files
committed
Prep Work for 2.1.13
1 parent 28aa8e7 commit 0949bee

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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). This is always true of the master branch. Some earlier branches, including the branch from which you are reading this file, 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+
## 2025-10-25 - 2.1.13
9+
10+
### Functionally Frozen
11+
12+
- Except for security changes, no further maintenance will be applied to this branch.
13+
You are encouraged to upgrade to a maintained branch as soon as possible.
14+
Maintained branches are master (preferred - version is 5.2.0 as of the date when this is being written), release390 (current version is 3.10.1), and release222 (2.4.1).
15+
- Of particular note is that this branch should not run under Php 8.5+, and will *not* be updated to avoid deprecation notices introduced with Php 8.5.
16+
817
## 2025-08-10 - 2.1.12
918

1019
### Breaking Changes

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This branch (release210) is *not* the latest version of PhpSpreadsheet, and may
1616

1717
Except for security changes, no further maintenance will be applied to this branch.
1818
You are encouraged to upgrade to a maintained branch as soon as possible.
19-
Maintained branches are master (preferred - version is 5.0.0 as of the date when this is being written), release390 (current version is 3.10.0), and release222 (2.4.0).
19+
Maintained branches are master (preferred - version is 5.2.0 as of the date when this is being written), release390 (current version is 3.10.1), and release222 (2.4.1).
2020

21-
Of particular note is that this branch will *not* be updated to avoid deprecation notices about using the `++` operator on strings, a notice about to be introduced with Php 8.5.
21+
Of particular note is that this branch should not run under Php 8.5, and will *not* be updated to avoid deprecation notices which will be introduced with Php 8.5.
2222

2323
## PHP Version Support
2424

@@ -27,6 +27,7 @@ LTS: For maintained branches, support for PHP versions will only be maintained f
2727

2828
Currently the required PHP minimum version is PHP __8.0__, and we [will nominally support that version](https://www.php.net/eol.php) until May 2024.
2929
However, since this branch is no longer maintained, that policy is not enforced.
30+
The PHP maximum version supported by this release is PHP __8.4__.
3031

3132
See the `composer.json` for other requirements.
3233

0 commit comments

Comments
 (0)