Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Minor Break Handling Drawings #4244

Merged
merged 3 commits into from
Nov 30, 2024
Merged

Commits on Nov 26, 2024

  1. Fix Minor Break Handling Drawings

    Fix PHPOffice#4241. Some security batches caused a minor break in Drawings, forcing `setWorksheet` to come after `setPath`. Although the problem is easily fixed in user code, this was not an intended change. Some slight recoding restores the earlier functionality where the order of calls was not important, without sacrificing the security gains. This change will be back-ported to the other active branches to which the security patch had been applied.
    oleibman committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5c3ae52 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Update CHANGELOG.md

    oleibman authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    0e9719b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8efb0fc View commit details
    Browse the repository at this point in the history