Plugin Directory

Changeset 1905589


Ignore:
Timestamp:
07/07/2018 03:48:46 AM (8 years ago)
Author:
atulkumarpandey
Message:

Updated to latest.

Location:
query-strings-remover
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • query-strings-remover/tags/1.0/readme.txt

    r1294169 r1905589  
    1717If you have any problem and want to contribute any suggetion please contact us on http://atulhost.com/query-strings-remover link.
    1818
    19 Contact Author at http://atulhost.com for more details.
     19Contact Author at https://www.atulhost.com for more details.
    2020
    2121== Installation ==
  • query-strings-remover/trunk/query-strings-remover.php

    r1124113 r1905589  
    88Author URI: http://atulhost.com
    99*/
     10
    1011function qsr_remove_script_version( $src ){
    1112    $parts = explode( '?ver', $src );
     
    1415add_filter( 'script_loader_src', 'qsr_remove_script_version', 15, 1 );
    1516add_filter( 'style_loader_src', 'qsr_remove_script_version', 15, 1 );
     17
    1618?>
  • query-strings-remover/trunk/readme.txt

    r1124114 r1905589  
    33Tags: query string remover, remove, query, strings, static, resources, pingdom, gtmetrix, yslow, pagespeed
    44Requires at least: 3.5
    5 Tested up to: 4.1.1
     5Tested up to: 4.9.7
    66Stable tag: 1.0
    77License: GPLv2 or later
     
    1717If you have any problem and want to contribute any suggetion please contact us on http://atulhost.com/query-strings-remover link.
    1818
    19 Contact Author at http://atulhost.com for more details.
     19Contact Author at https://www.atulhost.com for more details.
    2020
    2121== Installation ==
Note: See TracChangeset for help on using the changeset viewer.