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

APO-286: Prevent default settings from enabling Auto Minify due to deprecation #547

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. APO-286: Prevent default settings from enabling Auto Minify due to de…

    …precation
    
    This commit prevents the Auto Minify setting from being enabled whenever
    a new user is enabling the default Cloudflare settings for Wordpress.
    
    This is following the Auto Minify deprecation whose removal is scheduled
    for August 5th, 2024.
    
    Because the settings endpoint will remain available on Cloudflare API
    and will eventually be made a no-op, the interface of the users of the
    previous version of the Wordpress plugin will not see their interface break.
    
    The `compiled.js` change, along with the `lang/*` changes were copied
    after running `yarn build:production` following [this PR of the
    `cloudflare-plugin-frontend` plugin](cloudflare/cloudflare-plugin-frontend#202).
    aseure committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8880a9e View commit details
    Browse the repository at this point in the history