Changeset 1846555
- Timestamp:
- 03/25/2018 04:18:00 PM (8 years ago)
- Location:
- http2-server-push
- Files:
-
- 5 added
- 2 edited
-
tags/1.4 (added)
-
tags/1.4/LICENSE (added)
-
tags/1.4/README.md (added)
-
tags/1.4/http2-server-push.php (added)
-
tags/1.4/readme.txt (added)
-
trunk/http2-server-push.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
http2-server-push/trunk/http2-server-push.php
r1509102 r1846555 5 5 Plugin URI: https://github.com/daveross/http2-server-push 6 6 Description: Enables HTTP/2 server push for local JavaScript and CSS resources enqueued in the page. 7 Version: 1. 37 Version: 1.4 8 8 Author: David Michael Ross 9 9 Author URI: http://davidmichaelross.com … … 51 51 global $http2_header_size_accumulator; 52 52 53 if (strpos($src, home_url()) !== false) {53 if (strpos($src, site_url()) !== false) { 54 54 55 55 $preload_src = apply_filters('http2_link_preload_src', $src); -
http2-server-push/trunk/readme.txt
r1509104 r1846555 4 4 Tags: http2, performance, prefetch 5 5 Requires at least: 3.0 6 Tested up to: 4. 67 Stable tag: 1. 36 Tested up to: 4.9.4 7 Stable tag: 1.4 8 8 License: MIT 9 9 License URI: http://daveross.mit-license.org/
Note: See TracChangeset
for help on using the changeset viewer.