Version Description
[2022.05.30] = * ajax bugfix
Download this release
Release Info
Developer | Alignak |
Plugin | Fast Velocity Minify |
Version | 3.2.8 |
Comparing to | |
See all releases |
Code changes from version 3.2.7 to 3.2.8
- fvm.php +1 -2
- inc/frontend.php +1 -1
- readme.txt +4 -1
fvm.php
CHANGED
@@ -6,7 +6,7 @@ Description: Improve your speed score on GTmetrix, Pingdom Tools and Google Page
|
|
6 |
Author: Raul Peixoto
|
7 |
Author URI: http://fastvelocity.com
|
8 |
Text Domain: fast-velocity-minify
|
9 |
-
Version: 3.2.
|
10 |
License: GPL2
|
11 |
|
12 |
------------------------------------------------------------------------
|
@@ -109,7 +109,6 @@ if(!is_admin()) {
|
|
109 |
|
110 |
# actions for frontend only
|
111 |
add_action('template_redirect', 'fvm_start_buffer', PHP_INT_MAX);
|
112 |
-
add_action('shutdown', 'fvm_end_buffer', 0);
|
113 |
|
114 |
}
|
115 |
|
6 |
Author: Raul Peixoto
|
7 |
Author URI: http://fastvelocity.com
|
8 |
Text Domain: fast-velocity-minify
|
9 |
+
Version: 3.2.8
|
10 |
License: GPL2
|
11 |
|
12 |
------------------------------------------------------------------------
|
109 |
|
110 |
# actions for frontend only
|
111 |
add_action('template_redirect', 'fvm_start_buffer', PHP_INT_MAX);
|
|
|
112 |
|
113 |
}
|
114 |
|
inc/frontend.php
CHANGED
@@ -39,7 +39,7 @@ function fvm_start_buffer() {
|
|
39 |
}
|
40 |
}
|
41 |
|
42 |
-
# process html
|
43 |
function fvm_process_page($html) {
|
44 |
|
45 |
# get globals
|
39 |
}
|
40 |
}
|
41 |
|
42 |
+
# process html
|
43 |
function fvm_process_page($html) {
|
44 |
|
45 |
# get globals
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Alignak
|
|
3 |
Tags: PHP Minify, Lighthouse, GTmetrix, Pingdom, Pagespeed, Merging, Minification, Optimization, Speed, Performance, FVM
|
4 |
Requires at least: 4.9
|
5 |
Requires PHP: 5.6
|
6 |
-
Stable tag: 3.2.
|
7 |
Tested up to: 6.0.1
|
8 |
Text Domain: fast-velocity-minify
|
9 |
License: GPLv3 or later
|
@@ -49,6 +49,9 @@ You need a public directory to store and serve minified cache files. If you need
|
|
49 |
|
50 |
== Changelog ==
|
51 |
|
|
|
|
|
|
|
52 |
= 3.2.7 [2022.05.30] =
|
53 |
* cloudways & godaddy cache purging fixes
|
54 |
|
3 |
Tags: PHP Minify, Lighthouse, GTmetrix, Pingdom, Pagespeed, Merging, Minification, Optimization, Speed, Performance, FVM
|
4 |
Requires at least: 4.9
|
5 |
Requires PHP: 5.6
|
6 |
+
Stable tag: 3.2.8
|
7 |
Tested up to: 6.0.1
|
8 |
Text Domain: fast-velocity-minify
|
9 |
License: GPLv3 or later
|
49 |
|
50 |
== Changelog ==
|
51 |
|
52 |
+
= 3.2.8 [2022.05.30] =
|
53 |
+
* ajax bugfix
|
54 |
+
|
55 |
= 3.2.7 [2022.05.30] =
|
56 |
* cloudways & godaddy cache purging fixes
|
57 |
|