Fast Velocity Minify - Version 2.7.3

Version Description

[2019.07.29] = * Beaver Builder compatibility fix

Download this release

Release Info

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

Code changes from version 2.7.2 to 2.7.3

Files changed (2) hide show
  1. fvm.php +2 -12
  2. 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.7.2
9
  License: GPL2
10
 
11
  ------------------------------------------------------------------------
@@ -270,17 +270,7 @@ add_action( 'plugins_loaded', 'fastvelocity_fix_editor' );
270
  function fastvelocity_fix_editor() {
271
  global $fvm_fix_editor;
272
  if($fvm_fix_editor == true && is_user_logged_in()) {
273
- remove_action('wp_print_scripts', 'fastvelocity_min_merge_header_scripts', PHP_INT_MAX );
274
- remove_action('wp_print_footer_scripts', 'fastvelocity_min_merge_footer_scripts', 9.999999 );
275
- remove_action('wp_print_styles', 'fastvelocity_min_merge_header_css', PHP_INT_MAX );
276
- remove_action('wp_print_footer_scripts', 'fastvelocity_min_merge_footer_css', 9.999999 );
277
- remove_action('wp_print_styles', 'fastvelocity_add_google_fonts_merged', PHP_INT_MAX);
278
- remove_action('wp_print_footer_scripts', 'fastvelocity_add_google_fonts_merged', PHP_INT_MAX );
279
- remove_action('init', 'fastvelocity_min_disable_wp_emojicons');
280
- remove_filter( 'tiny_mce_plugins', 'fastvelocity_disable_emojis_tinymce' );
281
- remove_action('template_redirect', 'fastvelocity_min_html_compression_start', PHP_INT_MAX);
282
- remove_filter('style_loader_src', 'fastvelocity_remove_cssjs_ver', 10, 2);
283
- remove_filter('script_loader_tag', 'fastvelocity_min_defer_js', 10, 3);
284
  }
285
  }
286
 
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.7.3
9
  License: GPL2
10
 
11
  ------------------------------------------------------------------------
270
  function fastvelocity_fix_editor() {
271
  global $fvm_fix_editor;
272
  if($fvm_fix_editor == true && is_user_logged_in()) {
273
+ remove_action('setup_theme', 'fastvelocity_process_frontend' );
 
 
 
 
 
 
 
 
 
 
274
  }
275
  }
276
 
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, Speed, Fast
4
  Requires at least: 4.5
5
  Requires PHP: 5.5
6
- Stable tag: 2.7.2
7
  Tested up to: 5.2.2
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.7.2 [2019.07.29] =
202
  * fixed a PHP notice when WP_DEBUG mode is enabled on wordpress
203
  * small improvements on google fonts merging
3
  Tags: PHP Minify, Lighthouse, GTmetrix, Pingdom, Pagespeed, CSS Merging, JS Merging, CSS Minification, JS Minification, Speed Optimization, HTML Minification, Performance, Optimization, Speed, Fast
4
  Requires at least: 4.5
5
  Requires PHP: 5.5
6
+ Stable tag: 2.7.3
7
  Tested up to: 5.2.2
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
198
 
199
  == Changelog ==
200
 
201
+ = 2.7.3 [2019.07.29] =
202
+ * Beaver Builder compatibility fix
203
+
204
  = 2.7.2 [2019.07.29] =
205
  * fixed a PHP notice when WP_DEBUG mode is enabled on wordpress
206
  * small improvements on google fonts merging