-
Notifications
You must be signed in to change notification settings - Fork 83
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
SPEED-777: Upgrade cloudflare-plugin-frontend to v3.8.0 (#534) #535
Conversation
**🔖 Summary** By upgrading the compiled files from `cloudflare-plugin-frontend` as of v3.8.0, this commit aims at removing all Railgun-related code, which is now a deprecated Cloudflare feature. This change is proposed due to a `Bad Request` banner which is now shown on the Cloudflare Wordpress plugin page because of a failing call to one of the deprecated Railgun endpoints. Close cloudflare#534.
@jacobbednarz I've looked at the git history, but couldn't understand how the |
as far as i recall, we just need to update the version use by the JS package manager and that should be enough ( |
@jacobbednarz Thing is, there's no JS package manager configuration in this repository (i.e. no |
works for me! the process i was thinking of is for the backend plugin that i already merged in so disregard that. if you want to in the future, you can pull the frontend code into this repository and have it build in place to save the confusion. |
**🔖 Summary** This release includes two minor fixes. First one is making sure that the only the active zone is fetched when retrieving the customer zone, preventing accidental fetching of a purged zone with the same name, which happened to at least one customer. Second change is about preventing some error banners from appearing on the user plugin page, which was due to failing calls to retrieve details about the Railgun settings of the user, which is now deprecated by Cloudflare, and whose endpoints have been decomissioned. **🚧 Changes** - [CUSTESC-36595: Retrieve the Wordpress domain only from the active zone](cloudflare#532) - [SPEED-777: Upgrade cloudflare-plugin-frontend to v3.8.0](cloudflare#535)
**🔖 Summary** This commit is a follow-up to cloudflare#535 to include [a minor revert](cloudflare/cloudflare-plugin-frontend#199) since the current v4.12.5 release seems to have issues due to that code being wrongly removed.
🔖 Summary
By upgrading the compiled files from
cloudflare-plugin-frontend
as of v3.8.0, this commit aims at removing all Railgun-related code, which is now a deprecated Cloudflare feature. This change is proposed due to aBad Request
banner which is now shown on the Cloudflare Wordpress plugin page because of a failing call to one of the deprecated Railgun endpoints.Close #534.