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

Added extractVariables method to IOFactory #2515

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
4bb74e2
Added extractVariables method to IOFactory
sibalonat Nov 30, 2023
993560f
remove var_dumps
sibalonat Nov 30, 2023
43df798
Merge branch 'master' into Word2007-Reader---Extract-variables-from-word
sibalonat Nov 30, 2023
b01e266
remove vardump
sibalonat Nov 30, 2023
9268ba5
fix return and fix php stan errors and instances
sibalonat Nov 30, 2023
bf69d18
fix order and whitespace
sibalonat Nov 30, 2023
e6ba84a
extra space
sibalonat Nov 30, 2023
c90df91
remove new lines
sibalonat Nov 30, 2023
41beb2d
white space
sibalonat Nov 30, 2023
a08da1e
new lines
sibalonat Nov 30, 2023
96a4ea1
whiteline
sibalonat Nov 30, 2023
170339e
new line
sibalonat Nov 30, 2023
7be3cdb
white space
sibalonat Nov 30, 2023
42673c9
fix
sibalonat Nov 30, 2023
0b8f9f4
new line
sibalonat Nov 30, 2023
33b1d0c
white space
sibalonat Nov 30, 2023
f618d67
remove some unneecessary if statement
sibalonat Nov 30, 2023
447b3fd
Correct Font Size Calculated by MsDoc Reader
oleibman Dec 17, 2023
7173e21
Suggestions from @Progi1984
oleibman Dec 17, 2023
4ae15ba
Typo Tolerated By Windows but Not By Unix
oleibman Dec 17, 2023
5bc9c6a
Correct Title Line of Change Log
oleibman Dec 17, 2023
fb81631
Bump dompdf/dompdf from 2.0.3 to 2.0.4
dependabot[bot] Dec 13, 2023
fbff29b
Bump phpunit/phpunit from 9.6.13 to 9.6.14
dependabot[bot] Dec 1, 2023
d353048
Bump mpdf/mpdf from 8.2.0 to 8.2.2
dependabot[bot] Dec 28, 2023
8b8dfce
Bump phpmd/phpmd from 2.14.1 to 2.15.0
dependabot[bot] Jan 1, 2024
ada4754
Updated Changelog
Progi1984 Jan 6, 2024
a402ece
Bump phpunit/phpunit from 9.6.14 to 9.6.15
dependabot[bot] Jan 6, 2024
400f524
Updated Changelog
Progi1984 Jan 6, 2024
24634cc
Bump symfony/process from 5.4.28 to 5.4.34
dependabot[bot] Jan 1, 2024
8200e9d
Updated Changelog
Progi1984 Jan 6, 2024
12d0660
Added extractVariables method to IOFactory
sibalonat Nov 30, 2023
d51ce7e
remove var_dumps
sibalonat Nov 30, 2023
3523d2f
fix return and fix php stan errors and instances
sibalonat Nov 30, 2023
b884cbc
fix order and whitespace
sibalonat Nov 30, 2023
e4a6a43
remove new lines
sibalonat Nov 30, 2023
3a252ed
white space
sibalonat Nov 30, 2023
42d1a95
new lines
sibalonat Nov 30, 2023
3fdd8b4
whiteline
sibalonat Nov 30, 2023
5fc5d46
new line
sibalonat Nov 30, 2023
cac3256
white space
sibalonat Nov 30, 2023
cd5a155
fix
sibalonat Nov 30, 2023
c0338f5
white space
sibalonat Nov 30, 2023
6b86c52
remove some unneecessary if statement
sibalonat Nov 30, 2023
309b616
variable changes
sibalonat Jan 7, 2024
2a28c1e
2.0.0 md
sibalonat Jan 7, 2024
68d9bd8
2.0.0
sibalonat Jan 7, 2024
5b6b2a9
Merge branch 'master' into Word2007-Reader---Extract-variables-from-word
sibalonat Jan 7, 2024
dd5fc0d
new line at end of the file
sibalonat Jan 7, 2024
60b416f
add entry to md
sibalonat Jan 7, 2024
53e08d5
additional space, type fixes in enhancement md and iofactory
sibalonat Jan 7, 2024
fda7405
Merge branch 'master' into Word2007-Reader---Extract-variables-from-word
sibalonat Jan 7, 2024
5b4f434
some fixes on spacing
sibalonat Jan 7, 2024
56feaf3
based on fixer suggestions
sibalonat Jan 7, 2024
d3eac68
new line at the end of the file
sibalonat Jan 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump phpunit/phpunit from 9.6.13 to 9.6.14
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.13 to 9.6.14.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.14/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.13...9.6.14)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sibalonat committed Jan 7, 2024
commit fbff29bf832170e8178bcd2f14d59cab6852d4bc
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/changes/2.x/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
### Miscellaneous

- Bump dompdf/dompdf from 2.0.3 to 2.0.4 by [@dependabot](https://github.com/dependabot) in [#2530](https://github.com/PHPOffice/PHPWord/pull/2530)
- Bump phpunit/phpunit from 9.6.13 to 9.6.14 by [@dependabot](https://github.com/dependabot) in [#2519](https://github.com/PHPOffice/PHPWord/pull/2519)

### BC Breaks