Plugin Directory

Changeset 2018103


Ignore:
Timestamp:
01/24/2019 05:20:43 AM (7 years ago)
Author:
animeshsarakd
Message:

Update to 2.0.1

Location:
advanced-speed-increaser/trunk
Files:
2 edited

Legend:

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

    r1932201 r2018103  
    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.2.0
     6Version: 2.2.1
    77Author: Animesh
    88Author URI: http://www.thelogicalcoder.com/
     
    1212
    1313*/
    14 define( 'TWASI_VERSION', '2.2.0' );
     14define( 'TWASI_VERSION', '2.2.1' );
    1515define( 'TWASI_PLUGIN', __FILE__ );
    1616define( 'TWASI_PLUGIN_BASENAME', plugin_basename( TWASI_PLUGIN ) );
     
    7878BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    7979Header append Vary User-Agent
    80 #Image Future
     80</IfModule>
     81#Header Expire
     82<IfModule mod_expires.c>
    8183ExpiresActive On
    8284ExpiresDefault A0
  • advanced-speed-increaser/trunk/readme.txt

    r1994479 r2018103  
    55Requires at least: 3.5
    66Tested up to: 5.0
    7 Stable tag: 2.2.0
     7Stable tag: 2.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
     42= 2.2.1 =
     43* Bug Fix
     44
    4245= 2.2.0 =
    4346* Bug Fix
     
    5760== Upgrade Notice ==
    5861
     62= 2.2.1 =
     63* Bug Fix
     64
    5965= 2.2.0 =
    6066* Bug Fix
Note: See TracChangeset for help on using the changeset viewer.