PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

Fix #1970

Open tontonsb opened this issue 2 years ago • 2 comments

Description

Fixes deleteBlock by using cloneBlock instead of replaceBlock, because it has a better regex.

Fixes #1970

Checklist:

  • [ ] I have run composer run-script check --timeout=0 and no errors were reported — I made the change via GitHub UI and hope that the GitHub workflow will run the tests once I make this PR
  • [ ] The new code is covered by unit tests (check build/coverage for coverage report) — no new lines were added
  • [ ] I have updated the documentation to describe the changes — no features were added or changed, this is a bug fix

tontonsb avatar May 09 '22 10:05 tontonsb

What's the status of this issue?

drupol avatar Oct 13 '22 13:10 drupol

Why isn't this being merged into the 1.2.x branch as a hotfix instead of postponing it until the release of 2.0.0?

ccerrillo avatar Mar 18 '24 07:03 ccerrillo