Plugin Directory

Changeset 1846555


Ignore:
Timestamp:
03/25/2018 04:18:00 PM (8 years ago)
Author:
csixty4
Message:

v1.4

Location:
http2-server-push
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • http2-server-push/trunk/http2-server-push.php

    r1509102 r1846555  
    55Plugin URI:  https://github.com/daveross/http2-server-push
    66Description: Enables HTTP/2 server push for local JavaScript and CSS resources enqueued in the page.
    7 Version:     1.3
     7Version:     1.4
    88Author:      David Michael Ross
    99Author URI:  http://davidmichaelross.com
     
    5151    global $http2_header_size_accumulator;
    5252
    53     if (strpos($src, home_url()) !== false) {
     53    if (strpos($src, site_url()) !== false) {
    5454
    5555        $preload_src = apply_filters('http2_link_preload_src', $src);
  • http2-server-push/trunk/readme.txt

    r1509104 r1846555  
    44Tags: http2, performance, prefetch
    55Requires at least: 3.0
    6 Tested up to: 4.6
    7 Stable tag: 1.3
     6Tested up to: 4.9.4
     7Stable tag: 1.4
    88License: MIT
    99License URI: http://daveross.mit-license.org/
Note: See TracChangeset for help on using the changeset viewer.