Skip to content

Commit

Permalink
Merge pull request #200 from GravityKit/issue/196-phpofficephpspreads…
Browse files Browse the repository at this point in the history
…heet-requires-the-mbstring-extension

Add polyfills for iconv and mbstring
  • Loading branch information
mrcasual authored Sep 16, 2024
2 parents e32706a + d4ab8cc commit 6eb8eb0
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 9 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"ext-json": "*",
"php": "^7.2",
"gravitykit/gravityexport-base": "dev-master",
"phpoffice/phpspreadsheet": "1.19.*"
"phpoffice/phpspreadsheet": "1.19.*",
"symfony/polyfill-iconv": "^1.31",
"symfony/polyfill-mbstring": "^1.31"
},
"autoload": {
"classmap": [
Expand Down
96 changes: 88 additions & 8 deletions composer.lock

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

4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ You can hide a row by adding a hook. Checkout this example:

== Changelog ==

= develop =

* Fixed: Added compatibility for servers that miss the `iconv` or `mbstring` PHP extension.

= 2.3.1 on July 4, 2024 =

* Updated: Release to wordpress.org was missing files.
Expand Down

0 comments on commit 6eb8eb0

Please sign in to comment.