Skip to content

Commit 93cd0bb

Browse files
committed
Release 2.4.0
1 parent 52a501a commit 93cd0bb

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.4.0] - 2026-07-09
11+
1012
### Security
1113
- excel.license_key and excel.license_name are now PHP_INI_SYSTEM, so a per-request ini_set() or .user.ini can no longer overwrite the commercial license in a shared pool (a runtime key can still be passed to the ExcelBook constructor).
1214

@@ -711,7 +713,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
711713
## [0.8] - 2010-08-01
712714
* Initial Release
713715

714-
[Unreleased]: https://github.com/iliaal/php_excel/compare/2.3.0...HEAD
716+
[Unreleased]: https://github.com/iliaal/php_excel/compare/2.4.0...HEAD
717+
[2.4.0]: https://github.com/iliaal/php_excel/releases/tag/2.4.0
715718
[2.3.0]: https://github.com/iliaal/php_excel/releases/tag/2.3.0
716719
[2.2.0]: https://github.com/iliaal/php_excel/releases/tag/2.2.0
717720
[2.1.0]: https://github.com/iliaal/php_excel/releases/tag/2.1.0

excel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define PHP_EXCEL_NUMERIC_STRING 3
5151
#define PHP_EXCEL_TEXT 4
5252

53-
#define PHP_EXCEL_VERSION "2.3.0"
53+
#define PHP_EXCEL_VERSION "2.4.0"
5454

5555
#ifdef COMPILE_DL_EXCEL
5656
#ifdef ZTS

0 commit comments

Comments
 (0)