Fast Velocity Minify - Version 2.8.4

Version Description

[2020.04.24] = * added frontend-builder-global-functions.js to the list of minification exclusions, but allowing merging (Divi Compatibility)

Download this release

Release Info

Developer Alignak
Plugin Icon 128x128 Fast Velocity Minify
Version 2.8.4
Comparing to
See all releases

Code changes from version 2.8.3 to 2.8.4

Files changed (3) hide show
  1. fvm.php +1 -1
  2. inc/functions.php +1 -1
  3. readme.txt +4 -1
fvm.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://fastvelocity.com
5
  Description: Improve your speed score on GTmetrix, Pingdom Tools and Google PageSpeed Insights by merging and minifying CSS and JavaScript files into groups, compressing HTML and other speed optimizations.
6
  Author: Raul Peixoto
7
  Author URI: http://fastvelocity.com
8
- Version: 2.8.3
9
  License: GPL2
10
 
11
  ------------------------------------------------------------------------
5
  Description: Improve your speed score on GTmetrix, Pingdom Tools and Google PageSpeed Insights by merging and minifying CSS and JavaScript files into groups, compressing HTML and other speed optimizations.
6
  Author: Raul Peixoto
7
  Author URI: http://fastvelocity.com
8
+ Version: 2.8.4
9
  License: GPL2
10
 
11
  ------------------------------------------------------------------------
inc/functions.php CHANGED
@@ -312,7 +312,7 @@ function fastvelocity_min_get_js($url, $js, $disable_js_minification) {
312
  global $fvm_debug;
313
 
314
  # exclude minification on already minified files + jquery (because minification might break those)
315
- $excl = array('jquery.js', '.min.js', '-min.js', '/uploads/fusion-scripts/', '/min/', '.packed.js');
316
  foreach($excl as $e) { if (stripos(basename($url), $e) !== false) { $disable_js_minification = true; break; } }
317
 
318
  # remove BOM
312
  global $fvm_debug;
313
 
314
  # exclude minification on already minified files + jquery (because minification might break those)
315
+ $excl = array('jquery.js', '.min.js', '-min.js', '/uploads/fusion-scripts/', '/min/', '.packed.js', '/frontend-builder-global-functions.js');
316
  foreach($excl as $e) { if (stripos(basename($url), $e) !== false) { $disable_js_minification = true; break; } }
317
 
318
  # remove BOM
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Alignak
3
  Tags: PHP Minify, Lighthouse, GTmetrix, Pingdom, Pagespeed, CSS Merging, JS Merging, CSS Minification, JS Minification, Speed Optimization, HTML Minification, Performance, Optimization, FVM
4
  Requires at least: 4.7
5
  Requires PHP: 5.6
6
- Stable tag: 2.8.3
7
  Tested up to: 5.4
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -198,6 +198,9 @@ Please backup your site before updating. Version 3.0 will have a major code rewr
198
 
199
  == Changelog ==
200
 
 
 
 
201
  = 2.8.3 [2020.04.17] =
202
  * Removed some options out of the autoload wp_option to avoid getting cached on the alloptions when using OPCache
203
  * Removed the CDN purge option for WP Engine (not needed since FVM automatically does cache busting)
3
  Tags: PHP Minify, Lighthouse, GTmetrix, Pingdom, Pagespeed, CSS Merging, JS Merging, CSS Minification, JS Minification, Speed Optimization, HTML Minification, Performance, Optimization, FVM
4
  Requires at least: 4.7
5
  Requires PHP: 5.6
6
+ Stable tag: 2.8.4
7
  Tested up to: 5.4
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
198
 
199
  == Changelog ==
200
 
201
+ = 2.8.4 [2020.04.24] =
202
+ * added frontend-builder-global-functions.js to the list of minification exclusions, but allowing merging (Divi Compatibility)
203
+
204
  = 2.8.3 [2020.04.17] =
205
  * Removed some options out of the autoload wp_option to avoid getting cached on the alloptions when using OPCache
206
  * Removed the CDN purge option for WP Engine (not needed since FVM automatically does cache busting)