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

1.0.0 #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

1.0.0 #1

wants to merge 4 commits into from

Commits on May 23, 2017

  1. 1.0.0

    Added 'WP_STACK_CDN_THEME' constant for CDN resources in the current theme.
    Renamed 'WP_STACK_CDN_UPLOADS_ONLY' constant to 'WP_STACK_CDN_UPLOADS'.
    Added 'wp_stack_cdn_filter_urls' filter for filtering custom base urls.
    Added dns-prefetch hint for CDN domain.
    Reworked init function to streamline logic for additional features.
    msigley authored May 23, 2017
    Configuration menu
    Copy the full SHA
    5fafb1f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Force https for http/2 and spdy support.

    Added 'WP_STACK_CDN_FORCE_HTTPS' definition for enabling/disabling https forcing.
    Added WP_Stack_CDN_get_url() API function.
    Implemented singleton.
    msigley authored May 24, 2017
    Configuration menu
    Copy the full SHA
    ebb7f0c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Fixed regex pattern to allow more than one match per line

    This bug prevented urls in inline-block layouts from being replaced.
    msigley authored May 25, 2017
    Configuration menu
    Copy the full SHA
    15f9791 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Performance improvements

    msigley authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    0785603 View commit details
    Browse the repository at this point in the history