Skip to content

Commit 5d81305

Browse files
authored
Update Readme release1291 (#4612)
1 parent bc37318 commit 5d81305

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# PhpSpreadsheet
22

33
[![Build Status](https://github.com/PHPOffice/PhpSpreadsheet/workflows/main/badge.svg)](https://github.com/PHPOffice/PhpSpreadsheet/actions)
4-
[![Code Quality](https://scrutinizer-ci.com/g/PHPOffice/PhpSpreadsheet/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/PHPOffice/PhpSpreadsheet/?branch=master)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/PHPOffice/PhpSpreadsheet/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/PHPOffice/PhpSpreadsheet/?branch=master)
4+
[![Code Coverage](https://coveralls.io/repos/github/PHPOffice/PhpSpreadsheet/badge.svg?branch=master)](https://coveralls.io/github/PHPOffice/PhpSpreadsheet?branch=master)
65
[![Total Downloads](https://img.shields.io/packagist/dt/PHPOffice/PhpSpreadsheet)](https://packagist.org/packages/phpoffice/phpspreadsheet)
76
[![Latest Stable Version](https://img.shields.io/github/v/release/PHPOffice/PhpSpreadsheet)](https://packagist.org/packages/phpoffice/phpspreadsheet)
87
[![License](https://img.shields.io/github/license/PHPOffice/PhpSpreadsheet)](https://packagist.org/packages/phpoffice/phpspreadsheet)
@@ -11,12 +10,23 @@
1110
PhpSpreadsheet is a library written in pure PHP and offers a set of classes that
1211
allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc.
1312

13+
This branch (release1291) is *not* the latest version of PhpSpreadsheet, and may therefore lack features and bug fixes found in the latest version.
14+
15+
## Security Changes Only
16+
17+
Except for security changes, no further maintenance will be applied to this branch.
18+
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).
20+
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.
22+
1423
## PHP Version Support
1524

16-
LTS: Support for PHP versions will only be maintained for a period of six months beyond the
25+
LTS: For maintained branches, support for PHP versions will only be maintained for a period of six months beyond the
1726
[end of life](https://www.php.net/supported-versions) of that PHP version.
1827

1928
Currently the required PHP minimum version is PHP __7.4__, and we [will support that version](https://www.php.net/eol.php) until 28th June 2023.
29+
However, since this branch is no longer maintained, that policy is not enforced.
2030

2131
See the `composer.json` for other requirements.
2232

0 commit comments

Comments
 (0)