Version Description
[2018.11.27] = * better FVM default settings
Download this release
Release Info
Developer | Alignak |
Plugin | Fast Velocity Minify |
Version | 2.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.4.1
- fvm.php +2 -2
- inc/functions.php +1 -1
- readme.txt +5 -2
fvm.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
Plugin Name: Fast Velocity Minify
|
4 |
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:
|
7 |
Author URI: http://fastvelocity.com
|
8 |
-
Version: 2.4.
|
9 |
License: GPL2
|
10 |
|
11 |
------------------------------------------------------------------------
|
3 |
Plugin Name: Fast Velocity Minify
|
4 |
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.4.1
|
9 |
License: GPL2
|
10 |
|
11 |
------------------------------------------------------------------------
|
inc/functions.php
CHANGED
@@ -55,7 +55,7 @@ return array('cachebase'=>$cachebase,'tmpdir'=>$tmpdir, 'cachedir'=>$cachedir, '
|
|
55 |
function fastvelocity_plugin_activate() {
|
56 |
|
57 |
# default options to enable
|
58 |
-
$options_enable_default = array('fastvelocity_min_fvm_fix_editor', 'fastvelocity_min_remove_print_mediatypes',
|
59 |
foreach($options_enable_default as $option) {
|
60 |
update_option($option, 1, 'yes');
|
61 |
}
|
55 |
function fastvelocity_plugin_activate() {
|
56 |
|
57 |
# default options to enable
|
58 |
+
$options_enable_default = array('fastvelocity_min_fvm_fix_editor', 'fastvelocity_min_remove_print_mediatypes', 'fastvelocity_fvm_clean_header_one', 'fastvelocity_gfonts_method');
|
59 |
foreach($options_enable_default as $option) {
|
60 |
update_option($option, 1, 'yes');
|
61 |
}
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== Fast Velocity Minify ===
|
2 |
Contributors: Alignak
|
3 |
-
Tags: PHP Minify,
|
4 |
Requires at least: 4.5
|
5 |
-
Stable tag: 2.
|
6 |
Tested up to: 5.0
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -199,6 +199,9 @@ If you would like to donate any amount to the plugin author (thank you in advanc
|
|
199 |
|
200 |
== Changelog ==
|
201 |
|
|
|
|
|
|
|
202 |
= 2.4.0 [2018.11.26] =
|
203 |
* bug fixes related to the inline css option
|
204 |
* changed a few options and added better descriptions to the admin options
|
1 |
=== Fast Velocity Minify ===
|
2 |
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 |
+
Stable tag: 2.4.1
|
6 |
Tested up to: 5.0
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
199 |
|
200 |
== Changelog ==
|
201 |
|
202 |
+
= 2.4.1 [2018.11.27] =
|
203 |
+
* better FVM default settings
|
204 |
+
|
205 |
= 2.4.0 [2018.11.26] =
|
206 |
* bug fixes related to the inline css option
|
207 |
* changed a few options and added better descriptions to the admin options
|