Plugin Directory

Changeset 2175479


Ignore:
Timestamp:
10/18/2019 07:50:56 AM (6 years ago)
Author:
hostry
Message:

Increment version 1.2.4

Location:
hostry-pagespeed-booster/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hostry-pagespeed-booster/trunk/includes/main/CdnMinifierPlugin.php

    r2064495 r2175479  
    297297                break;
    298298        }
     299
     300        /**
     301         * Clear page cache for plugin 'WP Super Cache'
     302         */
     303        // todo
    299304
    300305        /**
     
    390395            'cdn_extensions' => explode(',', 'js,css,png,jpg,jpeg,gif,woff2,mp4,mp3,wav,ico'),
    391396            'minifier_html'  => version_compare(phpversion(), '5.4.0') >= 0 && class_exists('DOMDocument'),
    392             'minifier_css'   => version_compare(phpversion(), '7.0.0') >= 0,
     397            'minifier_css'   => false,
    393398            'minifier_js'    => false
    394399        ));
     
    542547        $sizeMinifiedCache = formatSizeUnits($size);
    543548
     549        // todo: Add statistics collection, with user permission
     550
    544551        /**
    545552         * Include view
  • hostry-pagespeed-booster/trunk/readme.txt

    r2174436 r2175479  
    9696== Changelog ==
    9797
     98= 1.2.4 =
     99* CSS minification set by default as off
     100
    98101= 1.2.3 =
    99102* Optimizing minify for authorized/unauthorized user
Note: See TracChangeset for help on using the changeset viewer.