Plugin Directory

Changeset 1594196


Ignore:
Timestamp:
02/12/2017 01:11:11 PM (9 years ago)
Author:
animeshsarakd
Message:

Updated to Version 2.1.0

Location:
advanced-speed-increaser
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-speed-increaser/trunk/advanced-speed-increaser.php

    r1505337 r1594196  
    44Plugin URI: https://wordpress.org/plugins/advanced-speed-increaser/
    55Description: Advanced Speed Increaser is a light weighted plugin to speed up wordpress website by using GZIP compression and setting header expiration for images. Including Database cleanup and optimization tool to make your wordpress website lighter and faster.
    6 Version: 2.0.0
     6Version: 2.1.0
    77Author: Animesh
    88Author URI: http://www.thelogicalcoder.com/
     
    1212
    1313*/
    14 define( 'TWASI_VERSION', '2.0.0' );
     14define( 'TWASI_VERSION', '2.1.0' );
    1515define( 'TWASI_PLUGIN', __FILE__ );
    1616define( 'TWASI_PLUGIN_BASENAME', plugin_basename( TWASI_PLUGIN ) );
     
    8787ExpiresByType text/css A2592000
    8888ExpiresByType text/javascript A2592000
    89 ExpiresByType application/javascript A2592000';
     89ExpiresByType application/javascript A2592000
     90#Turn Off ETags
     91Header unset ETag
     92FileETag None
     93';
    9094        insert_with_markers( $file_path, "Advanced Speed Increaser", $insertion );
    9195        return $status;
     
    208212
    209213function tw_asi_admin_message() {
    210     $tw_asi_msg = get_option( 'tw_asi_msg', 0 );
     214    $tw_asi_msg = get_option( 'tw_asi_msg', 1 );
    211215    if($tw_asi_msg!=1){
    212216        echo '<div id="tw_asi_admin_message" class="notice-warning settings-error notice is-dismissible">
  • advanced-speed-increaser/trunk/readme.txt

    r1547184 r1594196  
    22Contributors:animeshsarakd
    33Donate link:http://www.thelogicalcoder.com/manage.php/?plugin=twasi&type=donate
    4 Tags: expiry header, far future expiration, expires header, gzip, javascript, css, compression, speed, speed up website, browser caching, optimize database, clean database, clean spam, font
     4Tags: expiry header, far future expiration, expires header, gzip, javascript, css, compression, speed, speed up website, browser caching, optimize database, clean database, clean spam, font, ETags, entity tag
    55Requires at least: 3.5
    66Tested up to: 4.7
    7 Stable tag: 2.0.0
     7Stable tag: 2.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717* Advanced Speed Increaser enable GZIP compression in your website.
    1818* Advanced Speed Increaser enable Leverage Browser Caching.
     19* Advanced Speed Increaser Turn Off ETags.
    1920* Advanced Speed Increaser minify HTML, inline CSS and Javascript.
    2021* Advanced Speed Increaser set far future expiration date for static files (eg. image,fonts,javascript etc).
     
    3334
    3435== Frequently Asked Questions ==
    35 * Please make a copy of your .htaccess file.
     36* Please make a copy of your .htaccess file, You may get 500 sever error if your server does not support GZIP compression.
    3637* Go to plugin settings page to minify HTML, inline CSS and Javascript.
    3738* Go to plugin settings page for using database cleanup and optimization tool.
    3839* For more help please see our tutorial http://www.thelogicalcoder.com/increase-speed-of-your-wordpress-website/
    3940== Changelog ==
     41
     42= 2.1.0 =
     43* Turn Off ETags.
    4044
    4145= 2.0.0 =
     
    5054== Upgrade Notice ==
    5155
     56= 2.1.0 =
     57* Turn Off ETags.
     58
    5259= 2.0.0 =
    5360* Include HTML, inline CSS and Javascript minifier tool.
Note: See TracChangeset for help on using the changeset viewer.