Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

Bumps phpoffice/phpspreadsheet from 2.3.8 to 2.4.0.

Release notes

Sourced from phpoffice/phpspreadsheet's releases.

2.4.0

Breaking Changes

  • 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. This is a necessary change for security purposes. It unfortunately breaks Semantic Versioning for reasons described above; there is no way to start a new major version for this branch.

2.3.10

Added

  • Add to all readers the option to allow or forbid fetching external images. This is unconditionally allowed now. The default will be set to "allow", so no code changes are necessary. However, we are giving consideration to changing the default. [PR #4547](PHPOffice/PhpSpreadsheet#4547)

2.3.9

Changed

  • Allow php-cs-fixer to Handle Implicit Backslashes.

Added

Fixed

Changelog

Sourced from phpoffice/phpspreadsheet's changelog.

2025-08-10 - 2.4.0

Breaking Changes

  • 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. This is a necessary change for security purposes. It unfortunately breaks Semantic Versioning for reasons described above; there is no way to start a new major version for this branch.

2025-07-23 - 2.3.10

Added

  • Add to all readers the option to allow or forbid fetching external images. This is unconditionally allowed now. The default will be set to "allow", so no code changes are necessary. However, we are giving consideration to changing the default. [PR #4547](PHPOffice/PhpSpreadsheet#4547)

2025-06-22 - 2.3.9

Changed

  • Allow php-cs-fixer to Handle Implicit Backslashes.

Added

Fixed

Commits
  • 3a3cad8 Prepare Changelog for New Release
  • 334a677 Breaking Change When Loading External Images
  • 6109682 Changelog Update Semantic Versioning Statement
  • 22058ce All Readers - Allow or Forbid Fetching of External Images Release222 (#4547)
  • 12e0d9f Allow Xlsx Reader to Specify ParseHuge Release222 (#4517)
  • 448a343 Removing Columns/Rows Containing Merged Cells (#4471)
  • 7697814 Allow Spreadsheet Serialization Branch release222 (#4407)
  • a02e4c2 Allow php-cs-fixer to Handle Implicit Backslashes
  • 4eefcce Fix TEXT and TIMEVALUE Functions 2.3 Branch (#4354)
  • e6cc412 Update content-hash (composer update --lock)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) from 2.3.8 to 2.4.0.
- [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases)
- [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/2.4.0/CHANGELOG.md)
- [Commits](PHPOffice/PhpSpreadsheet@2.3.8...2.4.0)

---
updated-dependencies:
- dependency-name: phpoffice/phpspreadsheet
  dependency-version: 2.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants