Changeset 2018103
- Timestamp:
- 01/24/2019 05:20:43 AM (7 years ago)
- Location:
- advanced-speed-increaser/trunk
- Files:
-
- 2 edited
-
advanced-speed-increaser.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-speed-increaser/trunk/advanced-speed-increaser.php
r1932201 r2018103 4 4 Plugin URI: https://wordpress.org/plugins/advanced-speed-increaser/ 5 5 Description: 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. 06 Version: 2.2.1 7 7 Author: Animesh 8 8 Author URI: http://www.thelogicalcoder.com/ … … 12 12 13 13 */ 14 define( 'TWASI_VERSION', '2.2. 0' );14 define( 'TWASI_VERSION', '2.2.1' ); 15 15 define( 'TWASI_PLUGIN', __FILE__ ); 16 16 define( 'TWASI_PLUGIN_BASENAME', plugin_basename( TWASI_PLUGIN ) ); … … 78 78 BrowserMatch \bMSIE !no-gzip !gzip-only-text/html 79 79 Header append Vary User-Agent 80 #Image Future 80 </IfModule> 81 #Header Expire 82 <IfModule mod_expires.c> 81 83 ExpiresActive On 82 84 ExpiresDefault A0 -
advanced-speed-increaser/trunk/readme.txt
r1994479 r2018103 5 5 Requires at least: 3.5 6 6 Tested up to: 5.0 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 2.2.1 = 43 * Bug Fix 44 42 45 = 2.2.0 = 43 46 * Bug Fix … … 57 60 == Upgrade Notice == 58 61 62 = 2.2.1 = 63 * Bug Fix 64 59 65 = 2.2.0 = 60 66 * Bug Fix
Note: See TracChangeset
for help on using the changeset viewer.