Skip to content

Commit

Permalink
Add polyfills for iconv and mbstring
Browse files Browse the repository at this point in the history
  • Loading branch information
doekenorg committed Sep 16, 2024
1 parent e32706a commit d4ab8cc
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 d4ab8cc

Please sign in to comment.