Plugin Directory

Changeset 1905592


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

Updated Everything.

Location:
query-strings-remover
Files:
3 edited

Legend:

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

    r981938 r1905592  
    22/*
    33Plugin Name: Query Strings Remover
    4 Plugin URI: http://atulhost.com/query-strings-remover
     4Plugin URI: https://www.atulhost.com/query-strings-remover
    55Description: Query Strings Remover removes query strings from your static resources like CSS and JavaScript files. It will improve your cache performance and overall score in Google PageSpeed, YSlow, Pingdom and GTmetrix. Just install and forget everything, as no configuration needed.
    66Author: Atul Kumar Pandey
    77Version: 1.0
    8 Author URI: http://atulhost.com
     8Author URI: https://www.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/tags/1.0/readme.txt

    r1905589 r1905592  
    33Tags: query string remover, remove, query, strings, static, resources, pingdom, gtmetrix, yslow, pagespeed
    44Requires at least: 3.5
    5 Tested up to: 4.3.1
     5Tested up to: 4.9.7
    66Stable tag: 1.0
    77License: GPLv2 or later
     
    1515After installing Query Strings Remover sure empty you cached resources in order to see the magic of this plugin.
    1616
    17 If you have any problem and want to contribute any suggetion please contact us on http://atulhost.com/query-strings-remover link.
     17If you have any problem and want to contribute any suggetion please contact us on https://www.atulhost.com/query-strings-remover link.
    1818
    1919Contact Author at https://www.atulhost.com for more details.
  • query-strings-remover/trunk/readme.txt

    r1905589 r1905592  
    1515After installing Query Strings Remover sure empty you cached resources in order to see the magic of this plugin.
    1616
    17 If you have any problem and want to contribute any suggetion please contact us on http://atulhost.com/query-strings-remover link.
     17If you have any problem and want to contribute any suggetion please contact us on https://www.atulhost.com/query-strings-remover link.
    1818
    1919Contact Author at https://www.atulhost.com for more details.
Note: See TracChangeset for help on using the changeset viewer.