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

Update guzzlehttp library #17497

Open
2 of 9 tasks
TomatorCZ opened this issue Oct 7, 2021 · 0 comments
Open
2 of 9 tasks

Update guzzlehttp library #17497

TomatorCZ opened this issue Oct 7, 2021 · 0 comments

Comments

@TomatorCZ
Copy link

  • I've read and understood the contribution guidelines.
  • I've searched for any related issues and avoided creating a duplicate issue.

Please give us a description of what happened.

The library contains each function in its own namespace. After the prefixing(vendor prefixed), previous calls of the each function become \each call, which results in calling the global function. The newer version of the library has this bad feature fixed. (issue guzzle/promises#102)

Please describe what you expected to happen and why.

Calling right each function

How can we reproduce this behavior?

  1. Download 17.3 yoast plugin
  2. Navigate to src/vendor_prefixed/guzzlehttp/promises/src/functions.php line 201
  3. \each call

Technical info

  • If relevant, which editor is affected (or editors):
  • Classic Editor
  • Gutenberg
  • Classic Editor plugin
  • Which browser is affected (or browsers):
  • Chrome
  • Firefox
  • Safari
  • Other

Used versions

  • WordPress version: 5.8.1
  • Yoast SEO version: 17.3
  • Gutenberg plugin version:
  • Classic Editor plugin version:
  • Relevant plugins in case of a bug:
  • Tested with theme:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant