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

Improve slug generation & matching in request utils #52414

Merged
merged 6 commits into from Jul 20, 2023

Commits on Jul 7, 2023

  1. Copy the full SHA
    5438e4e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    63e22ec View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Copy the full SHA
    da27a3b View commit details
    Browse the repository at this point in the history
  2. Use replace instead of replaceAll

    `replaceAll` is only available since Node 16+, but Gutenberg is still on Node 14 right now.
    swissspidy committed Jul 9, 2023
    Copy the full SHA
    d5e3b03 View commit details
    Browse the repository at this point in the history
  3. Fix plugin slugs

    swissspidy committed Jul 9, 2023
    Copy the full SHA
    0dc5ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Copy the full SHA
    d6864a1 View commit details
    Browse the repository at this point in the history